@Page
@Control
@Import
@Implements
@Register
@Assembly
@OutputCache
@Referenc......
Tuesday, July 9, 2013

What are the types of Authentication?
Introduction:
When you develop program for customers using ASP.Net, you must think......

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?
Custom Controls are compiled code (Dlls), easier to use,
difficult to create,......

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?
Assemblies can be static or dynamic. Static assemblies
can include .NET Framework......

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?
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?
ASP session state relies on cookies, Serialize all requests from a
client, does......
Sunday, June 30, 2013

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

What is reflection?
All .NET compilers produce metadata about the types defined in the modules they......

What does 'managed' mean in the .NET context?
The term 'managed' is the cause of much confusion. It is used in various places......
Subscribe to:
Posts (Atom)