CoreCLR is new .NET Core runtime.
I have services that are derived from the same interface. public interface IService { } public class ServiceA : IService { } public class ServiceB : …
c# asp.net-core asp.net-core-mvc coreclrI have been developing Windows Forms programs for few years. I am now looking into .NET Core (including ASP.NET …
.net-core coreclrI was looking for the PostAsJsonAsync() extension method in ASP.NET Core. Based on this article, it's available in the …
c# asp.net-core .net-core coreclrI have 3 environment specific appsettings files in my .Net core application in project.json I have setup publishOptions like this. ( …
asp.net-core .net-core asp.net-core-1.0 coreclrI have asp.net core application. The implementation of configure method redirects the user to "Error" page when there is …
c# asp.net-core asp.net-core-mvc coreclrI have ASP.NET Core application (Web Api). The documentation has explained working with multiple environments, however it failed to …
configuration asp.net-core .net-core asp.net-core-1.0 coreclrI would like to install the current version Core 1.0. Currently the RC2 version is installed. The instruction on the official …
asp.net linux asp.net-core .net-core coreclrI have an ASP.NET Core application. The application has few helper classes that does some work. Each class has …
asp.net-core asp.net-core-mvc .net-core coreclrI have ASP.NET Core API project which was initially developed using VS 2015. I installed VS 2017 and let it convert …
asp.net-core asp.net-core-mvc .net-core visual-studio-2017 coreclr