A group of classes and namespaces compiled into a binary file, written in a .NET-specific language such as C# or VB.
I am using Assembly.GetEntryAssembly().GetName() to get application/assembly name and its version but I do not see any …
c# .net .net-assemblyI'm trying to scan an assembly for types implementing a specific interface using code similar to this: public List<…
.net reflection plugins .net-assemblyI downloaded source code for pdfiumviewer from git hub. I made changes to one of the projects in that solution.…
c# manifest .net-assembly pdfiumWhen I check the System.Web.Cors assembly reference in the Solution Explorer, the Version is 5.2.3.0. The Specific Version property …
c# asp.net .net asp.net-web-api .net-assemblyI have a project, and I created a strong name key file for it. How can I tell what the …
c# visual-studio visual-studio-2012 .net-assembly strongnameI'm building an ASP.NET app in VS2010. I have a number of separate assemblies (class libraries) and corresponding Test …
.net asp.net tdd .net-assemblyThis might be a pretty simple question but I'm totally lost and searching for an answer hasn't been helpful. I've …
powershell user-interface .net-assemblyI am using the "InternalsVisibleTo" attribute with an assembly to expose the internal methods/classes to my unit test project. …
c# .net-assemblyI have a ASP.NET MVC 2 website (VS2010) that I have upgraded to ASP.NET MVC 3 (VS2012) and this works …
asp.net-mvc visual-studio iis hosting .net-assemblyI'm in a really bad situation. I lost my source code and my customer needs to change a little bit …
.net refactoring .net-assembly decompiler