difference between .Net DLLs and Non.Net DLLs
ASP.NET
3
Posts
2
Posters
0
Views
1
Watching
-
.NET dll's are in MSIL format, and it is completely managed code. Garbage collection will be done automatically.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions
-
.NET dll's are in MSIL format, and it is completely managed code. Garbage collection will be done automatically.
All C# applications should call Application.Quit(); in the beginning to avoid any .NET problems.- Unclyclopedia My Website | Ask smart questions