Click here to Skip to main content
15,886,422 members
Everything / DNX

DNX

DNX

Great Reads

by M. van der Corput
Simple task based spinner for a console application
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 M. van der Corput
Simple task based spinner for a console application
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

DNX 

13 Mar 2016 by M. van der Corput
Simple task based spinner for a console application
1 Feb 2016 by Member 10469753
I was creating First MVC 6 Web Application , but on create only I am getting error at References ( Error - see Error List ) as shown in Image . I have tried several times also refered many Blogs where giving ASP.NET 5 tutorial ( Stackoverflow,...
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 Jan 2016 by zhshqzyc
I use ASP.NET MVC 6(DNX 4.5.1). Just got the error.HttpRequestMessage' does not contain a definition for 'Form' and no extension method 'Form' accepting a first argument of type 'HttpRequestMessage' could be found (are you missing a using directive or an assembly reference?);Code://...
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...