Top "Asp.net-core" questions

ASP.

bypass invalid SSL certificate in .net core

I am working on a project that needs to connect to an https site. Every time I connect, my code …

c# ssl asp.net-core ssl-certificate
How do I get the kestrel web server to listen to non-localhost requests?

I've deployed my c#, asp.net 5, mvc 6 app to a windows 2008 server. I've fired up dnx web and it is …

c# asp.net asp.net-core dnx kestrel-http-server
Add client certificate to .net core Httpclient

I was playing around with .Net Core and building an API that utilizes payment APIs. There's a client certificate that …

c# .net asp.net-core .net-core dotnet-httpclient
Unable to resolve service for type 'Microsoft.AspNetCore.Identity.UserManager` while attempting to activate 'AuthController'

I'm getting this error in Login Controller. InvalidOperationException: Unable to resolve service for type 'Microsoft.AspNetCore.Identity.UserManager`1[Automobile.Models.…

c# asp.net asp.net-mvc asp.net-core asp.net-core-identity
Unexpected outcome of node.js vs ASP.NET Core performance test

I am doing a quick stress test on two (kinda) hello world projects written in node.js and asp.net-core. …

c# node.js performance asp.net-core stress-testing
.NET Core vs ASP.NET Core

What exactly is the difference between .NET Core and ASP.NET Core? Are they mutually exclusive? I heard ASP.NET …

asp.net-core .net-core
How to SetBasePath in ConfigurationBuilder in Core 2.0

How can I set the base path in ConfigurationBuilder in Core 2.0. I have googled and found this question, this from …

c# asp.net-core configuration .net-core
The command "npm run build -- --prod" exited with code 1 error

I'm developing an Asp.Net Core 2 and Angular 5 project in visual studio 2017. When I'm going to publish my project then …

angular npm asp.net-core angular-cli npm-install
Token Based Authentication in ASP.NET Core

I'm working with ASP.NET Core application. I'm trying to implement Token Based Authentication but can not figure out how …

c# authentication asp.net-web-api access-token asp.net-core
URL Encode and Decode in ASP.NET Core

HttpContext.Current.Server.UrlEncode It's only work in .NET Framework. How can I encode or decode uri arguments in ASP.…

c# asp.net-core asp.net-core-mvc