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

Month: August 2017

.NET

Polly, a resilience and transient-fault-handling library

Posted on August 18, 2017 by johnytables

Remember don’t over engineer, but if the request comes to place be sure to checkout this nifty resilience and transient-fault-handling library.

https://github.com/App-vNext/Polly

0
.NET, DevOps

MemAnalyzer v2.5 Released

Posted on August 18, 2017 by johnytables

Your toolbox just has got a little bigger, check out this command line MemoryProfiler

MemAnalyzer v2.5 Released

0
Uncategorized

Publishing dotnet core to IIS does not copy project xml documentation

Posted on August 10, 2017 by johnytables

This is a reported bug and is going to be fixed, but meanwhile there is a workaround:

https://github.com/dotnet/sdk/issues/795

 

0
.NET, Web

Troubleshooting ASP.NETCore Startup in IIS

Posted on August 10, 2017August 10, 2017 by johnytables

If you run into a generic error message while starting your ASP.NET Core application after publishing to IIS, check out this blog post

How to troubleshoot: “An error occurred while starting the application” in ASP.NET Core on IIS

 

0