Top "Coreclr" questions

CoreCLR is new .NET Core runtime.

What's the difference between .NET CoreCLR, CoreRT, Roslyn and LLILC

Recently I started reading about .NET reorganization details (mostly through .NET Core github pages). It seams that they created sibling …

.net clr roslyn coreclr corert
ResponseCache attribute does not cache data on client side

In ASP.NET Core application I have a action method that returns some data. I wanted to cache this data …

asp.net-core asp.net-core-mvc asp.net-core-1.0 coreclr
How to register an instance to the ServiceCollection in ASP.NET Core 1.0 RC2

I'm migrating my web app from ASP.NET Core RC1 to RC2. In RC2 the IServiceCollection doesn't have the AddInstance …

c# asp.net .net asp.net-core-1.0 coreclr
CLR vs Core CLR

I understand that CLR in its current state is bound to windows OS and provides various services by using Win32 …

.net-core clr coreclr
Is it possible to run CoreCLR on Windows XP?

Now we have a free open-source implementation of the .NET core: CoreCLR. It supports Windows and Linux operation system, Mac …

.net windows-xp coreclr
Unsafe code compilation error in .NET Core even after setting allowunsafe flag to true in project.json

I am using some unsafe code in my .NET Core app. For that, I had made this change in the …

.net .net-core unsafe coreclr
HashAlgorithms in CoreCLR

I'm trying use this class in my coreclr project but I can't seem to find the correct package for SHA256…

asp.net-core coreclr
How to change default dnx version is Visual Studio Code?

I am not sure if it is possible but I want to change dnx version when dnx . run from Visual …

mono visual-studio-code .net-core coreclr
Cannot post json to controller using ajax in asp.net core

I have the following code Controller Action Method [HttpPost] public async Task<IActionResult> Approve(int[] ids) { await _service.…

javascript jquery asp.net-core asp.net-core-mvc coreclr