Use this tag for questions specifically related to ASP.
I have an ASP.NET Core 2.1.0 application using EF Core 2.1.0. How do I go about seeding the database with Admin …
c# asp.net-core asp.net-core-2.1 ef-core-2.1I have created a user register controller to register users with repository design pattern. My controller looks like this. [Route("…
c# .net-core asp.net-core-webapi asp.net-core-2.1I know this question has been answered, but I don't understand what people exactly do (about certificates, ssl) and they …
jwt azure-active-directory asp.net-core-2.1Is there a way to differentiate what level is logged between the different loggers for Serilog? I want to be …
c# asp.net-core serilog asp.net-core-2.1.NET Core 2.1 comes with this new factory called HttpClientFactory, but I can't figure out how to mock it to unit …
c# unit-testing moq asp.net-core-2.1 httpclientfactoryI want to run a background job in ASP.NET Core 2.1. It has to run every 2 hours and it will …
c# asp.net-core background-process asp.net-core-2.1 background-serviceI am working in .net core project. I want to serialize the objects using JavaScriptSerializer. JavaScriptSerializer Serializer = new JavaScriptSerializer(); I …
asp.net-core-2.1 jsonserializer json-serializationI have upgraded my code from ASP.NET Core 2.0 to Core 2.1. I created a new Core 2.1 project and moved my …
c# asp.net-core-2.1In ASP.NET core 2.1, I cannot access session variables. While debugging I have noticed that in every request the session …
asp.net asp.net-core-2.1I have a project which made by asp.net core 2.1, and now I wanna to migrate to the 2.2 version. I …
asp.net-core asp.net-core-mvc asp.net-core-2.1