C#.NET Tutorial - Learn C#.NET - Articles on C#.NET.

C#.Net - What is strong-typing versus weak-typing? -.....
What is a PID? How is it useful? - PID stands for Process Identifier...
What is the GAC? What problem does it solve? - Any system that has the CLR (common language runtime) installed, has a machine-wide code cache known as GAC....
What is a Windows Service and its life cycle? - Windows Service applications are long-running applications that do not have a user interface...
What is serialization in .NET? - Serialization is a process of taking an object and converting into a form so that it can be transported across the network..
Interface-oriented, Object-oriented and Aspect-oriented programming - Interface oriented approach compels to develop the software based on the contract...
XML Web Services using ASMX and .NET Remoting using SOAP - XML Web services are more restricted than objects exposed over .NET Remoting.
C#.Net - What is the JIT? What is NGEN? - Just In Time Compiler compiles the code just before it is run.