Use this tag for questions specifically related to ASP.
I am working on migrating my ASP.NET 4.6 framework code over to .NET Core. I'm only in the learning phase …
c# asp.net-core asp.net-core-mvc asp.net-core-1.1I am working on an ASP.Net Core 1.1 web API. I have a ServiceTypeCode controller as shown below; [Produces("application/…
asp.net-core-webapi request.querystring asp.net-core-1.1I tried to publish my ASP.NET Core application on Windows Server 2008 R2 but I get this error: "An error …
asp.net asp.net-core asp.net-core-mvc visual-studio-2017 asp.net-core-1.1Before ASP.NET Core, I used to implement timers like that : public class Class1 { Timer tm = null; public Class1() { this.…
c# timer asp.net-core-1.1I have created a Class Library project with the following .csproj: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup&…
asp.net-core entity-framework-core entity-framework-migrations asp.net-core-1.1I'm using the .NET Core 1.1 in my API and am struggling with a problem: I need to have two levels …
c# .net environment-variables .net-core asp.net-core-1.1I would like do display in the footer of an ASP.NET Core 1.1 © 2017 MyApplication <p>© 2017 @(ApplicationName)&…
asp.net-core asp.net-core-1.1I want to utilize Angular 4 in my ASP.NetCore 1.1 project, within Visual Studio 2017 (read as: *.csproj file) Previously with ASP.…
c# angular visual-studio-2017 asp.net-core-1.1I follow the Globalization and localization and Building simple multilingual ASP.NET Core website tutorials to add a language switch …
asp.net-core asp.net-core-1.1 asp.net-core-localizationCould someone please help me convert this ASP .Net Core example (to be used in my Web Api to consume …
c# restsharp asp.net-core-webapi asp.net-core-1.1