Click here to Skip to main content
15,895,256 members
Everything / DNVM

DNVM

DNVM

Great Reads

by John Atten
Understanding the relationship between the .NET Version Manager (DNVM), the .NET Execution Environment (DNX) and .NET Development Utilities (DNU) is fundamental to developing with ASP.NET 5.

Latest Articles

by John Atten
Understanding the relationship between the .NET Version Manager (DNVM), the .NET Execution Environment (DNX) and .NET Development Utilities (DNU) is fundamental to developing with ASP.NET 5.

All Articles

Sort by Score

DNVM 

1 Jul 2015 by John Atten
Understanding the relationship between the .NET Version Manager (DNVM), the .NET Execution Environment (DNX) and .NET Development Utilities (DNU) is fundamental to developing with ASP.NET 5.
21 Mar 2016 by Ajay K.S
When tried to install .Net core using the powershell command and also the set up directly, it's showing some .NET dependency error. I was wondering if I could use this .NET Core without installing .NET 4.0 components.Can .Net core can be installed in systems with .NET framework
12 Apr 2016 by Ajay K.S
I've created a sample app to get an idea on .Net Core with Web -> ConsoleApp(Package). When I tried to compile, its working fine and able to dnu publish also.see dnu publish result.But when I tried to dotnet publish, it's working but there's no exe only dll and pdb files.see dotnet...