<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Services on CodingBlast</title><link>https://codingblast.com/tags/services/</link><description>Recent content in Services on CodingBlast</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Fri, 18 Aug 2017 08:03:24 +0000</lastBuildDate><atom:link href="https://codingblast.com/tags/services/index.xml" rel="self" type="application/rss+xml"/><item><title>ASP.NET Core - ConfigureServices vs Configure</title><link>https://codingblast.com/asp-net-core-configureservices-vs-configure/</link><pubDate>Sun, 13 Aug 2017 21:20:45 +0000</pubDate><guid>https://codingblast.com/asp-net-core-configureservices-vs-configure/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;p&gt;We already talked about Configuration method inside of Startup when we talked about &lt;a href="https://codingblast.com/asp-net-core-middleware/"&gt;requests and middleware&lt;/a&gt;. In this post, we will see what exactly &lt;em&gt;ConfigureServices&lt;/em&gt; and &lt;em&gt;Configure&lt;/em&gt; methods are for and how they differ.&lt;/p&gt;
&lt;p&gt;In &lt;a href="https://codingblast.com/asp-net-core-2-preview/"&gt;ASP.NET Core&lt;/a&gt; we have a &lt;strong&gt;Startup&lt;/strong&gt; class where &lt;a href="https://codingblast.com/asp-net-core-middleware/"&gt;all the configuration&lt;/a&gt; is done and processed once the application is starting.&lt;/p&gt;</description></item></channel></rss>