IDisposable Basic 01 May 2012
Posted by Ramaswamy Palaniappan in Back to Basics.add a comment
Paul Ballard has posted excellent post about IDisposable, must read.
Must know about query optimizer 30 Apr 2012
Posted by Ramaswamy Palaniappan in Advanced Basics, Back to Basics, SQL.add a comment
Paul White’s serious of posts about Query Optimizer. It is excellent one, must read.
Query Optimizer Deep Dive – Part 1
Query Optimizer Deep Dive – Part 2
Query Optimizer Deep Dive – Part 3
What is GUID? 27 Apr 2012
Posted by Ramaswamy Palaniappan in Back to Basics.add a comment
Eric Lippert written a good article about it, Read here
Threading in C# 16 Sep 2010
Posted by Ramaswamy Palaniappan in .NET Core, Back to Basics.add a comment
Excellent free e-book on threading, Thank you so much Joe Albahari.
Download here.
Garbage Collection in .NET – How it really works 17 Dec 2009
Posted by Ramaswamy Palaniappan in .NET Core, Back to Basics, Introduction.add a comment
Garbage collection is a process of releasing the memory used by the objects, which are no longer referenced. This is done in different ways and different manners in various platforms and languages. We will see how garbage collection is being done in .NET.
Quick .NET Guide. 17 Oct 2008
Posted by Ramaswamy Palaniappan in .NET Core, Back to Basics.add a comment
Download this .NET guide for some quick one place information.
About Windows Memory 28 Jul 2008
Posted by Ramaswamy Palaniappan in Back to Basics, NOT .NET.add a comment
Mark has written this post about Windows memory. Lot of information in it.
ASP.NET Application Life Cycle 28 May 2008
Posted by Ramaswamy Palaniappan in ASP.NET, Back to Basics.add a comment
Here is the Tom’s post explains the ASP.NET application life cycle in very simple words.
Class Vs Struts 20 May 2008
Posted by Ramaswamy Palaniappan in .NET Core, Back to Basics, C#, Comparison.add a comment
I found a nice post on this tile, its written by Jon
Exception Handling – Do’s and Dont’s 08 May 2008
Posted by Ramaswamy Palaniappan in .NET Core, Back to Basics, C#.add a comment
Here is a nice detailed article about Exception handling.