Showing posts from July, 2012

DLL Hell - Part 6

Please click here to read the text version of DLL hell

Strong naming an assembly - Part 3

Strong naming an assembly or Signing an assembly with strong name. In .NET assemblies can be broadly classifi…

ILDASM and ILASM - Part 2

From Part 1 of DotNet basics videos, we understood that, compiling any .NET application would produce an asse…

.NET Program Execution - Part 1

Let us first understand how VB6 or C++ programs (Non Dotnet applications) used to execute. We know that compu…

Load More
That is All