Top "Asp.net-core-mvc-2.0" questions

For specific questions on ASP.

Store / Retrieve ConnectionString from appSettings.json in ASP.net Core 2 MVC app

I'm looking for the best practice way to store a connection string in appsettings.json in a .net Core 2 MVC …

asp.net-core asp.net-core-2.0 asp.net-core-mvc-2.0
Why is Razor Pages the recommended approach to create a Web UI in Asp.net Core?

Learning new things needs an investment of time, space and energy. I am currently learning Asp.Net Core MVC 2.0. This …

asp.net asp.net-core asp.net-core-mvc asp.net-core-mvc-2.0 razor-pages
ASP.NET Core MVC Encrypt/Decrypt QueryString Values

I'm using ASP.NET Core 2.0 MVC, C#, Entity Framework Core Code First and SQL Server 2016. I created a web form …

c# encryption asp.net-core-mvc asp.net-core-2.0 asp.net-core-mvc-2.0
How to reference Microsoft.JQuery.Unobtrusive.Ajax within my ASP.NET Core MVC project

I am trying to use Microsoft.JQuery.Unobtrusive.Ajax. I started by installing the package using NuGet and as expected …

c# .net visual-studio-2017 asp.net-core-mvc-2.0 unobtrusive-ajax
ASP.NET Core CreatedAtRoute No route matches the supplied values

Using ASP.NET Core 2.0.0 Web API, I'm trying to build a controller to do a database insert. The information can …

c# asp.net-core .net-core asp.net-core-webapi asp.net-core-mvc-2.0
@Html.PagedListPager can't be found

I have a ASP.NET.CORE 2.0 application and I want to add paging to my site. I started with Troy …

c# pagedlist asp.net-core-mvc-2.0
.Net Core 2.x Redirect to Error Page

I have a simple ASP.Net Core 2.0 web application and I have enabled Windows Authentication in project property by enabling …

asp.net-core asp.net-core-mvc asp.net-core-2.0 asp.net-core-mvc-2.0 custom-error-handling
AspNetCore 2.0 Claims always empty

I am working on converting a DotNet 4.5 MVC/WebAPI application to AspNetCore 2.0, and I'm having some trouble getting my Cookie …

c# authentication claims-based-identity asp.net-core-mvc-2.0
Easy way to create / generate new Angular component in Visual Studio IDE?

Working on ASP.NET core project (Angular) & Visual Studio as my IDE. Is there an easy way to generate …

angular visual-studio angular-components asp.net-core-mvc-2.0