@Page
@Control
@Import
@Implements
@Register
@Assembly
@OutputCache
@Referenc......
Home
Archives for July 2013
Tuesday, July 9, 2013
What are the types of Authentication?

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

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

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

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

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

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

Tags
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?

Tags
ASP session state relies on cookies, Serialize all requests from a
client, does......
Subscribe to:
Posts (Atom)