As an obsolete concept, the .NET Execution Environment contains the code required to bootstrap and run an application.
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-coreWorking 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 dnxUsing 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 dnxI'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 coreclrWe 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 dnxI'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-coreIn 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 dnxJust 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 dnxIn 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 dnxIn 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