Assemblies are collections of compiled .Net types and resources grouped into a logical and physical unit (in the form of a .dll file or .exe file).
I've got a "diagnostics" page in my ASP.NET application which does things like verify the database connection(s), display …
.net assembliesFor whatever reason, I can't seem to get the list of types in a referenced assembly. Not only that, I …
c# .net reflection assemblies referenceI would like to know if I can define custom assembly attributes. Existing attributes are defined in the following way: […
c# .net assemblies attributesI get this error repeatedly when developing ASP.Net applications: Cannot create/shadow copy 'XXXXX' when that file already exists …
asp.net assemblies web-configIf you create a class library that uses things from other assemblies, is it possible to embed those other assemblies …
c# .net dll assembliesHow can I determine where to fix this reference without adding a binding to the app.config? Consider app.config …
.net visual-studio nuget assembliesHello I am creating an ASP.NET/C# website and I want to use the Ajax Toolkit assembly. I added …
c# asp.net assembliesI get a 404 HTTP status error (not found) on a specific WebResource.axd call inside an ASP.NET 3.5 (AJAX) web …
asp.net assemblies webresource.axdI recently created an interface layer to distinguish the DataAccessProvider from our Business logic layer. With this approach we can …
c# performance reflection assembliesI've added a reference to the log4net assembly dll to my project. When I build I get a warning …
visual-studio visual-studio-2005 build assemblies log4net