Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Is the .NET Framework a collection of DLLs only?

collection DLLs framework
0
Posted

Is the .NET Framework a collection of DLLs only?

0

The first step is to setup an instance of the CLR (similar to what happens in java) this is overhead that was not previously present. Another large reason is the fact that it has to convert (compile) code from IL to a native format generally the initial startup requires a good amount of this. You can use ngen to precompile assemblies … this will help make your apps load quite a bit quicker (depending what they are doing). It also has to load up dlls when you first start your application (including checking privileges etc for being able to run those dlls given your current context).

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123