Menu
C# querying the EWS Managed API from as asp.net core web api

C# querying the EWS Managed API from as asp.net core web api

Let see how we can integrate the Microsoft Exchange (AKA EWS) and access the information.

C# running parallel asynchronous tasks with limited number of concurrent tasks (MaxDegreeOfParallelism)

C# running parallel asynchronous tasks with limited number of concurrent tasks (MaxDegreeOfParallelism)

I have recently started integration a web api service, there are more than 2000+ records to get and my input is different.