This tag is for questions on multiple areas that are not listed. Questions asking us to recommend or find an editor are completely off topic.
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
In appsettings.json { "MyArray": [ "str1", "str2", "str3" ] } In
Sending a form POST HTTP request (Content-Type: application/x-www-form-urlencoded) to the below controller res
Back in RC1, I would do this: [HttpPost] public IActionResult Post([FromBody]string something) { try{
What I am trying to do I have a backend ASP.Net Core Web API hosted on an Azure Free Plan (Source Code: https
Can you please let me know how to get client IP address in ASP.NET when using MVC 6. Request.ServerVariables["
When I run PM> Remove-Migration -context BloggingContext in VS2015 with an ASP.NET Core project using EF Co
When using WebHostBuilder in a Main entry-point, how can I specify the port it binds to? By default it uses 50
I'm following the docs in order to create an initial migration. When I execute dotnet, I get the help sec
I created an .NET Core MVC application and use Dependency Injection and Repository Pattern to inject a reposit
I'm relatively new at .NET, and I decided to tackle .NET Core instead of learning the "old ways". I found
I have set up my AppSettings data in file appsettings/Config .json like this: { "AppSettings": { "t