Top "Asp.net-core-1.1" questions

Use this tag for questions specifically related to ASP.

Accessing httpcontext in class library with ASP.NET Core 1.1 (MVC)

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.1
Why isn't FromQuery working in my ASP.Net Core 1.1 controller action

I 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.1
ASP.NET Core publish error: An error occurred while starting the application

I 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.1
How implement a timer with .NETCoreApp1.1

Before 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.1
Could not load assembly Microsoft.EntityFrameworkCore.Design when running Add-Migration

I 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.1
Environment variables configuration in .NET Core

I'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.1
How to obtain the ASP.NET Core application name?

I would like do display in the footer of an ASP.NET Core 1.1 © 2017 MyApplication <p>&copy; 2017 @(ApplicationName)&…

asp.net-core asp.net-core-1.1
Add Angular 4 to an ASP.NETCore Project

I 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.1
The Language does not change in the ASP.NET Core Web application

I 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-localization
Converting code from RestSharp to HttpClient

Could 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