|
String is for simple string operations while StringBuilder is used to perform high manipulation stri....
|
|
|
Monitor.Enter waits for the lock until it does not get it, while Monitor.TryEnter will request for l....
|
|
|
CLR stand for Common Language Runtime. It has following tasks: 1. Executing IL 2. Code Verificatio....
|
|
|
Managed code is code that has its execution managed by the .NET Framework Common Language Runtime. T....
|
|
|
1) Console applications 2) Windows GUI applications (Windows Forms) 3) Windows Presentation Founda....
|
|
|
Application Pool is a new features introduced in IIS 6.0 which is used to isolate ASP.Net Web appli....
|
|
|
Windows Presentation Foundation (WPF) is a graphical subsystem for rendering user interfaces in Wind....
|
|
|
There are no major architectural changes in .Net Framework 3.0. The version of Common Language Runti....
|
|
|
Common Language Runtime (CLR) is the engine available in .Net Framework to compile and run the progr....
|
|
|
.Net Framework uses two step compilation process. We write code in C#, VB.Net, or in other supportin....
|
|
|
A process is a unit of execution which has its own data regarding the source, has its own memory spa....
|
|
|
Namespace: 1) System.ServiceProcess Classes: 1) ServiceBase 2) ServiceProcessInstaller 3) ServiceIn....
|
|
|
Following two approaches can be used to register a shared assembly: 1) Open the "C:\WINDOWS\ass....
|
|
|
A strong name includes the name of the assembly, version number, culture identity, and a public key ....
|
|
|
Shared assembly contains resources specific to a given language/culture. Using satellite assemblies,....
|
|