@Page
@Control
@Import
@Implements
@Register
@Assembly
@OutputCache
@Referenc......
Home
Archives for 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......
Sunday, June 30, 2013
What is an assembly?

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

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

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

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

Tags
IL = Intermediate Language. Also known as MSIL (Microsoft Intermediate Language)......
What is the CTS, and how does it relate to the CLS?

Tags
CTS = Common Type System. This is the full range of types that the .NET runtime......
What is the CLI? Is it the same as the CLR?

Tags
There are a number of tools, described here in ascending order of cost:
•
The......
What operating systems does the .NET Framework run on?

Tags
The runtime supports Windows Server 2003, Windows XP, Windows 2000,
NT4 SP6a and......
Friday, June 28, 2013
What is MIME?

Tags
The definition of MIME or Multipurpose Internet Mail Extensions as stated in MSDN......
What is localization?

Tags
Localization is the process of customizing applications that support a given culture......
What is globalization?

Tags
Globalization is the process of customizing applications that support multiple cultures......
What is garbage collection?

Tags
Garbage collection is the process of managing the allocation and release of memory......
What is Boxing/Unboxing?

Tags
Boxing is used to convert value types to object.
E.g. int x = 1;
object obj =......
What is a single-document interface (SDI) ?

Tags
A user interface that is created to manage graphical user interfaces and controls......
What is a multiple-document interface(MDI)?

Tags
A user interface container that enables a user to work with more than one document......
Subscribe to:
Posts (Atom)