ASP.NET Tips How to Setup appsettings.json File in .NET Core Application March 8, 2022March 8, 2022 Yury Sobolev There are some application level settings we store in our .NET application in web.config file, but with .NET Core, there is no web.config file, we
ASP.NET Tips How to Run and Debug .NET Core Source Code January 26, 2022 Yury Sobolev This is something that took me a long time to get working, and there is not much help out there on the internet. So I’m