Top "Coreclr" questions

CoreCLR is new .NET Core runtime.

How to register multiple implementations of the same interface in Asp.Net Core?

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 coreclr
Is it possible to make desktop GUI application in .NET Core?

I have been developing Windows Forms programs for few years. I am now looking into .NET Core (including ASP.NET …

.net-core coreclr
How to write to a file in .NET Core?

I want to use the Bluetooth LE functions in .NET Core (specifically, BluetoothLEAdvertisementWatcher) to write a scanner which logs information …

c# .net bluetooth coreclr
Where is the PostAsJsonAsync method in ASP.NET Core?

I 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 coreclr
How to publish environment specific appsettings in .Net core app?

I 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 coreclr
Handling exception in asp.net core?

I 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 coreclr
How to set aspnetcore_environment in publish file?

I 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 coreclr
How to remove previous versions of .NET Core from Linux (CentOS 7.1)

I 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 coreclr
Do we need interfaces for dependency injection?

I 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 coreclr
How to update version of Microsoft.NETCore.App SDK in VS 2017

I 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