Tuesday, July 9, 2013

What are different types of directives in .NET?

What are different types of directives in .NET?

@Page @Control @Import @Implements @Register @Assembly @OutputCache @Referenc......
What are the types of Authentication?

What are the types of Authentication?

Introduction: When you develop program for customers using ASP.Net, you must think......
What is Authentication and Authorization?

What is Authentication and Authorization?

Authentication is the process of identifying users. Authentication is identifying/validating......
What is the difference between Custom Control and User Control?

What is the difference between Custom Control and User Control?

Custom Controls are compiled code (Dlls), easier to use, difficult to create,......
What are the difference between Structure and Class?

What are the difference between Structure and Class?

Structures are value type and Classes are reference type Structures can not have......
What is the difference between static or dynamic assemblies?

What is the difference between static or dynamic assemblies?

Assemblies can be static or dynamic. Static assemblies can include .NET Framework......
What is the difference between Server.Transfer and response.Redirect?

What is the difference between Server.Transfer and response.Redirect?

The Server.Transfer () method stops the current page from executing, and runs......
What is the difference between early binding and late binding?

What is the difference between early binding and late binding?

Calling a non-virtual method, decided at a compile time is known as early binding.......
What is the difference between ASP Session State and ASP.Net Session State?

What is the difference between ASP Session State and ASP.Net Session State?

ASP session state relies on cookies, Serialize all requests from a client, does......

Sunday, June 30, 2013

What is an assembly?

What is an assembly?

An assembly is sometimes described as a logical .EXE or .DLL, and can be an application(with......
What is reflection?

What is reflection?

All .NET compilers produce metadata about the types defined in the modules they......
What does 'managed' mean in the .NET context?

What does 'managed' mean in the .NET context?

The term 'managed' is the cause of much confusion. It is used in various places......
What is C#?

What is C#?

C# is a new language designed by Microsoft to work with the .NET framework. In......
What is IL?

What is IL?

IL = Intermediate Language. Also known as MSIL (Microsoft Intermediate Language)......
Page 1 of 71237Next