.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

How to package .NET assemblies

If we want to package and deploy .NET assemblies for a web application only, we can simply reference them and change their “Copy Local” property to “True”.  For example, we can do the following to package a MVC project from VS2010. Create a MVC project In its...