Sales: contact@tretainfotech.com | +91-917-317-5751
HR: hr@tretainfotech.com | +91-962-477-169

Our Blog

Writing from our Subject matter experts

Latest Blogs

Jul 09, 2018 Asp.Net,API Integration 2880

This article will help you to understand How to use Workbench environment in Salesforce for getting URL in REST API calls, REST Explorer panel of salesforce workbench, REST API call for fetching any data and Query understanding and pass queries with Salesforce REST API.

Workbench is a collection of tools for interacting with your Salesforce through the API. Workbench provides a friendly environment especially for Salesforce APIs, it’s the perfect way to go deeply go inside and test your API's before you’re finalized your actual code integration.

Explore More
0 COMMENTS
Mar 03, 2014 CSharp,Asp.Net 1296

The asynchronous method call is a mechanism in which control execution returns directly to the next statement without waiting for the method operation execution. Every asynchronous call is associated with a dedicated thread. IIS has a limited number of application thread pools (default 5000 per CPU). IIS can handle that number of concurrent request at a time. So if you have a situation where you expect a large number of concurrent requests in a single application, asynchronous method call will be a good practice. Where synchronous call executes by occupying 5000 threads, asynchronous can perform the same task with only 50 available threads.

Explore More
0 COMMENTS

Do you have an interesting project?

Let's talk about that!

Let's Talk