I cloned the ASP.NET Core SignalR Repo locally, and try opening the solution from within the following environ
This is my controller: public class BlogController : Controller { private IDAO<Blog> _blogDAO;
Reading these two questions/answers I was able to run an Asp.net 5 app on IIS 8.5 server. Asp.net vNext early
I'm using this MSDN Tutorial to run in VS2015 the command PM> Add-Migration MyFirstMigration -context
How can I set the base path in ConfigurationBuilder in Core 2.0. I have googled and found this question, thi
I started to convert my asp.net core RC1 project to RC2 and faced with problem that now IHttpContextAccessordo
I'm looking for the correct way to return JSON with a HTTP status code in my .NET Core Web API controller
I feel like I'm missing something really obvious here. I have classes that require injecting of options u
I am doing a quick stress test on two (kinda) hello world projects written in node.js and asp.net-core. Both o
I had an Asp.Net core 2.2 project. Recently, I changed the version from .net core 2.2 to .net core 3.0 Previ
What is the kestrel web server and how does it relate to IIS / IIS Express? I come from developing apps on II
I need some help with the select tag helper in ASP.NET Core. I have a list of employees that I'm trying
In VS 2017, I created a new ASP.NET Core Web Application. On the second page of the wizard, I chose Web Appli
I'm building one RESTful API using ASP.NET Core MVC and I want to use querystring parameters to specify f
I have an ASP.NET core project and I'm getting this error when I try to build it: error TS18003: Build:N
What exactly is the difference between .NET Core and ASP.NET Core? Are they mutually exclusive? I heard ASP.N
I am trying to enable cross origin resources sharing on my ASP.NET Core Web API, but I am stuck. The EnableCor
Not sure what am I missing here but I am not able to get the values from my appsettings.json in my .net core a
I am new to EF core and I'm trying to get it to work with my ASP.NET Core project. I get the above error
How do I get the Development/Staging/production Hosting Environment in the ConfigureServices method in Startup