Latest Answer: There are 3 types of style sheets1. Inline2. Embeded3. External ...
Latest Answer: IIS ,BusTalk Etc ...
Latest Answer: Memory Management a part of CLR functionality is a important aspect in .NET.
Garbage Collector well known as GC is the one responsible for Memory Management.
GC Runs periodically through Managed Heap (Which is divided into 3
Generations) and find ...
Latest Answer: The MACHINE.config file contains default and machnine-specific values for all supported setting. Machine setting are normally controlled by the system admin, and app should never be given write access to it.An application can override most default values ...
Latest Answer: Application state is global to the application regardless of the number of application instances. All instances share the same application state variables. Each instance has its own session variables. They are stored at the server end. One use of session ...
Latest Answer: There are three types of JIT compilers in .NETPre :-Compiles complete source code into native code in a single compilation cycle.This is done at the time of deployment.Econo :-Compiles only those methods that are called at runtime.Compiled methods are ...
Latest Answer: Yes.There can be multiple web.config files in an ASP.NET application but they should be in the different folders.For the entire application there can be only one main Web.Config.If you assign membership and roles to an application you can see a specific ...
Latest Answer: In 2005 The VS When we trying to run first time any application the 2005 VS gives us warning that want to run application without beb.config file. ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top