-
-
-
What is COM, DCOM objects in DotNet
Can some please answer this question in detail and also how they are going to be useful inDotNet
-
-
-
-
-
Differences between Datagrid, Datalist and Repeater?
1. Datagrid has paging while Datalist doesnt. 2. Datalist has a property called repeat. Direction = vertical/horizontal. (This is of great help in designing layouts). This is not there in Datagrid. 3. A repeater is used when more intimate control over html generation is required. 4. When only checkboxes/radiobuttons are repeatedly served then a checkboxlist or radiobuttonlist are used as they...
-
-
-
-
ADO.NET
What is ADO .NET? Define the Data providers and classes of ADO.net and its purpose with example?
-
Catch (Exception)
Why is catch (Exception) almost always a bad idea?
-
Common Type System (CTS)
What is "Common Type System" (CTS)?
-
Garbage Collection in .Net
When we say that GC works on "heap" memory then how "stack" memory gets freed or deallocated? Can someone tell me the algorithm used by GC to free the memory?
-
-
-
-
-
What is managed code and managed data?
Managed code is code that is written to target the services of the Common Language Runtime. In order to target these services, the code must provide a minimum level of information (metadata) to the runtime. All C#, Visual Basic .NET, and JScript .NET code is managed by default. Visual Studio .NET C++ code is not managed by default, but the compiler can produce managed code by specifying ...
DotNet Interview Questions
Ans