<?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>Journey of a Software Developer</title>
	<atom:link href="http://www.tyronedavisjr.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tyronedavisjr.com</link>
	<description>HTML &#124; CSS &#124; JavaScript &#124; ASP.NET &#124; PHP &#124; C# &#124; Java &#124; VB.NET &#124; MS SQL &#124; MySQL &#124; Flash</description>
	<lastBuildDate>Fri, 25 Jun 2010 02:34:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Microsoft Tech-Ed 2010 sessions posted</title>
		<link>http://www.tyronedavisjr.com/2010/06/24/microsoft-tech-ed-2010-sessions-posted/</link>
		<comments>http://www.tyronedavisjr.com/2010/06/24/microsoft-tech-ed-2010-sessions-posted/#comments</comments>
		<pubDate>Fri, 25 Jun 2010 02:25:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Tech-Ed]]></category>

		<guid isPermaLink="false">http://www.tyronedavisjr.com/2010/06/24/microsoft-tech-ed-2010-sessions-posted/</guid>
		<description><![CDATA[I’ve watch a few sessions and the content is pretty good, and it’s FREE. Go check them out.&#160; Until next time… &#160; Happy Programming!]]></description>
			<content:encoded><![CDATA[<p>I’ve watch a few sessions and the content is pretty good, and it’s FREE. Go check <a href="http://www.msteched.com/2010" target="_blank">them</a> out.&#160; Until next time…</p>
<p>&#160;</p>
<p>Happy Programming!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyronedavisjr.com/2010/06/24/microsoft-tech-ed-2010-sessions-posted/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free online course: Developing Android Applications with Java</title>
		<link>http://www.tyronedavisjr.com/2010/02/13/free-online-course-developing-android-applications-with-java/</link>
		<comments>http://www.tyronedavisjr.com/2010/02/13/free-online-course-developing-android-applications-with-java/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 01:37:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Educational]]></category>

		<guid isPermaLink="false">http://www.tyronedavisjr.com/2010/02/13/free-online-course-developing-android-applications-with-java/</guid>
		<description><![CDATA[Last week I got a tip from a co-worker about a free online course in developing Android applications. I have been looking into Android development ever since I got my Motorola Droid a few months ago. I wasn’t able to attend the session LIVE; but they do offer you to option to purchase the session]]></description>
			<content:encoded><![CDATA[<p>Last week I got a tip from a co-worker about a <a href="http://training.oreilly.com/androidapps-java/" target="_blank">free online course</a> in developing <a href="http://www.android.com/" target="_blank">Android</a> applications. I have been looking into Android development ever since I got my <a href="http://www.motorola.com/Consumers/US-EN/Consumer-Product-and-Services/Mobile-Phones/Motorola-DROID-US-EN" target="_blank">Motorola Droid</a> a few months ago. I wasn’t able to attend the session LIVE; but they do offer you to option to purchase the session videos for download for $49 (A special price for this series ). I bit the bullet, and coughed up the $50 because I thought it would help me in my journey and I actually got around to watching the first part of the series yesterday.&#160; </p>
<p>&#160;</p>
<p>In other interesting news, recently I found out that my <a href="http://www.techdata.com/content/visitor/abouttd/td_corpov.aspx" target="_blank">employer</a> is also looking to developing an Android application for our customers, so I may be able to get in on some of that action over the next few months if I really can wrap my head around this new platform. Anyways, I just though I would share that with you incase you were looking for an adventure in mobile application development. Until next time…</p>
<p>&#160;</p>
<p>Happy coding!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyronedavisjr.com/2010/02/13/free-online-course-developing-android-applications-with-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A little fun with T4 Templates</title>
		<link>http://www.tyronedavisjr.com/2009/12/15/a-little-fun-with-t4-templates/</link>
		<comments>http://www.tyronedavisjr.com/2009/12/15/a-little-fun-with-t4-templates/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 03:49:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[T4]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://www.tyronedavisjr.com/2009/12/15/a-little-fun-with-t4-templates/</guid>
		<description><![CDATA[So, if you haven’t heard yet about T4, it’s a built-in DSL tool that comes pre-packaged with Visual Studio starting with the 2005 version. Even though T4 can look a bit scary, it can be very useful if you need to generate code on the fly within Visual Studio. I will leave it up to]]></description>
			<content:encoded><![CDATA[<p>So, if you haven’t heard yet about <a href="http://msdn.microsoft.com/en-us/library/bb126445.aspx" target="_blank">T4</a>, it’s a built-in DSL tool that comes pre-packaged with Visual Studio starting with the 2005 version. Even though T4 can look a bit scary, it can be very useful if you need to generate code on the fly within Visual Studio. I will leave it up to <a href="http://www.hanselman.com/blog" target="_blank">Scott Hanselman</a> to fill you in on all the details since he has an excellent <a href="http://www.hanselman.com/blog/T4TextTemplateTransformationToolkitCodeGenerationBestKeptVisualStudioSecret.aspx" target="_blank">blog post</a> on what T4 is an where you can go for more information.</p>
<p>Last week I wanted to generate a object wrapper around the &lt;appSettings&gt; section in my web.config/app.config file and after doing the same thing over and over again by generating a public read-only property for each setting, I decided to use T4 to read the &lt;appSettings&gt; section and generate a class all the properties that would become the wrapper around the ConfigurationManager.AppSettings[“…”] calls to retrieve the settings. To my surprise, this was pretty easy to do. I did a C# and VB.Net version and here is the C# version of the T4 template.</p>
<pre>
<pre class="brush: vb">
&lt;#@ assembly name=&quot;System.Core&quot; #&gt;
&lt;#@ assembly name=&quot;System.Xml&quot; #&gt;
&lt;#@ assembly name=&quot;System.Xml.Linq&quot; #&gt;
&lt;#@ import namespace=&quot;System&quot; #&gt;
&lt;#@ import namespace=&quot;System.Text&quot; #&gt;
&lt;#@ import namespace=&quot;System.IO&quot; #&gt;
&lt;#@ import namespace=&quot;System.Linq&quot; #&gt;
&lt;#@ import namespace=&quot;System.Xml.Linq&quot; #&gt;
&lt;#@ import namespace=&quot;Microsoft.VisualBasic&quot; #&gt;
&lt;#@ template language=&quot;VBv3.5&quot; debug=&quot;True&quot; hostspecific=&quot;True&quot;  #&gt;
&lt;#@ output extension=&quot;.g.cs&quot; #&gt;
&lt;#
	Dim projectNamespace as String = &quot;SettingsGenerator&quot;
	Dim fileName as String = &quot;app.config&quot;
	Dim path as String = &quot;&quot;

	Try
		path = Host.ResolvePath(fileName)
	Catch
		Try
			If fileName.ToLower() = &quot;app.config&quot; then
				fileName = &quot;web.config&quot;
			Else If fileName.ToLower() = &quot;web.config&quot; then
				fileName = &quot;app.config&quot;
			End If
			path = Host.ResolvePath(fileName)
		Catch
			path = &quot;&lt;&lt; App.config or Web.config not found within the project &gt;&gt;&quot;
		End Try
	End Try
#&gt;
//------------------------------------------------------------------------------
// FileName = &lt;#= path #&gt;
// Generated at &lt;#= Now.ToLocaltime() #&gt;
//
// &lt;auto-generated&gt;
//     This code was generated by a tool.
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
//
//	  NOTE: Please use the Add a Reference to System.Configuration assembly if
//	        you get compile errors with ConfigurationManager
// &lt;/auto-generated&gt;
//------------------------------------------------------------------------------

using System.Configuration;

public static class AppSettings {

&lt;#= RenderApplicationSettings(path) #&gt;
}

&lt;#+ 

	Public Shared Function RenderApplicationSettings(ByVal path as String) as String
		If Not File.Exists(path) Then Return &quot;&quot;

		Dim sb as New StringBuilder()

		Dim doc as XDocument = XDocument.Load(path)

		For Each result as XElement in doc...&lt;appSettings&gt;.&lt;add&gt;
			sb.Append(vbTab)
			sb.Append(&quot;public static string &quot; + result.@key + &quot;{&quot;)
			sb.AppendLine()
			sb.AppendLine(vbTab + vbTab + &quot;get {&quot;)
			sb.AppendFormat(&quot;{0}return ConfigurationManager.AppSettings[&quot;&quot;{1}&quot;&quot;];{2}&quot;, vbTab + vbTab + vbTab, result.@key, vbCrLf)
			sb.AppendLine(vbTab + vbTab + &quot;}&quot;)
			sb.Append(vbTab)
			sb.AppendLine(&quot;}&quot;)
			sb.AppendLine()
		Next

		Return sb.ToString()

	End Function
#&gt;
</pre>
</pre>
<p>Click the download images below to download the templates for both VB and C#. Until next time&#8230;</p>
</p>
<p>Happy Programming!</p>
</p>
<p><iframe title="Preview" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" style="width:98px;height:115px;padding:0;background-color:#fcfcfc;" src="http://cid-0ae385ab52b1ccf1.skydrive.live.com/embedicon.aspx/Public/AppSettingsCS.tt"></iframe></p>
<p><iframe title="Preview" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" style="width:98px;height:115px;padding:0;background-color:#fcfcfc;" src="http://cid-0ae385ab52b1ccf1.skydrive.live.com/embedicon.aspx/Public/AppSettingsVB.tt"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyronedavisjr.com/2009/12/15/a-little-fun-with-t4-templates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft PDC09 Sessions posted online</title>
		<link>http://www.tyronedavisjr.com/2009/12/02/microsoft-pdc09-sessions-posted-online/</link>
		<comments>http://www.tyronedavisjr.com/2009/12/02/microsoft-pdc09-sessions-posted-online/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 01:27:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[PDC]]></category>
		<category><![CDATA[Presentations]]></category>

		<guid isPermaLink="false">http://www.tyronedavisjr.com/2009/12/02/microsoft-pdc09-sessions-posted-online/</guid>
		<description><![CDATA[If you missed the Microsoft PDC that was held about 2 weeks ago, then all is not lost. You can watch all the sessions online.&#160; For starters, I would watch the keynotes if you want to get a overview of the big announcements that were made. Yes, you can fast forward through a lot of]]></description>
			<content:encoded><![CDATA[<p>If you missed the <a href="http://microsoftpdc.com" target="_blank">Microsoft PDC</a> that was held about 2 weeks ago, then all is not lost. You can watch all the sessions <a href="http://microsoftpdc.com/Videos" target="_blank">online</a>.&#160; For starters, I would watch the keynotes if you want to get a overview of the big announcements that were made. Yes, you can fast forward through a lot of marketing stuff; but you will find some good demo’s of Windows Azure and Microsoft Silverlight 4, which I though was the two biggest announcements. You then can proceed to view the breakout sessions and that is where you will find all the developer focused talks. What are you waiting for? Start <a href="http://microsoftpdc.com/Videos" target="_blank">watching</a> now!&#160; Until next time…</p>
<p>&#160;</p>
<p>Happy Programming!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyronedavisjr.com/2009/12/02/microsoft-pdc09-sessions-posted-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tampa Code Camp Session Material</title>
		<link>http://www.tyronedavisjr.com/2009/11/07/tampa-code-camp-session-material/</link>
		<comments>http://www.tyronedavisjr.com/2009/11/07/tampa-code-camp-session-material/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 02:50:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Presentations]]></category>
		<category><![CDATA[Lucene.Net]]></category>
		<category><![CDATA[Tampa Code Camp]]></category>

		<guid isPermaLink="false">http://www.tyronedavisjr.com/2009/11/07/tampa-code-camp-session-material/</guid>
		<description><![CDATA[For those that attended my Lucene.Net talk at the Tampa Code Camp, thank you! I hope it was a informative session and if you do happen to use it in your application, please share the details. Do give you a head start, I have included a download of my session material which includes the PowerPoint]]></description>
			<content:encoded><![CDATA[<p>For those that attended my Lucene.Net talk at the <a href="http://www.tampacodecamp.com/" target="_blank">Tampa Code Camp</a>, thank you! I hope it was a informative session and if you do happen to use it in your application, please share the details. Do give you a head start, I have included a download of my session material which includes the PowerPoint presentation and the code for all the demo’s.&#160; I hope you enjoyed the event. Until next time…</p>
<p>&#160;</p>
<p>Happy Programming!</p>
<p><iframe style="padding-bottom: 0px; background-color: #fcfcfc; padding-left: 0px; width: 98px; padding-right: 0px; height: 115px; padding-top: 0px" title="Preview" marginheight="0" src="http://cid-0ae385ab52b1ccf1.skydrive.live.com/embedicon.aspx/Public/Presentations/TampaCodeCamp.zip" frameborder="0" marginwidth="0" scrolling="no"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyronedavisjr.com/2009/11/07/tampa-code-camp-session-material/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Cheyenne Project &#8211; Part 1</title>
		<link>http://www.tyronedavisjr.com/2009/09/22/the-cheyenne-project/</link>
		<comments>http://www.tyronedavisjr.com/2009/09/22/the-cheyenne-project/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 02:37:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2009/09/22/the-cheyenne-project/</guid>
		<description><![CDATA[In my last post I told you that I was going to work on a project that was “for me&#8211;by me”.&#160;&#160; The project idea that I eventually decided on was a job board application that was very Web 2.0 centric and played nicely with the social networking websites that are so popular today.&#160; I finally]]></description>
			<content:encoded><![CDATA[<p>In my <a href="http://www.tyronedavisjr.com/index.php/2009/09/16/lets-build-something/" target="_blank">last</a> post I told you that I was going to work on a project that was “for me&#8211;by me”.&#160;&#160; The project idea that I eventually decided on was a job board application that was very Web 2.0 centric and played nicely with the social networking websites that are so popular today.&#160; I finally got around to finding a “code” name for this project and doing some initial project setup work.</p>
<p>So, what’s up with the name Cheyenne? Good question.&#160; Well, after a few days I couldn’t find a good name I like so I decided to use my <a href="http://tyronedavisjr.com.mytempweb.com/wp-content/uploads/2009/09/Keira_20mo.JPG" target="_blank">20 month old daughters</a> middle name. Yes, Daddy has a soft spot and she is it!</p>
<p>This web application will be built using the ASP.NET MVC framework.&#160; I will be using a SQL 2008 Express database and using LINQ to SQL as my data layer.&#160; I will be using the <a href="http://martinfowler.com/eaaCatalog/repository.html" target="_blank">Repository Pattern</a> to provide some layer of abstraction over my data layer just in case I want to easily swap out my data access implementation.&#160;&#160; </p>
<p>&#160;</p>
<p align="center">Here are some screen shots of what the project looks like in Visual Studio 2008:</p>
<p align="center">&#160;</p>
<p align="center"><a href="http://tyronedavisjr.com.mytempweb.com/wp-content/uploads/2009/09/cheyenne_vsproject1.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="cheyenne_vsproject" border="0" alt="cheyenne_vsproject" src="http://tyronedavisjr.com.mytempweb.com/wp-content/uploads/2009/09/cheyenne_vsproject_thumb1.jpg" width="263" height="480" /></a> </p>
</p>
<p>&#160;</p>
<p align="center">Here is what the Entities and the Repository classes look like:</p>
<p align="center">&#160;</p>
<p align="center"><a href="http://tyronedavisjr.com.mytempweb.com/wp-content/uploads/2009/09/Entities1.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Entities" border="0" alt="Entities" src="http://tyronedavisjr.com.mytempweb.com/wp-content/uploads/2009/09/Entities_thumb1.jpg" width="341" height="480" /></a></p>
<p align="center">&#160;</p>
<p align="center">&#160;</p>
<p align="center"><a href="http://tyronedavisjr.com.mytempweb.com/wp-content/uploads/2009/09/Repository1.jpg"><img style="border-right-width: 0px; display: block; float: none; border-top-width: 0px; border-bottom-width: 0px; margin-left: auto; border-left-width: 0px; margin-right: auto" title="Repository" border="0" alt="Repository" src="http://tyronedavisjr.com.mytempweb.com/wp-content/uploads/2009/09/Repository_thumb1.jpg" width="640" height="331" /></a></p>
<p>&#160;</p>
<p>I want to see the code!&#160; Ok…I was just getting to that. I uploaded the first installment to my Windows Sky Drive account and you can download it below:</p>
<p><iframe style="padding-bottom: 0px; background-color: #fcfcfc; padding-left: 0px; width: 98px; padding-right: 0px; height: 115px; padding-top: 0px" title="Preview" marginheight="0" src="http://cid-0ae385ab52b1ccf1.skydrive.live.com/embedicon.aspx/Public/Cheyenne/Cheyenne^_src^_part1.zip" frameborder="0" marginwidth="0" scrolling="no"></iframe></p>
<p>&#160;</p>
<p>Let me know what you think. <strong>There is currently no user interface!</strong> Actually, the MVC project don’t currently run at the moment; but the project does compile. I removed all the defaults that the MVC project gave me since I wanted to start out from scratch. Hopefully, by the next installment I will have a basic UI and have some data loaded on the screen.&#160; If you have any suggestions or comments, let me know. Until next time…</p>
<p>&#160;</p>
<p>Happy Programming!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyronedavisjr.com/2009/09/22/the-cheyenne-project/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Let&#8217;s build something!</title>
		<link>http://www.tyronedavisjr.com/2009/09/16/lets-build-something/</link>
		<comments>http://www.tyronedavisjr.com/2009/09/16/lets-build-something/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 01:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[AJAX]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[MVC]]></category>

		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2009/09/16/lets-build-something/</guid>
		<description><![CDATA[Yeah, that’s what software developers do right?  For a while I have been thinking about building a web application where I can simple have some fun doing it and not have to worry about deadlines or business users changing the requirements every other week.  Don’t get me wrong, that’s all a part of being a]]></description>
			<content:encoded><![CDATA[<p>Yeah, that’s what software developers do right?  For a while I have been thinking about building a web application where I can simple have some fun doing it and not have to worry about deadlines or business users changing the requirements every other week.  Don’t get me wrong, that’s all a part of being a professional software developer; but I think it is time to do something, “for me &#8212; by me”.</p>
<p>So, I’ve decided on building a job board application. No, I’m not trying to be the next Monster.com, although that would be nice. I just want to provide something that is simple to use and plays nicely with the social media networks that have gotten so popular over the past few years. Here are a list of features that I have so far:</p>
<ul>
<li>ASP.NET MVC Application</li>
<li>Simple and clean user interface</li>
<li>Simple interface to search the job board.</li>
<li>All job postings are public</li>
<li>Easy authentication ( OpenId, Facebook Connect, Custom )</li>
<li>Web  2.0 centric  ( AJAX, RSS, IE8 Slices )</li>
<li>Allow easy sharing job postings with popular social networking sites ( Twitter, Facebook, Digg )</li>
<li>Allow only registered user&#8217;s to respond to job postings in a private manner.</li>
<li>Allow job posters to respond to job inquiries.</li>
<li>Provide an easy to use interface for any registered user to post a job</li>
<li>Job posting can be tagged with certain keywords.</li>
<li>Provide a mechanism for user&#8217;s to provide feedback for the overall site</li>
</ul>
<p>Ok. Easy enough?  Well, If I’m going to pull this off then I will have to get familiar with many of the social media integration API platforms since this will be the first time using any of them. But; have no fear. There is a lot of resources out there to look at and most of all, I have YOU here to help me.</p>
<p>I’m not sure how long this is going to take. I do have a full-time job and I do have to spend time with my family and like I said, no deadlines! I will try to provide a part one to this series of blog post within a week. Oh, I just broke my rule about no deadlines. Until next time…</p>
<p>Happy Programming!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyronedavisjr.com/2009/09/16/lets-build-something/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UrlMappings &#8212; An ASP.NET feature I forgot about</title>
		<link>http://www.tyronedavisjr.com/2009/08/27/urlmappings-a-asp-net-feature-i-forgot-about/</link>
		<comments>http://www.tyronedavisjr.com/2009/08/27/urlmappings-a-asp-net-feature-i-forgot-about/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 21:26:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2009/08/27/urlmappings-a-asp-net-feature-i-forgot-about/</guid>
		<description><![CDATA[So, the other day I came across a situation where I needed to provide a link to a user to a specific page within my web application; but that link also required that I provided specific values for a couple query string parameters which would take them right to the data they was looking for.&#160;]]></description>
			<content:encoded><![CDATA[<p>So, the other day I came across a situation where I needed to provide a link to a user to a specific page within my web application; but that link also required that I provided specific values for a couple query string parameters which would take them right to the data they was looking for.&#160; I wanted to avoid the messy looking querystring at the end of the URL so I wondered if there was some way around it.&#160; I started thinking and the first thing came to mind was a URL mapping feature. After some poking around on <a href="http://www.bing.com" target="_blank">Bing</a>, I was taken to a <a href="http://msdn.microsoft.com/en-us/library/ms228302.aspx" target="_blank">MSDN</a> page that reminded me that ASP.NET starting with version 2.0 came will a simple url mapper that would be perfect for what I was trying to accomplish.</p>
<p>To get the feature to work, all you have to do was add configuration element to your web.config and then you are off and running. Here is what it looked like:</p>
<p>&#160;</p>
<pre class="csharpcode">    <span class="kwrd">&lt;</span><span class="html">urlMappings</span><span class="kwrd">&gt;</span>
      <span class="kwrd">&lt;</span><span class="html">add</span> <span class="attr">url</span><span class="kwrd">=&quot;~/SomePageThatDidNotHaveToExist.aspx&quot;</span> <span class="attr">mappedUrl</span><span class="kwrd">=&quot;~/SomePageThatHasToExist.aspx?id=123&amp;cat=somecat&quot;</span> <span class="kwrd">/&gt;</span>
    <span class="kwrd">&lt;/</span><span class="html">urlMappings</span><span class="kwrd">&gt;</span></pre>
<style type="text/css">
<p>.csharpcode, .csharpcode pre
{
	font-size: small;
	color: black;
	font-family: consolas, "Courier New", courier, monospace;
	background-color: #ffffff;
	/*white-space: pre;*/
}
.csharpcode pre { margin: 0em; }
.csharpcode .rem { color: #008000; }
.csharpcode .kwrd { color: #0000ff; }
.csharpcode .str { color: #006080; }
.csharpcode .op { color: #0000c0; }
.csharpcode .preproc { color: #cc6633; }
.csharpcode .asp { background-color: #ffff00; }
.csharpcode .html { color: #800000; }
.csharpcode .attr { color: #ff0000; }
.csharpcode .alt
{
	background-color: #f4f4f4;
	width: 100%;
	margin: 0em;
}
.csharpcode .lnum { color: #606060; }</style>
<p>&#160;</p>
<p>Once you place this section in the &lt;system.web&gt; section, all your users would have to access is the SomePageThatDidNotHaveToExist.aspx page and ASP.NET would translate that url into the actual url with the additional querystring parameters at the very end. So, I didn’t have to use any third party components since my needs were very simple. Hope you find some use for this forgotten feature. Until next time…</p>
<p>&#160;</p>
<p>Happy Programming!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyronedavisjr.com/2009/08/27/urlmappings-a-asp-net-feature-i-forgot-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Education!</title>
		<link>http://www.tyronedavisjr.com/2009/08/25/free-education/</link>
		<comments>http://www.tyronedavisjr.com/2009/08/25/free-education/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 19:11:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Educational]]></category>

		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2009/08/25/free-education/</guid>
		<description><![CDATA[You know, every day I become more and more impressed about the amount of information that is freely available on the internet.&#160; Recently, I came across two online learning sites that may help you brush up on some of those old college or high school courses and it was amazing how a little refresher will]]></description>
			<content:encoded><![CDATA[<p>You know, every day I become more and more impressed about the amount of information that is freely available on the internet.&#160; Recently, I came across two online learning sites that may help you brush up on some of those old college or high school courses and it was amazing how a little refresher will get your brain going again. <a href="http://khanacademy.org/" target="_blank">The Khan Academy</a> and <a href="http://ocw.mit.edu/OcwWeb/web/courses/courses/index.htm" target="_blank">MIT’s Open Courseware</a>.&#160; </p>
<p>As you know, MIT is one of the best technology institution in the nation and anything they can offer for free is invaluable. The Khan Academy on the other hand is not affiliated with any college or university; but the individual that provides the free resources is a MIT graduate and a Harvard Business School MBA graduate. I have enjoyed many of his math courses and he does a far better job explaining things than the majority of my undergraduate professors.&#160; </p>
<p>I do intend to go back to school someday; however I have not decided on any program as yet and no doubt I would have to brush up on a few things. So these resources will come in very handy for me. I hope you find some use for these as well. There is that saying that “knowledge is power”.&#160; Until next time…</p>
<p>&#160;</p>
<p>Happy Learning!&#160; <img src='http://www.tyronedavisjr.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyronedavisjr.com/2009/08/25/free-education/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to MSBUILD on dnrTV</title>
		<link>http://www.tyronedavisjr.com/2009/08/08/introduction-to-msbuild-on-dnrtv/</link>
		<comments>http://www.tyronedavisjr.com/2009/08/08/introduction-to-msbuild-on-dnrtv/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 00:26:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Msbuild]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[dnrTV]]></category>

		<guid isPermaLink="false">http://www.tyronedavisjr.com/index.php/2009/08/08/introduction-to-msbuild-on-dnrtv/</guid>
		<description><![CDATA[Earlier this week I watch the latest episode of dnrTV on MSBUILD and I must say I can’t wait for part two. MSBUILD is one of this hidden gems in .NET and this tool can be a real timesaver if you know how and when to use it. If you got a hour or so]]></description>
			<content:encoded><![CDATA[<p>Earlier this week I watch the latest <a href="http://www.dnrtv.com/default.aspx?showNum=145" target="_blank">episode</a> of <a href="http://www.dnrtv.com/" target="_blank">dnrTV</a> on <a href="http://msdn.microsoft.com/en-us/library/0k6kkbsd.aspx" target="_blank">MSBUILD</a> and I must say I can’t wait for part two. <a href="http://msdn.microsoft.com/en-us/library/0k6kkbsd.aspx" target="_blank">MSBUILD</a> is one of this hidden gems in .NET and this tool can be a real timesaver if you know how and when to use it. If you got a hour or so to spare I would encourage you to watch this <a href="http://www.dnrtv.com/default.aspx?showNum=145" target="_blank">episode</a> and maybe you will have the same reaction that I did. Until next time…</p>
<p>&#160;</p>
<p>Happy Programming!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.tyronedavisjr.com/2009/08/08/introduction-to-msbuild-on-dnrtv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
