Top "Dnx" questions

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

How to create instance of a class and inject services?

New aspnet has in-build dependency injection: Startup class instance receives services, controllers, view components do. Is there any way for …

c# asp.net-mvc dnx
RoutePrefixAttribute in ASP.NET 5

I've started a new Web API 2.0 project in ASP.NET 5. I try to create custom RoutePrefixAttribute class but I get …

c# asp.net-web-api2 asp.net-core dnx
How to stream a video or a file considering request and response range headers?

I am now using FileStreamResult and it works to stream a video, but can't seek it. It always starts again …

asp.net-core-mvc dnx
DNX vs DNX Core

I have started a very simple "kick the tires" ASP.Net MVC (beta) project in VS2015 and am having an …

asp.net-mvc visual-studio-2015 dnx
How to setup a TeamCity build for a ASP.NET 5 project

I'm trying to setup a CI server for a website that I'm developing, but I can't find any info regarding …

msbuild teamcity asp.net-core dnx
RealProxy in dotnet core?

I'm working with the namespaces System.Runtime.Remoting.Proxies and System.Runtime.Remoting.Messaging for AOP in C#. I'm trying …

c# aop dnx .net-core
Is .NET Execution Environment (DNX) similar to Mono?

Here is the description of DNX: The .NET Execution Environment (DNX) is a software development kit (SDK) and runtime environment …

.net mono dnx
What are my options for sharing code between DNX / ASP.NET 5 projects (project.json / xproj) and other C# projects (csproj) within a single solution?

Scenario I'm experimenting with Visual Studio 2015 RC, specifically looking at switching to the new ASP.NET 5 framework, project structure and …

.net asp.net-core dnx .net-core
Copy content files to output directory of DNX Console app via project.json

I've just started working with DNX 1.0.0-rc1-update1 in VS2015. My first app is a 'Console Application (package)' project. …

c# visual-studio-2015 dnx project.json
Changing the name of the output assembly and package using dnx/.net core

I have a project which exists in a directory named Oracle and I would like the artifacts created to be …

dnx .net-core