<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Routing on Emad Alashi</title>
    <link>https://emadashi.com/tags/routing/</link>
    <description>Recent content in Routing on Emad Alashi</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Sat, 01 Dec 2012 08:33:31 +0000</lastBuildDate>
    <atom:link href="https://emadashi.com/tags/routing/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>ASP.NET Routing &amp; MVC Presentation</title>
      <link>https://emadashi.com/2012/12/asp-net-routing-mvc-presentation/</link>
      <pubDate>Sat, 01 Dec 2012 08:33:31 +0000</pubDate>
      <guid>https://emadashi.com/2012/12/asp-net-routing-mvc-presentation/</guid>
      <description>&lt;p&gt;Last week I delivered my first talk in Melbourne: “ASP.NET Routing &amp;amp; MVC” with the .net user group VIC.NET.&lt;br&gt;
Even though there was a problem with time control due to reasons out of hand, the audience stayed till the very end of the presentation; good to know that the presentation didn’t suck that much :D.&lt;/p&gt;
&lt;p&gt;Here are the slides: &lt;a href=&#34;https://www.slideshare.net/slideshow/aspnet-routing-mvc/15438666&#34;&gt;https://www.slideshare.net/slideshow/aspnet-routing-mvc/15438666&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>QueryString in Routing and Model Binding in ASP.NET MVC</title>
      <link>https://emadashi.com/2012/01/querystring-in-routing-and-model-binding-in-asp-net-mvc/</link>
      <pubDate>Fri, 13 Jan 2012 14:39:57 +0000</pubDate>
      <guid>https://emadashi.com/2012/01/querystring-in-routing-and-model-binding-in-asp-net-mvc/</guid>
      <description>&lt;p&gt;In a nutshell, a query string will not be part of the RouteData dictionary in the routing process, yet it will affect the route matching. On the other hand, when Model Binding takes place, query string will be used to bind to the parameters of the action method, unless there is an item in route data with the same key.&lt;/p&gt;
&lt;p&gt;Now the details. Let us consider this ASP.NET MVC application. We have an action method:&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
