Top "Dnx" questions

As an obsolete concept, the .NET Execution Environment contains the code required to bootstrap and run an application.

Project.json definition dnx451 vs .dotnet ( 4.51)

I've some In asp vnext I can define 3 Types of runtime dnxCore dnx451 dotnet In Project.json it looks like …

.net dnx .net-core
How to call a RESTful API with ASP.NET 5

Working with ASP.NET 5 on my Mac in Visual Studio Code. I have a RESTful API I need to call …

asp.net asp.net-core dnx
HttpClient in ASP.NET 5.0 not found?

Using VS2015 and asp.net 5, when I try to compile my site using an instance of System.Net.HttpClient, it …

c# asp.net .net asp.net-core dnx
MemoryCache.Default not available in .NET Core?

I'm porting some code from .NET 4.6 til .NET Core and have run into some problems with MemoryCache. The 4.6 code is …

c# .net dnx memorycache coreclr
Alternative solution to HostingEnvironment.QueueBackgroundWorkItem in .NET Core

We are working with .NET Core Web Api, and looking for a lightweight solution to log requests with variable intensity …

c# asp.net-core asp.net-core-mvc background-process dnx
"The expected lock file doesn't exist. Please run "dnu restore"" right after I have done so

I'm running beta7 for everything, including EF 7. I'm trying to connect to my remote existing database using the ASP.NET 5 …

c# json asp.net-core dnx entity-framework-core
MVC 6 Web Api: Resolving the location header on a 201 (Created)

In Web Api 2.2, we could return the location header URL by returning from controller as follows: return Created(new Uri(…

asp.net-core asp.net-core-mvc dnx
How to get the "dnu" command working on OS X?

Just downloaded and installed Visual Studio Code on OS X 10.10.3. I've managed to partially follow the installation instructions for ASP.…

.net macos asp.net-core dnx
xUnit doesn't write message to the output pane

In Visual Studio 2015 Community I have a sample ASP.NET 5 (vNext) project and a project with unit tests (xUnit.net). …

c# visual-studio-2015 xunit.net dnx
How can I do an Entity Framework Core project and add a Migration in Visual Studio 2015 from nuget prompt?

In Visual Studio 2015, I created an ASP.net Core project (formerly called ASP.NET 5). The template for the project creates …

entity-framework powershell visual-studio-2015 asp.net-core dnx