October 2010
Intermediate to advanced
1920 pages
73h 55m
English
Now that you understand how you can create a class library in a separate assembly, you need to know how you can use this class library in another project. In other words, how do you use the components contained in an assembly within an ASP.NET page?
You can make an assembly available to an ASP.NET application in two ways. You can add the assembly to the application’s /Bin folder or you can add the assembly to the Global Assembly Cache.
In general, the best way to use an assembly in an ASP.NET application is to add the assembly to the application’s root Bin folder. There is nothing magical about this folder. The ASP.NET Framework automatically checks this folder for any ...
Read now
Unlock full access