Top ".net-assembly" questions

A group of classes and namespaces compiled into a binary file, written in a .NET-specific language such as C# or VB.

Adding DLL as a reference to my SharpSSH C# project

I have downloaded SharpSSH Binaries from the link. When i extracted it i found 3 .DLL files (and also a EXE …

c# visual-studio .net-assembly sharpssh
How to change assembly info in asp.net core?

I want to versioning my asp.net core app. I followed this link: http://www.matthiaseinig.de/2013/05/20/auto-generate-fileversion-for-all-projects-in-a-solution-with-t4/ , but I …

asp.net-core .net-core .net-assembly auto-versioning assembly-attributes
Loading an assembly into an AppDomain outsite of applicationBase C#

So lately I've been working on a project where the application (or executable,whatever you wish to call it) needs …

c# .net-assembly appdomain marshalbyrefobject
Get assembly version in PCL

I have the following line of code in .NET 4.5 that I am trying to build as Portable Class Library. It's …

.net-assembly portable-class-library system.reflection
ambiguity in package references version

In a project, there are several references to Ninject library which have their version, and the unit test fails, this …

c# .net dll nuget .net-assembly
project.json Equivalent of InternalsVisibleTo

.Net Core's project.json allows configuration of various assembly properties (e.g. title, version, copyright) that a traditional .Net application …

.net .net-assembly .net-core project.json