-
-
-
-
-
What is .NET Partial Classes?
One of the language enhancements in .NET 2.0—available in both VB.NET 2005 and C# 2.0—is support for partial classes. In a nutshell, partial classes mean that your class definition can be split into multiple physical files. Logically, partial classes do not make any difference to the compiler. During compile time, it simply groups all the various partial classes and treats them as a single entity.One...
-
-
-
Read Data Table Using Data Reader
How to read DataTable using DataReader? (DataTable is already filled).
-
HTTP Handler
What is HTTP Handler? When it used in web.config file.
-
-
-
What are the uses of Reflection?
1. Viewing Metadata.2.Performing type discovery.3.Late binding to methods and properties (dynamic invocation)4.Creating new types at runtime(Reflection EMIT)
-
-
Datatable Dataset
How can we know which row has been updated in a Datatable/Dataset?
-
Conditional Boating
What is Conditional Bloating? How do you handle it?
-
What is .net frame work?
The .NET Framework has two main components: the common language runtime and the .NET Framework class library.You can think of the runtime as an agent that manages code at execution time, providing core services such as memory management, thread management, and remoting, while also enforcing strict type safety and other forms of code accuracy that ensure security and robustness.The class library, is...
-
ASP ascx File
What is the purpose of ascx file?
-
-
Fill Method
How to fill dataset without using fill method?
-
ASP.NET Interview Questions
Ans