Top ".net-core" questions

.NET Core is an open-source successor of the .NET Framework.

Send HTTP POST message in ASP.NET Core using HttpClient PostAsJsonAsync

I want to send dynamic object like new { x = 1, y = 2 }; as body of HTTP POST message. So I try to …

c# asp.net-core .net-core
HTTP Error 500.30 - ANCM In-Process Start Failure

I was experimenting with a new feature that comes with .net core sdk 2.2 that is supposedly meant to improve performance …

c# .net-core hosting iis-express http-error
Return file in ASP.Net Core Web API

Problem I want to return a file in my ASP.Net Web API Controller, but all my approaches return the …

c# asp.net-core .net-core asp.net-core-webapi
The default XML namespace of the project must be the MSBuild XML namespace

I cloned the ASP.NET Core SignalR Repo locally, and try opening the solution from within the following environment. IDE …

asp.net-mvc asp.net-core visual-studio-2015 msbuild .net-core
.NET Core vs Mono

What is the difference between .NET Core and Mono? I found a statement on the official site that said: "Code …

c# .net mono .net-core
Homebrew refusing to link OpenSSL

I'm on: OSX 10.11.6, Homebrew version 0.9.9m OpenSSL 0.9.8zg 14 July 2015 I'm trying to play with with dotnetcore and by following their …

macos openssl homebrew .net-core
What is ".NET Core"?

Recently in an official .NET Framework Blog it was announced that .NET Core is going open source. Ironically, the author …

.net .net-core
How to update record using entity framework core?

What is the best approach to update a database table data in entity frame work core ? Retrive the table row , …

entity-framework-6 .net-core entity-framework-core
How to run .NET Core console app from the command line

I have a .NET Core console app and have run dotnet publish. However, I can't figure out how to run …

.net-core command-line console-application
ASP.NET Core configuration for .NET Core console application

ASP.NET Core support a new configuration system as seen here: https://docs.asp.net/en/latest/fundamentals/configuration.html …

c# .net-core configuration console-application