<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Middleware on CodingBlast</title><link>https://codingblast.com/tags/middleware/</link><description>Recent content in Middleware 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/middleware/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><item><title>Middleware in ASP.NET Core - Handling requests</title><link>https://codingblast.com/asp-net-core-middleware/</link><pubDate>Sun, 18 Jun 2017 09:10:39 +0000</pubDate><guid>https://codingblast.com/asp-net-core-middleware/</guid><description>&lt;h2 id="introduction"&gt;Introduction&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Middleware is software that application assembles into the pipeline to handle requests and responses. Each part chooses whether to pass the request on to the next part in the pipeline, and can do certain actions before and after application invokes the next part in the pipeline. Request delegates usage is to build the request pipeline.&lt;/p&gt;</description></item></channel></rss>