Click here to Skip to main content
15,892,737 members

Technical Blogs


1. Asynchronous Programming in .NET with QnA
In this post, I am going to talk about asynchronous programming in Microsoft .NET Framework in the form of questions and answer.
Parallel » »
Girish J Jain Updated: 9 Apr 2015
Rating: ( (No votes))
2. CLR Journey from PInvoke to WinRT
Microsoft .NET Common Language Runtime (CLR) journey from its early days to latest Windows Runtime (WinRT) platform, which is released with Windows 8
.NET » »
Girish J Jain Updated: 21 Jun 2013
Rating: 5.00/5 ( (1 vote))
3. WINMD Files Under the Hood
I am going to dig deep into WINMD files, which are at the heart of this new WinRT layer.
Operating Systems » Windows »
Girish J Jain Updated: 15 Oct 2012
Rating: 4.75/5 ( (4 votes))
4. Advanced Tracing
This article shows how easy it is to get information from a .NET application at runtime and how you can store it in a destination of your choice, database in this case.
Girish J Jain Updated: 29 Aug 2012
Rating: 4.92/5 ( (9 votes))
5. CLR Versions
Lets learn different CLR versions which exist and did we miss one between v2.0 and v4.0?
CLR » »
Girish J Jain Updated: 29 Aug 2012
Rating: 5.00/5 ( (3 votes))
6. Tracing with Code Injection
Next level of tracing, which uses code injection to insert tracing calls in method body
Tracing » »
Girish J Jain Updated: 29 Aug 2012
Rating: 4.93/5 ( (5 votes))
7. CLR Versions Compatibility
Let's learn the compatibility between multiple CLR versions which exist and how we can use the supportedRuntime element in an application's configuration file.
CLR » »
Girish J Jain Updated: 29 Aug 2012
Rating: 3.25/5 ( (4 votes))
8. System.Object Members
System.Object members
Girish J Jain Updated: 27 Aug 2012
Rating: 3.50/5 ( (2 votes))
9. System Validation aka Business Rule
Read this article to understand the cost of validation rules in SDLC and how to decide when to add a new system validation
.NET » »
Girish J Jain Updated: 23 Aug 2012
Rating: 5.00/5 ( (1 vote))
10. Tracing with Code Injection: Part II
How to inject code into an assembly to trace method execution at runtime, along with its parameter values and, all of this being achieved without writing any code in your method’s body.
Girish J Jain Updated: 22 Aug 2012
Rating: 5.00/5 ( (2 votes))
11. Intercept a raw SOAP message
How to intercept a raw SOAP message.
Girish J Jain Updated: 22 Aug 2012
Rating: 5.00/5 ( (4 votes))