Microsoft .NET | News, how-tos, features, reviews, and videos
Understand the differences between Task.WaitAll and Task.WhenAll methods and when to use which in your application.
NLog can log your app data and create logs regardless of the size and complexity of your application.
Log4net is an easy to use, reliable, fast, popular, extensible, and open source library for logging data to various configured log targets
HTTP modules intercept incoming requests and inject pre-processing logic in the ASP.Net request processing pipeline
You can use covariance and contravariance to provide polymorphic extension to delegates, arrays, and generics in C#. Here’s how.
You can increase the performance and scalability of your client-server applications by using asynchronous sockets. Here’s how.
Take advantage of the various ways to version your Web API to make it more flexible and adaptable to changes while keeping the functionality intact
Take advantage of sessions to store and manage information pertaining to a logged user's session.
Take advantage of Windows services to build applications that you want to run in the background or execute automatically at predefined intervals of time.