jump to navigation

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.

Read this article.

Another good article

Exploring Secrets of .NET Keystroke Handling 24 Oct 2008

Posted by Ramaswamy Palaniappan in .NET Core, How-To, Introduction.
add a comment

This article covers the different types of keyboard interaction that an application may have. You’ll see how you can simplify debugging by observing which methods get invoked on which controls when you press a key. The article concludes with a practical guide for implementing a variety of common key-handling scenarios.

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.

Overview of concurrency in .NET Framework 3.5 28 Jul 2008

Posted by Ramaswamy Palaniappan in .NET Core, Advanced Basics, Introduction.
add a comment

There is a lot of information on the concurrent primitives and concepts exposed by the .NET Framework 3.5 available on MSDN, blogs, and other websites. The goal of this post is to distill the information into an easy-to-digest high-level summary: what are the different pieces, where they differ and how they relate. If you want to know the difference between a Thread and a BackgroundWorker, or what is the point of interlocked operations, you are reading the right article. Read more.

How .NET Framework 3.5 setup checks for its prerequisites behind the scenes 28 Jul 2008

Posted by Ramaswamy Palaniappan in .NET Core, Tips.
1 comment so far

The .NET Framework 3.5 setup package is a chainer that installs multiple packages behind the scenes.  Before installing anything, it performs an inventory of the state of the system being installed on and decides which packages need to be installed on the system during setup based on what it finds on the system. Read More

Enterprise Library 4.0 DAAB with Unity Screencast 21 May 2008

Posted by Ramaswamy Palaniappan in .NET Core, Videos & Webcast.
add a comment

The screencast walks you through creating a console application that uses the Enterprise Library 4.0 Data Access Application Block for use with Unity.  Visit this David’s post.

21 great Blog Posts related on .NET Memory Management 21 May 2008

Posted by Ramaswamy Palaniappan in .NET Core, ASP.NET.
add a comment

Tess’s top 21 blog posts on .NET memory management. 

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

Enterprise Library 4.0 Released 19 May 2008

Posted by Ramaswamy Palaniappan in .NET Core, .NET News.
add a comment

In most of my project I have use EL. Here is the brand new EL release.