Tag: dotnetcore
JWT Validation and Authorization in ASP.NET Core
Check out how to perform JWT Authorization in ASP.NET Core
https://blogs.msdn.microsoft.com/webdev/2017/04/06/jwt-validation-and-authorization-in-asp-net-core/
Sensitive Configuration Data in ASP.NET Core
Check out how to store sensitive data in ASP.NET Core Configuration files.
https://codeopinion.com/sensitive-configuration-data-asp-net-core/
.NET Core – Getting The App Data Folder
What happened to my Thread.CurrentPrincipal ?
David Pine shows how to access the current Principal on a Web App
What’s New in Entity Framework Core 1.1
Ricardo Peres shows us what’s new in Entity Framework Core 1.1, check it out:
https://weblogs.asp.net/ricardoperes/what-s-new-in-entity-framework-core-1-1
If you’re using .NETCore DO NOT target 1.5/1.6
dotnet core : ** IMPORTANT ** if you're using .NETCore DO NOT target 1.5/1.6, stay on 1.4 https://t.co/vgDDdqBsZU pic.twitter.com/YDMQICcMH1
— Jose Fajardo (@josefajardo) October 8, 2016
Add Swagger to http://ASP.NET Core Web API
This is a must: Add Swagger to ASP.NET Core Web API