Base Class Library in .NET

The development of the .NET Framework has also had two parts. The .NET Framework 1.0 and 1.1 come under the first part, while completely removing their shortcomings, version 2.0 of the .NET Framework was a completely changed version, and this version …

Read more

Assembly in C#

At the time of COM Specification, the term component was used to represent a COM Class or COM Module (DLL/EXE) in Microsoft Documentation. Whereas in the .NET Framework, this concept is referred to by the name Assembly, which is a software …

Read more