<?xml version="1.0"?>
<rss xmlns:a10="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Michael Conrad's latest blog posts</title>
    <link>https://www.michaco.net</link>
    <copyright>Michael Conrad</copyright>
    <description>The latest published blog posts from MichaCo.net</description>
    <generator>michaco.net</generator>
    <language>en-us</language>
    <item>
      <guid>https://www.michaco.net/blog/IntegratingAutorestWithHttpClientFactoryAndDI</guid>
      <title>Integrating Autorest Clients with HttpClientFactory and DI</title>
      <link>https://www.michaco.net/blog/IntegratingAutorestWithHttpClientFactoryAndDI</link>
      <description>Discussing the problems and possible solutions to use generated autorest clients together with the new HttpClientFactory from Microsoft.Extensions.Http and DI</description>
      <pubDate>Mon, 14 May 2018 10:00:00 GMT</pubDate>
      <a10:updated>2018-05-14T10:00:00Z</a10:updated>
    </item>
    <item>
      <guid>https://www.michaco.net/blog/CacheManagerReleaseOneDotOneNewFeaturesAndFuture</guid>
      <title>Overview and New Features of The Latest CacheManager Releases</title>
      <link>https://www.michaco.net/blog/CacheManagerReleaseOneDotOneNewFeaturesAndFuture</link>
      <description>Discussing the latest new features added to CacheManager and a quick overview of the work in progress</description>
      <pubDate>Sun, 11 Jun 2017 10:00:00 GMT</pubDate>
      <a10:updated>2017-06-11T10:00:00Z</a10:updated>
    </item>
    <item>
      <guid>https://www.michaco.net/blog/TipsForUsingSwaggerAndAutorestInAspNetCoreMvcServices</guid>
      <title>Seven Tips For Using Swagger And AutoRest Together In ASP.NET Core Services</title>
      <link>https://www.michaco.net/blog/TipsForUsingSwaggerAndAutorestInAspNetCoreMvcServices</link>
      <description>Swagger is probably the most popular API specification framework, AutoRest is a great library to generate clients out of Swagger definitions for various programming languages. Here are a few tips to get nice and clean results using the two together in ASP.NET Core MVC based web services.</description>
      <pubDate>Tue, 09 May 2017 10:00:00 GMT</pubDate>
      <a10:updated>2017-07-15T10:00:00Z</a10:updated>
    </item>
    <item>
      <guid>https://www.michaco.net/blog/ServiceDiscoveryAndHealthChecksInAspNetCoreWithConsul</guid>
      <title>Service Discovery And Health Checks In ASP.NET Core With Consul</title>
      <link>https://www.michaco.net/blog/ServiceDiscoveryAndHealthChecksInAspNetCoreWithConsul</link>
      <description>In this post we'll take a quick look at what service discovery is, play with Consul and implement a basic service infrastructure in C# using the ASP.NET Core MVC framework and use DnsClient.NET to implement DNS based client side service discovery.</description>
      <pubDate>Mon, 08 May 2017 10:00:00 GMT</pubDate>
      <a10:updated>2017-05-08T10:00:00Z</a10:updated>
    </item>
    <item>
      <guid>https://www.michaco.net/blog/EnvironmentVariablesAndConfigurationInASPNETCoreApps</guid>
      <title>Environment Variables and Configuration in ASP.NET Core Apps</title>
      <link>https://www.michaco.net/blog/EnvironmentVariablesAndConfigurationInASPNETCoreApps</link>
      <description>Working with the local environment, configuration and settings of an application is a pretty common development task. Let’s have a look how this can be done with applications targeting the cross-platform .NET Core framework.</description>
      <pubDate>Fri, 21 Apr 2017 10:00:00 GMT</pubDate>
      <a10:updated>2017-04-21T10:00:00Z</a10:updated>
    </item>
    <item>
      <guid>https://www.michaco.net/blog/HowToValidateGitHubWebhooksInCSharpWithASPNETCoreMVC</guid>
      <title>Validate and Secure GitHub Webhooks In C# With ASP.NET Core MVC</title>
      <link>https://www.michaco.net/blog/HowToValidateGitHubWebhooksInCSharpWithASPNETCoreMVC</link>
      <description>GitHub webhooks is fantastic tool for a website to retrieve information from GitHub repositories and display it to users, the moment something changes. But how can I use it with ASP.NET Core MVC, how does security work in that regards, and how can we prevent other sources to post invalid or fake webhook messages to the public endpoint of our website?</description>
      <pubDate>Sun, 16 Apr 2017 10:00:00 GMT</pubDate>
      <a10:updated>2017-04-18T10:00:00Z</a10:updated>
    </item>
    <item>
      <guid>https://www.michaco.net/blog/Angular4GettingHashedWebpackBundlesWorkingInASPNETCoreMVC</guid>
      <title>Angular 4 - Getting Hashed Webpack Bundles Working in ASP.NET Core MVC</title>
      <link>https://www.michaco.net/blog/Angular4GettingHashedWebpackBundlesWorkingInASPNETCoreMVC</link>
      <description>After playing a lot lately with the new angular-cli 1.0.0 which wraps around webpack, I ran into some issues making use of the -prod bundles produced by `ng build`.</description>
      <pubDate>Mon, 10 Apr 2017 10:00:00 GMT</pubDate>
      <a10:updated>2017-04-13T10:00:00Z</a10:updated>
    </item>
    <item>
      <guid>https://www.michaco.net/blog/WhatIfRedisStopsWorkingHowDoIkeepMyAppRunning</guid>
      <title>What if Redis Stops Working - How Do I Keep My App Running</title>
      <link>https://www.michaco.net/blog/WhatIfRedisStopsWorkingHowDoIkeepMyAppRunning</link>
      <description>An interesting question came up on the CacheManager repository in issue 146. What do I do, if the Redis server dies and might be offline for a while? Can we just continue working with in-memory cache and wait for Redis to come back online? And if so, how would I do that with CacheManager.</description>
      <pubDate>Sun, 09 Apr 2017 10:00:00 GMT</pubDate>
      <a10:updated>2017-04-09T10:00:00Z</a10:updated>
    </item>
    <item>
      <guid>https://www.michaco.net/blog/EnvironmentVariablesinASPNETCoreApps</guid>
      <title>Environment Variables in ASP.NET Core Apps</title>
      <link>https://www.michaco.net/blog/EnvironmentVariablesinASPNETCoreApps</link>
      <description>This is a quick walk-through of how to access application, runtime and user specific environmental variables in ASP.NET Core apps</description>
      <pubDate>Tue, 02 Jun 2015 10:00:00 GMT</pubDate>
      <a10:updated>2016-04-21T10:00:00Z</a10:updated>
    </item>
    <item>
      <guid>https://www.michaco.net/blog/SinglePageTodoAppwithCacheManager</guid>
      <title>Single Page Todo App with CacheManager</title>
      <link>https://www.michaco.net/blog/SinglePageTodoAppwithCacheManager</link>
      <description>This is about creating a single page web app using an ASP.NET Web API 2 Service which stores the data via Cache Manager.</description>
      <pubDate>Sat, 11 Apr 2015 10:00:00 GMT</pubDate>
      <a10:updated>2016-02-16T10:00:00Z</a10:updated>
    </item>
  </channel>
</rss>