Skip to content

Abhyas

Practise makes perfect

  • Olympiad Preparation – Class 1 – 10
    • SOF Olympiad
    • Unified Council Olympiad
  • Spell Bee Preparation ( LKG – Class 10 )
  • Study Notes Class 1 – 10
    • English Class 1
    • English Class 2
    • English Class 3
    • English Class 4
    • English Class 5
    • Computer Science Class 9
    • Computer Science Class 10
  • Current Affairs
  • Quiz Video
  • Online Quiz
  • Worksheets
  • Technical IT Interview Questions
    • .NET Framework Interview Questions
    • .NET Interview Questions
    • .NET Remoting Interview Questions
    • ADO.NET Interview Questions
    • AJAX Interview Questions
    • Analytics Interview Questions
    • ASP.NET Interview Questions
    • AWS Interview Questions
    • Business Analyst Interview Questions
    • Cloud Computing Interview Questions
    • OOPs Interview Questions
    • Product Management Interview Questions
    • Product Owner Interview Questions
  • IT Technical Articles
    • Agile Articles
    • AJAX Articles
    • Analytics Articles
    • ASP.NET Articles
    • CSharp Articles
    • Design Pattern Articles
    • Excel Articles
    • JAVA Articles
    • LINQ Articles
  • Shop
  • Cart
  • Checkout
  • My account
  • Contact
  • About
  • ₹0.00 0 items

Category: .NET Framework Interview Questions

What are two new transaction managers introducted in .NET Framework 2.0 ?

.NET framework 2.0 introduced two new transaction managers: 

  1. Lightweight Transaction Manager

  2. OleTx Transaction Manager.

abhisanto .NET Framework Interview Questions Leave a comment June 7, 2012 1 Minute

.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. All .NET compliant languages should adhere to CLS .

abhisanto .NET Framework Interview Questions, Technical IT Interview Questions Leave a comment March 5, 2011 1 Minute

.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 VB.NET and int is C# is coverted to System.Int32.

abhisanto .NET Framework Interview Questions Leave a comment March 5, 2011 1 Minute

.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 :

  1. Garbage Collection

  2. Memory Management

  3. Code Access Security

  4. Code Verification etc

abhisanto .NET Framework Interview Questions Leave a comment March 5, 2011 1 Minute

.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 :

  1. CLR

  2. .NET Class Libraries

abhisanto .NET Framework Interview Questions Leave a comment March 5, 2011 1 Minute
 

Loading Comments...