Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in asp.net-core-3.0

JsonResult(object) causes "The collection type 'Newtonsoft.Json.Linq.JToken' is not supported."

ASP.NET Core 3.0 [FromBody] string content returns "The JSON value could not be converted to System.String."

'Could not load type 'Microsoft.AspNetCore.Mvc.MvcJsonOptions' from assembly 'Microsoft.AspNetCore.Mvc.Formatters.Json, Version=3.0.0.0

What is the difference between Host and WebHost class in asp.net core

.Net Core 3.0 JsonSerializer populate existing object

ASP.NET MVC Core API Serialize Enums to String

Application is running inside IIS process but is not configured to use IIS server .NET Core 3.0

asp.net-core-3.0

'IHostingEnvironment' is obsolete

What is the alternate of HttpRequest.EnableRewind() in ASP.NET Core 3.0?

ASP.NET Core 3.0 not showing on Visual Studio 2019

How to set json serializer settings in asp.net core 3?

.NET Core 3.0: Razor views don't automatically recompile on change

ASP.NET Core 2.2 -> 3.0 upgrade. env.IsDevelopment() not found

Where did IMvcBuilder AddJsonOptions go in .Net Core 3.0?