Monday, June 27, 2011

.NET INTERVIEW QUESTIONS...

1) How to convert a DataSet to a DataReader ?
Ans : DataTableReader rd = ds.Tables[0].CreateDataReader();

2) What are the Expansions of MSIL, JIT, CLR, CTS, CLS and RCW ?
Ans : 1. MSIL - Microsoft Intermediate Language.
2. JIT - Just-In-Time compiler .
3. CLR - Common Language Runtime.
4. CTS - Common Type System.
5. CLS - Common Language Specification.
6. RCW - Runtime Callable Wrapper.

No comments: