Skip to content
  • Twitter
  • RSS

.NET Development & News

  • Home
  • Contact

Recent Posts

  • .NET 4.5 and TLS 1.2
  • Azure Web App with Let’s Encrypt Certificate – Powershell Automation
  • Polly, a resilience and transient-fault-handling library
  • MemAnalyzer v2.5 Released
  • Publishing dotnet core to IIS does not copy project xml documentation

Archives

  • March 2018
  • January 2018
  • August 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • December 2016
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • May 2013

Categories

  • .NET
  • C#
  • Cloud
  • DevOps
  • eBooks
  • Fun
  • Javascript
  • Mobile
  • Security
  • SQL
  • Systems
  • Uncategorized
  • Web

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org
Skip to content

.NET Development & News

a bit of this and that

Tag: dotnetcore

.NET

Improvements to Model Binding in ASP.NET Core

Posted on April 26, 2017 by johnytables

Improvements to Model Binding in ASP.NET Core

0
.NET, Security, Web

JWT Validation and Authorization in ASP.NET Core

Posted on April 7, 2017 by johnytables

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/

0
.NET

Sensitive Configuration Data in ASP.NET Core

Posted on March 3, 2017March 3, 2017 by johnytables

Check out how to store sensitive data in ASP.NET Core Configuration files.

https://codeopinion.com/sensitive-configuration-data-asp-net-core/

 

0
.NET

.NET Core – Getting The App Data Folder

Posted on February 21, 2017 by johnytables

.NET Framework => Core: Getting The App Data Folder

0
.NET, C#, Web

What happened to my Thread.CurrentPrincipal ?

Posted on January 31, 2017January 31, 2017 by johnytables

David Pine shows how to access the current Principal on a Web App

http://davidpine.net/blog/principal-architecture-changes/

0
.NET, SQL

What’s New in Entity Framework Core 1.1

Posted on January 10, 2017 by johnytables

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

0
.NET

If you’re using .NETCore DO NOT target 1.5/1.6

Posted on October 8, 2016November 1, 2016 by johnytables

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

0
.NET, Web

Add Swagger to http://ASP.NET Core Web API

Posted on August 18, 2016December 16, 2016 by johnytables

This is a must: Add Swagger to ASP.NET Core Web API

0