<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>campusMVP.Net</title>
	<atom:link href="http://www.campusmvp.net/feed" rel="self" type="application/rss+xml" />
	<link>http://www.campusmvp.net</link>
	<description>Premium Tutored &#60;a href=&#34;/catalog&#34; title=&#34;campusMVP online training catalog&#34;&#62;Online Training&#60;/a&#62; for Busy Developers</description>
	<lastBuildDate>Wed, 22 May 2013 09:49:36 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Enums with automatic drop-downs in MVC</title>
		<link>http://www.campusmvp.net/blog/enums-with-automatic-drop-downs-in-mvc?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=enums-with-automatic-drop-downs-in-mvc</link>
		<comments>http://www.campusmvp.net/blog/enums-with-automatic-drop-downs-in-mvc#comments</comments>
		<pubDate>Wed, 22 May 2013 09:49:36 +0000</pubDate>
		<dc:creator>Jose M. Aguilar</dc:creator>
				<category><![CDATA[Data Access]]></category>
		<category><![CDATA[asp.net mvc]]></category>

		<guid isPermaLink="false">http://www.campusmvp.net/?p=7338</guid>
		<description><![CDATA[<p>If there is something I like about ASP.NET MVC, it’s the great deal of formulas that it offers us to increase our productivity. Virtually any code that we are tired of repeating over and over again can be encapsulated and reused using the extension points provided by the framework. Today we will look at a [...]</p><p>The post <a href="http://www.campusmvp.net/blog/enums-with-automatic-drop-downs-in-mvc">Enums with automatic drop-downs in MVC</a> appeared first on <a href="http://www.campusmvp.net">campusMVP.Net</a>.</p>]]></description>
		<wfw:commentRss>http://www.campusmvp.net/blog/enums-with-automatic-drop-downs-in-mvc/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Implementing CORS in ASP.NET Web API</title>
		<link>http://www.campusmvp.net/blog/implementing-cors-in-asp-net-web-api?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=implementing-cors-in-asp-net-web-api</link>
		<comments>http://www.campusmvp.net/blog/implementing-cors-in-asp-net-web-api#comments</comments>
		<pubDate>Tue, 14 May 2013 10:08:11 +0000</pubDate>
		<dc:creator>Unai Zorrilla</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[WebAPI]]></category>

		<guid isPermaLink="false">http://www.campusmvp.net/?p=7363</guid>
		<description><![CDATA[<p>Most of you are probably aware of the release of ASP.NET WebAPI for the next version of ASP.NET MVC. In fact, others like our tutor Jose M. Aguilar has already written some very interesting posts on the subject, which I highly recommend. In this post, I want to address an important aspect about creating a [...]</p><p>The post <a href="http://www.campusmvp.net/blog/implementing-cors-in-asp-net-web-api">Implementing CORS in ASP.NET Web API</a> appeared first on <a href="http://www.campusmvp.net">campusMVP.Net</a>.</p>]]></description>
		<wfw:commentRss>http://www.campusmvp.net/blog/implementing-cors-in-asp-net-web-api/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DEVELOPERS&#8217; FAILS #2: Using global variables</title>
		<link>http://www.campusmvp.net/blog/developers-fails-2-using-global-variables?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=developers-fails-2-using-global-variables</link>
		<comments>http://www.campusmvp.net/blog/developers-fails-2-using-global-variables#comments</comments>
		<pubDate>Thu, 09 May 2013 11:00:34 +0000</pubDate>
		<dc:creator>JM Alarcon</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[Fails]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.campusmvp.net/?p=8894</guid>
		<description><![CDATA[<p>In my previous article I started this new series, dealing with those things all of us programmers do wrong. Last time I talked about writing code which is difficult to read. Today&#8217;s topic is: Developer&#8217;s mistake #2: Using global variables Developers who by now have some years of practice will probably remember the times of [...]</p><p>The post <a href="http://www.campusmvp.net/blog/developers-fails-2-using-global-variables">DEVELOPERS&#8217; FAILS #2: Using global variables</a> appeared first on <a href="http://www.campusmvp.net">campusMVP.Net</a>.</p>]]></description>
		<wfw:commentRss>http://www.campusmvp.net/blog/developers-fails-2-using-global-variables/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asking for one thing and getting another &#8211; Part II: Transferring execution</title>
		<link>http://www.campusmvp.net/blog/asking-for-one-thing-and-getting-another-part-ii-transferring-execution?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=asking-for-one-thing-and-getting-another-part-ii-transferring-execution</link>
		<comments>http://www.campusmvp.net/blog/asking-for-one-thing-and-getting-another-part-ii-transferring-execution#comments</comments>
		<pubDate>Wed, 08 May 2013 08:56:22 +0000</pubDate>
		<dc:creator>JM Alarcon</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://www.campusmvp.net/?p=7113</guid>
		<description><![CDATA[<p>In the previous post of this series we have seen that the easiest way to transfer a user from one page to another is with a redirect on the client side, using Redirect or RedirectPermanent. However this involves two request-response sequences to the server, and the final page is displayed in the user&#8217;s address bar. [...]</p><p>The post <a href="http://www.campusmvp.net/blog/asking-for-one-thing-and-getting-another-part-ii-transferring-execution">Asking for one thing and getting another &#8211; Part II: Transferring execution</a> appeared first on <a href="http://www.campusmvp.net">campusMVP.Net</a>.</p>]]></description>
		<wfw:commentRss>http://www.campusmvp.net/blog/asking-for-one-thing-and-getting-another-part-ii-transferring-execution/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Azure SQL Database Backup with SQL Server Management Studio</title>
		<link>http://www.campusmvp.net/blog/windows-azure-sql-database-backup-with-sql-server-management-studio?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-azure-sql-database-backup-with-sql-server-management-studio</link>
		<comments>http://www.campusmvp.net/blog/windows-azure-sql-database-backup-with-sql-server-management-studio#comments</comments>
		<pubDate>Tue, 30 Apr 2013 09:36:33 +0000</pubDate>
		<dc:creator>Alessandro Alpi</dc:creator>
				<category><![CDATA[Data Access]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://www.campusmvp.net/?p=7542</guid>
		<description><![CDATA[<p>Recently, I had to create a backup procedure on my Windows Azure SQL Database. SQL Server Management Studio allows us to access our SQL Databases and provides the user interfaces for creating backup files. In this post, we will learn: how to create a copy of our Azure SQL Database how to save a logical [...]</p><p>The post <a href="http://www.campusmvp.net/blog/windows-azure-sql-database-backup-with-sql-server-management-studio">Windows Azure SQL Database Backup with SQL Server Management Studio</a> appeared first on <a href="http://www.campusmvp.net">campusMVP.Net</a>.</p>]]></description>
		<wfw:commentRss>http://www.campusmvp.net/blog/windows-azure-sql-database-backup-with-sql-server-management-studio/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asking for one thing and getting another &#8211; Part I: Redirect and RedirectPermanent</title>
		<link>http://www.campusmvp.net/blog/asking-for-one-thing-and-getting-another-part-i-redirect-and-redirectpermanent?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=asking-for-one-thing-and-getting-another-part-i-redirect-and-redirectpermanent</link>
		<comments>http://www.campusmvp.net/blog/asking-for-one-thing-and-getting-another-part-i-redirect-and-redirectpermanent#comments</comments>
		<pubDate>Tue, 23 Apr 2013 12:31:14 +0000</pubDate>
		<dc:creator>JM Alarcon</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[asp.net]]></category>

		<guid isPermaLink="false">http://www.campusmvp.net/?p=7064</guid>
		<description><![CDATA[<p>In ASP.NET there are many methods that we can use to ensure that when a user requests a page from the server they actually get the result of executing a different page or resource. Why would we want to do that? There are many reasons, and developers do it all the time to: Redirect users [...]</p><p>The post <a href="http://www.campusmvp.net/blog/asking-for-one-thing-and-getting-another-part-i-redirect-and-redirectpermanent">Asking for one thing and getting another &#8211; Part I: Redirect and RedirectPermanent</a> appeared first on <a href="http://www.campusmvp.net">campusMVP.Net</a>.</p>]]></description>
		<wfw:commentRss>http://www.campusmvp.net/blog/asking-for-one-thing-and-getting-another-part-i-redirect-and-redirectpermanent/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>DEVELOPERS&#8217; FAILS &#8211; #1: Writing code that is difficult to maintain</title>
		<link>http://www.campusmvp.net/blog/developers-fails-writing-code-that-is-difficult-to-maintain?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=developers-fails-writing-code-that-is-difficult-to-maintain</link>
		<comments>http://www.campusmvp.net/blog/developers-fails-writing-code-that-is-difficult-to-maintain#comments</comments>
		<pubDate>Tue, 16 Apr 2013 10:46:27 +0000</pubDate>
		<dc:creator>JM Alarcon</dc:creator>
				<category><![CDATA[.NET Development]]></category>
		<category><![CDATA[Fails]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Techniques]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://www.campusmvp.net/?p=8343</guid>
		<description><![CDATA[<p>This is the first article in a series that will deal with developer &#8216;FAILS&#8217;, in order to provide a few pointers on how to write better code. For this, we will go over some of the most common mistakes that all of us developers make. And these mistakes are not language or environment-specific, so this [...]</p><p>The post <a href="http://www.campusmvp.net/blog/developers-fails-writing-code-that-is-difficult-to-maintain">DEVELOPERS&#8217; FAILS &#8211; #1: Writing code that is difficult to maintain</a> appeared first on <a href="http://www.campusmvp.net">campusMVP.Net</a>.</p>]]></description>
		<wfw:commentRss>http://www.campusmvp.net/blog/developers-fails-writing-code-that-is-difficult-to-maintain/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Routes in lower case in ASP.NET MVC 4 and 4.5</title>
		<link>http://www.campusmvp.net/blog/routes-in-lower-case-in-asp-net-mvc-4-and-4-5?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=routes-in-lower-case-in-asp-net-mvc-4-and-4-5</link>
		<comments>http://www.campusmvp.net/blog/routes-in-lower-case-in-asp-net-mvc-4-and-4-5#comments</comments>
		<pubDate>Wed, 10 Apr 2013 16:25:37 +0000</pubDate>
		<dc:creator>Jose M. Aguilar</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[asp.net]]></category>
		<category><![CDATA[asp.net mvc]]></category>

		<guid isPermaLink="false">http://www.campusmvp.net/?p=7104</guid>
		<description><![CDATA[<p>Surely you have noticed that when generating URLs to actions of an MVC application using helpers such as Url.Action() or Html.ActionLink(), they are generated using upper and lower case depending on what we have specified in the parameters of the calls: Helper URL generated @Url.Action("index", "home") /home/index @Url.Action("List","Products", new{ Category="PC" }) /Products/List?Category=PC @Url.Action("VIEWALL", "PRODUCTS") /PRODUCTS/VIEWALL [...]</p><p>The post <a href="http://www.campusmvp.net/blog/routes-in-lower-case-in-asp-net-mvc-4-and-4-5">Routes in lower case in ASP.NET MVC 4 and 4.5</a> appeared first on <a href="http://www.campusmvp.net">campusMVP.Net</a>.</p>]]></description>
		<wfw:commentRss>http://www.campusmvp.net/blog/routes-in-lower-case-in-asp-net-mvc-4-and-4-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Azure Service Bus topics: A first encounter</title>
		<link>http://www.campusmvp.net/blog/windows-azure-service-bus-topics-a-first-encounter?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=windows-azure-service-bus-topics-a-first-encounter</link>
		<comments>http://www.campusmvp.net/blog/windows-azure-service-bus-topics-a-first-encounter#comments</comments>
		<pubDate>Tue, 09 Apr 2013 15:00:27 +0000</pubDate>
		<dc:creator>Alessandro Alpi</dc:creator>
				<category><![CDATA[Data Access]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[Visual Studio 2012]]></category>
		<category><![CDATA[Windows Azure]]></category>

		<guid isPermaLink="false">http://www.campusmvp.net/?p=7494</guid>
		<description><![CDATA[<p>The Service Bus is the infrastructure provided by Windows Azure for implementing messaging patterns. Click here for further information about messaging management on Windows Azure. I want to create a &#8220;notification server&#8221; using the cloud, and Service Bus seems to fit my requirements. This article describes the concepts of &#8220;Queues, Topics and Subscriptions&#8221;: These “brokered” [...]</p><p>The post <a href="http://www.campusmvp.net/blog/windows-azure-service-bus-topics-a-first-encounter">Windows Azure Service Bus topics: A first encounter</a> appeared first on <a href="http://www.campusmvp.net">campusMVP.Net</a>.</p>]]></description>
		<wfw:commentRss>http://www.campusmvp.net/blog/windows-azure-service-bus-topics-a-first-encounter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET MVC 4: DisplayModes organized into folders</title>
		<link>http://www.campusmvp.net/blog/asp-net-mvc-4-displaymodes-organized-into-folders?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=asp-net-mvc-4-displaymodes-organized-into-folders</link>
		<comments>http://www.campusmvp.net/blog/asp-net-mvc-4-displaymodes-organized-into-folders#comments</comments>
		<pubDate>Thu, 04 Apr 2013 17:14:13 +0000</pubDate>
		<dc:creator>Jose M. Aguilar</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[asp.net mvc]]></category>

		<guid isPermaLink="false">http://www.campusmvp.net/?p=7211</guid>
		<description><![CDATA[<p>I recently addressed the topic of creating custom Display Modes in ASP.NET MVC 4, and we saw how to do it using the DefaultDisplayMode class provided by the framework, with which we could cover most of our frequent needs. Thus we saw how the following code was enough to register a new Display Mode called [...]</p><p>The post <a href="http://www.campusmvp.net/blog/asp-net-mvc-4-displaymodes-organized-into-folders">ASP.NET MVC 4: DisplayModes organized into folders</a> appeared first on <a href="http://www.campusmvp.net">campusMVP.Net</a>.</p>]]></description>
		<wfw:commentRss>http://www.campusmvp.net/blog/asp-net-mvc-4-displaymodes-organized-into-folders/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
