-
Assemblies and Deployment
How are assemblies involved and useful in Deployment?
-
System.Diagnostics Namespace
What does the System.Diagnostics namespace do? What is the functionality for which it is used.
-
-
-
Handle interface error
How Handle error if interface A,B are extended in class C. If class C using one function that is in A Interface if any error occurs in function how do you handle it?
-
-
-
-
GC and Performance
If there are 5 different .net applications running on a single machine,When the Garbage Collector wakes up how does it release the unused resources1)Will there be 5 threads of GC running(1 for each application)?2)Will there be just 1 thread of GC servicing all the 5 applications?3)Irrespective of the above scenarios,wil there be performance issues with the 5 applications because of the GC
-
-
-
-
What is .NET?
According to Microsoft, .NET is a "revolutionary new platform, built on open Internet protocols and standards, with tools and services that meld computing and communications in new ways".A more practical definition would be that .NET is a new environment for developing and running software applications, featuring ease of development of web-based services, rich standard run-time services available to...
-
-
What platforms does the .NET Framework run on?
The runtime supports Windows XP, Windows 2000, NT4 SP6a and Windows ME/98. Windows 95 is not supported. Some parts of the framework do not work on all platforms - for example, ASP.NET is only supported on Windows XP and Windows 2000. Windows 98/ME cannot be used for development.IIS is not supported on Windows XP Home Edition, and so cannot be used to host ASP.NET. However, the ASP.NET Web Matrix web...
-
-
-
-
-
How do you replace Carriage return via Search and Replace in word?
Recently I had to search and replace carriage return with space in word, I search the net and found ^p could be used as Carriage return Search and Replace input box.so just wanted to share it with you all, though could be basic but though it would help some one in search of same thing !!!
Microsoft.NET Interview Questions
Ans