ASP.Net Programming Environment ASP.NET has a rich set of software objects to work with in an object-oriented and compiled programming environment. Much of the functionality takes place in the background with…
What are private assemblies and shared assemblies in .Net A private assembly is used only by a single application, and is stored in that application's install directory (or a subdirectory therein). A shared assembly is one that can be…
.NET Framework 3.5 Version 3.5 of the .NET Framework was released on 2007, but it is not included with Windows Server 2008. As with .NET Framework 3.0, version 3.5 uses the CLR of version 2.0. In…
.Net Threading, What are the types of threading models? Single Threading: This is the simplest and most common threading model where a single thread corresponds to your entire application’s process.
Apartment Threading (STA): This…
Web.config : Configuration File ASP.Net 2.0 There are number of important settings that can be stored in the configuration file. Here are some of the most frequently used configurations, stored conveniently inside…