Top "Coreclr" questions

CoreCLR is new .NET Core runtime.

Correct way to return HttpResponseMessage as IActionResult in .Net Core 2.2

In .Net Core 2.2. I am creating a API Controller that routes the request to another Http endpoint based on payload. […

asp.net-core .net-core asp.net-core-2.0 asp.net-core-webapi coreclr
.Net Framework and .Net Core in same solution

I have an application targeting .NET Framework, and now I need to develop a library in .NET Core. I plan …

c# .net visual-studio .net-core coreclr
How to inject WCF service client in ASP.Net core?

I have WCF service that I need to access from ASP.NET Core. I have installed WCF Connected Preview and …

c# asp.net-core .net-core coreclr
C++/CLI Support in .Net Core

Our project structure is like, native.dll :- This contains pure native code written in c\c++. This native.dll …

c++-cli unmanaged .net-core managed-c++ coreclr
Posting dictionary to web api in asp.net core

I have simple web api developed using Asp.Net Core and I am trying to post key-value pair using HttpClient. …

c# asp.net-web-api asp.net-core coreclr
Building a .NET Core app via command line, so that it works on a machine without .NET Core installed

My end goal is to create a cross-platform (non-web) console application, so I'm exploring .NET Core right now. In my …

c# visual-studio dnx .net-core coreclr
Content Security Policy does not work in Internet Explorer 11

In my asp.net core application for each response i'm adding content security policy header. I understand that for IE, …

internet-explorer asp.net-core internet-explorer-11 content-security-policy coreclr
MemoryCache.Default not available in .NET Core?

I'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 coreclr
How to use ValidateAntiForgeryToken at controller level in MVC?

I have ASP.NET Core application. I have been using ValidateAntiForgeryToken attribute on all POST action methods so far. Now …

asp.net-mvc asp.net-core asp.net-core-mvc antiforgerytoken coreclr
C# .NET Core How to debug System.IO.FileNotFoundException in System.Private.CoreLib.dll?

When I run .NET Core Web API Application on VS 2017, In Output's Debug panel, keep showing me Exception throw: 'System.…

c# .net coreclr