<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Boudewijn van veen</title>
    <description>The latest articles on DEV Community by Boudewijn van veen (@bsvveen).</description>
    <link>https://dev.to/bsvveen</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F224185%2F9fd8a652-8998-41a3-ab29-55d06a081084.jpeg</url>
      <title>DEV Community: Boudewijn van veen</title>
      <link>https://dev.to/bsvveen</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bsvveen"/>
    <language>en</language>
    <item>
      <title>Answer: asp.net core middleware vs filters</title>
      <dc:creator>Boudewijn van veen</dc:creator>
      <pubDate>Thu, 05 Sep 2019 07:24:21 +0000</pubDate>
      <link>https://dev.to/bsvveen/answer-asp-net-core-middleware-vs-filters-2670</link>
      <guid>https://dev.to/bsvveen/answer-asp-net-core-middleware-vs-filters-2670</guid>
      <description>&lt;p&gt;Usefull tip, difference between filters and Middelware&lt;/p&gt;


&lt;div class="ltag__stackexchange--container"&gt;
  &lt;div class="ltag__stackexchange--title-container"&gt;
    
      &lt;div class="ltag__stackexchange--title"&gt;
        &lt;div class="ltag__stackexchange--header"&gt;
          &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fstackoverflow-logo-b42691ae545e4810b105ee957979a853a696085e67e43ee14c5699cf3e890fb4.svg" alt=""&gt;
          &lt;a href="https://stackoverflow.com/questions/42582758/asp-net-core-middleware-vs-filters/42583583#42583583" rel="noopener noreferrer"&gt;
            &lt;span class="title-flare"&gt;answer&lt;/span&gt; re: ASP.NET Core middleware vs filters
          &lt;/a&gt;
        &lt;/div&gt;
        &lt;div class="ltag__stackexchange--post-metadata"&gt;
          &lt;span&gt;Mar  3 '17&lt;/span&gt;
        &lt;/div&gt;
      &lt;/div&gt;
      &lt;a class="ltag__stackexchange--score-container" href="https://stackoverflow.com/questions/42582758/asp-net-core-middleware-vs-filters/42583583#42583583" rel="noopener noreferrer"&gt;
        &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fstackexchange-arrow-up-eff2e2849e67d156181d258e38802c0b57fa011f74164a7f97675ca3b6ab756b.svg" alt=""&gt;
        &lt;div class="ltag__stackexchange--score-number"&gt;
          164
        &lt;/div&gt;
        &lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev.to%2Fassets%2Fstackexchange-arrow-down-4349fac0dd932d284fab7e4dd9846f19a3710558efde0d2dfd05897f3eeb9aba.svg" alt=""&gt;
      &lt;/a&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--body"&gt;
    
&lt;p&gt;There is a video about this on channel 9:  &lt;a href="https://channel9.msdn.com/Series/aspnetmonsters/ASPNET-Monsters-91-Middleware-vs-Filters" rel="noreferrer noopener"&gt;ASP.NET Monsters #91: Middleware vs. Filters&lt;/a&gt;. To summarize the video: &lt;br&gt;&lt;/p&gt;
&lt;p&gt;The execution of request starts and we have a middleware, and another middleware, think of it like the "Russian dolls inside of dolls"  and eventually the routing middleware kicks in…&lt;/p&gt;
    
  &lt;/div&gt;
  &lt;div class="ltag__stackexchange--btn--container"&gt;
    &lt;a href="https://stackoverflow.com/questions/42582758/asp-net-core-middleware-vs-filters/42583583#42583583" class="ltag__stackexchange--btn" rel="noopener noreferrer"&gt;Open Full Answer&lt;/a&gt;
  &lt;/div&gt;
&lt;/div&gt;


</description>
    </item>
  </channel>
</rss>
