.NET framework 2.0 introduced two new transaction managers: Lightweight Transaction Manager OleTx Transaction Manager.
Category: .NET Framework Interview Questions
.NET Framework Questions : What is CLS ?
What is CLS ? CLS stands for Common Language Specification. It is subset of CTS . It defines rules that governs the interoperability of languages. […]
.NET Framework Questions : What is CTS ?
What is CTS ? CTS stands for Common Type System. It helps in language interoperability. It defines how to define and use types. Interger is […]
.NET Framework Questions : What is CLR ?
What is CLR ? CLR stands for Common Language Runtime. CLR provides the execution environment for .NET Code. CLR provides following features : Garbage Collection […]
.NET Framework Questions : What are few important components of .NET Framework ?
What are few important components of .NET Framework ? Two important component of .NET Framework : CLR .NET Class Libraries
