A group of classes and namespaces compiled into a binary file, written in a .NET-specific language such as C# or VB.
None of what used to work in RC.x helps anymore. I have tried these: PlatformServices.Default.Application.ApplicationVersion; typeof(…
version .net-assembly .net-coreI've ran into a weird problem. I basically have my own web-stack for .NET-core which I've built into a few .…
c# asp.net-core .net-core .net-assemblyWhat is the practical use of the AssemblyTitle attribute? MSDN says that it specifies a description for an assembly and …
c# .net attributes .net-assemblyI have a Visual Studio 2010 solution that contains a class library (ProjectA) and two Sharepoint projects (ProjectB & ProjectC). The …
c# .net-assembly assembly-resolutionI am trying to add an assembly to the cache on Visual Studio 2010 Command Prompt. I get this error "Failure …
c# wcf .net-assembly gac strongnameI'm jumping into unit-testing the Visual-Studio 2008 way, and I'm wondering what's the best way to accomplish cross-assembly class access for …
c# unit-testing .net-assemblyI am asking myself if it is possible to load a DLL with Controllers in it at runtime and use …
c# .net asp.net-core asp.net-core-mvc .net-assemblyI have a project that uses System.Runtime.Serialization assembly. I am using the type DataContractSerializer from that assembly, but …
.net .net-assemblyI'm trying to make application with plugins. I have MainLib.dll, where I made some commnon interface(let it be …
c# plugins .net-assembly appdomainWhat is the best way to check if a DLL file is a Win32 DLL or if it is a …
c# dll .net-assembly