Category: Visual Studio

  • Easy dll using in Visual Studio

    Hello again Today I will show how to use a .dll  file using Visual Studio. dll is nothing but the a complied managed code by .NET CLR (at least for this tutorial). what I did is just wrote a simple class “Employee” in a new project named “EmployeeInformation”. It has one property and a method […]

  • Simple multiple projects add to Visual Studio

    Hello all Today I will explain how to add multiple project in Visual Studio .(That could be use for n-tier architecture or for other purpose). In .NET or in any language its wanted to fragment individual module of a system should have to be separated. In .NET we do this by adding multiple project in […]