⟩ What happens to ASP pages?
The browser makes a HTTP request; the server does the processing and gives a HTML response to the browser.
The browser makes a HTTP request; the server does the processing and gives a HTML response to the browser.
What is managed code and managed data?
What are private assemblies and shared assemblies?
If I want to build a shared assembly, does that require the overhead of signing and managing key pairs?
What is the difference between a namespace and an assembly name?
What options are available to deploy my .NET applications?
I have written an assembly that I want to use in more than one application. Where do I deploy it?
How can I see What assemblies are installed in the global assembly cache?
What is an application domain?
What is garbage collection?
How does non-deterministic garbage collection affect my code?