<?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>daGrind &#187; Microsoft</title>
	<atom:link href="http://dagrind.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://dagrind.com</link>
	<description>Technologically Unchallenged</description>
	<lastBuildDate>Tue, 13 Dec 2011 21:10:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>DPAPI</title>
		<link>http://dagrind.com/2010/02/10/dpapi/</link>
		<comments>http://dagrind.com/2010/02/10/dpapi/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 13:43:44 +0000</pubDate>
		<dc:creator>Todd Casey</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[DPAPI]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://dagrind.com/?p=242</guid>
		<description><![CDATA[I wrote this documentation and project years ago and found it while looking through some of my archives last night. It probably still has some millage left and might be found useful to someone setting up DPAPI. You can download the binaries or source code below. Download Binaries &#124; Source DPAPI Setup 1. Create the [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this documentation and project years ago and found it while looking through some of my archives last night. It probably still has some millage left and might be found useful to someone setting up DPAPI. You can download the binaries or source code below.</p>
<p>Download <a title="DPAPI Binaries" href="http://dagrind.com/files/2010/02/DPAPIBinaries.zip">Binaries</a> | <a title="DPAPI Source" href="http://dagrind.com/files/2010/02/DPAPISource.zip">Source</a></p>
<p><strong>DPAPI Setup</strong></p>
<p>1. Create the directory <strong>C:\DPAPI</strong> and copy the contents from the DPAPI directory (found in <a title="DPAPI Binaries" href="http://dagrind.com/files/2010/02/DPAPIBinaries.zip">DPAPIBinaries.zip</a>) into the new directory.</p>
<p>2. Create a local Windows account that will be used to run the Enterprise Services Application and Windows Service with the username <strong>DPAPIAccount</strong>. Make sure to uncheck the <strong>User must change password at next logon</strong> check box and check the <strong>Password never expires</strong> check box. Use the Local Security Policy tool in the Administrative Tools programs group to give the account the <strong>Log on locally</strong> and <strong>Log on as a batch job</strong> privileges.</p>
<p>You must log off with your current account and login as the DPAPIAccount user to create the user profile. Once you have logged in as the DPAPIAccount user you can then log off and log back in as your normal account.</p>
<p>3. Open a command prompt and run the following command to register the serviced component.</p>
<p><strong>regsvcs C:\DPAPI\DPAPIComp.dll</strong></p>
<p>4. Open the Component Services management console and navigate to the Component Services-&gt;Computers-&gt;My Computer-&gt;COM+ Applications folder. Right-click on the <strong>DPAPI Helper Application</strong> application and select the <strong>Properties</strong> menu option.</p>
<p>6. Click on the <strong>Identity</strong> tab and select the <strong>This user</strong> radio button. Enter the MachineName\DPAPIAccount username and password and then click on the OK button.</p>
<p>7. Expand the DPAPI Helper Application-&gt;Roles folder. You will need to add the users to the Roles\Users nodes that will need access to encrypt and decrypt. All users that need access to encrypt and/or decrypt must also be added to the Marshaler\Users node.</p>
<p>Add the MachineName\ASPNET ("NETWORK SERVICE" in IIS 6.0) user to all three groups for this example since we will test encrypting and decrypting through an ASP.NET application.</p>
<p>8. Open a command prompt and run the following command to install the Windows service.</p>
<p><strong>installutil C:\DPAPI\DPAPIService.exe</strong></p>
<p>Enter the MachineName\DPAPIAccount ("NETWORK SERVICE" in IIS 6.0) username and password and click the "OK" button.</p>
<p>9. Open the Services management console and start the <strong>DPAPI Service</strong> service.</p>
<p>10. Open the IIS management console and add a new virtual directory named <strong>DPAPIWeb</strong>.</p>
<p>11. Copy the contents from the DPAPIWeb directory (found in <a title="DPAPI Binaries" href="http://dagrind.com/files/2010/02/DPAPIBinaries.zip">DPAPIBinaries.zip</a>) into the new virtual directory.</p>
<p>12. Open <strong>http://localhost/DPAPIWeb/WebForm1.aspx</strong> in a browser and test encrypting and decrypting. Obviously, you would want to make sure that this application was not accessible outside of the local server.</p>
]]></content:encoded>
			<wfw:commentRss>http://dagrind.com/2010/02/10/dpapi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transcender Exam Preparation &amp; Vista</title>
		<link>http://dagrind.com/2007/10/17/transcender-exam-preparation-amp-vista/</link>
		<comments>http://dagrind.com/2007/10/17/transcender-exam-preparation-amp-vista/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 15:55:00 +0000</pubDate>
		<dc:creator>Todd Casey</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://dagrind.com/archive/2010/01/13/transcender-exam-preparation-amp-vista.aspx</guid>
		<description><![CDATA[If you use the Transcender Exam Preparation software on Windows Vista and have problems activating/using your practice exams then follow these steps. 1. Right-click on the "Transcender Exam Preparation" shortcut and select "Properties". 2. Click on the "Compatibility" tab. 3. Click the "Run this program in compatibility mode for:" and select "Windows 98 / Windows [...]]]></description>
			<content:encoded><![CDATA[<p>If you use the Transcender Exam Preparation software on Windows Vista and have problems activating/using your practice exams then follow these steps. 1. Right-click on the "Transcender Exam Preparation" shortcut and select "Properties". 2. Click on the "Compatibility" tab. 3. Click the "Run this program in compatibility mode for:" and select "Windows 98 / Windows Me" in the "Compatibility mode" section. 4. Click "OK".</p>
<p><a href="http://dagrind.com/files/2010/02/TranscenderProperties.jpg" rel="lightbox[26]"><img title="Transcender Properties" src="http://dagrind.com/files/2010/02/TranscenderProperties.jpg" alt="" /></a><br />
You should now be able to activate and use your practice exams.</p>
]]></content:encoded>
			<wfw:commentRss>http://dagrind.com/2007/10/17/transcender-exam-preparation-amp-vista/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 &#8211; Recent Projects (Update)</title>
		<link>http://dagrind.com/2007/05/05/visual-studio-2005-recent-projects-update/</link>
		<comments>http://dagrind.com/2007/05/05/visual-studio-2005-recent-projects-update/#comments</comments>
		<pubDate>Sat, 05 May 2007 15:17:00 +0000</pubDate>
		<dc:creator>Todd Casey</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>

		<guid isPermaLink="false">http://dagrind.com/archive/2010/01/13/visual-studio-2005-recent-projects-update.aspx</guid>
		<description><![CDATA[I have updated the Recent Projects tool that I created to support Orcas. You can download the Recent Projects application here.]]></description>
			<content:encoded><![CDATA[<p>I have updated the Recent Projects tool that I created to support Orcas. You can download the Recent Projects application <a href="http://dagrind.com/files/2010/02/RecentProjects.zip">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://dagrind.com/2007/05/05/visual-studio-2005-recent-projects-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 &#8211; Recent Projects</title>
		<link>http://dagrind.com/2007/05/01/visual-studio-2005-recent-projects/</link>
		<comments>http://dagrind.com/2007/05/01/visual-studio-2005-recent-projects/#comments</comments>
		<pubDate>Tue, 01 May 2007 21:08:00 +0000</pubDate>
		<dc:creator>Todd Casey</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Visual Studio 2005]]></category>

		<guid isPermaLink="false">http://dagrind.com/archive/2010/01/13/visual-studio-2005-recent-projects.aspx</guid>
		<description><![CDATA[I do not know about you, but I like to have full control over everything and it drives me crazy that Visual Studio 2005 does not offer an easy way to delete items from the Recent Projects list on the start page from within the IDE. I did a little looking around and see that [...]]]></description>
			<content:encoded><![CDATA[<p>I do not know about you, but I like to have full control over everything and it drives me crazy that Visual Studio 2005 does not offer an easy way to delete items from the Recent Projects list on the start page from within the IDE. I did a little looking around and see that the list of projects is stored in the registry.</p>
<p>Visual Studio 2005<br />
HKCU\Software\Microsoft\VisualStudio\8.0\ProjectMRUList</p>
<p>Microsoft Visual C# 2005 Express Edition<br />
HKCU\Software\Microsoft\VCSExpress\8.0\ProjectMRUList</p>
<p>Visual Web Developer 2005 Express Edition<br />
Software\Microsoft\VWDExpress\8.0\ProjectMRUList</p>
<p>I created a very simple .NET 2.0 windows application that allows you to delete specific projects or clear an entire list of projects for a specific version of Visual Studio 2005. This is really nice because the key names must be sequential named/numbered (i.e. File1, File2, File2). Who wants to go into regedit and manually rename "File3" through "File10" after deleting "File2"? This application makes managing the recent project lists a quick and painless task. You can download the Recent Projects application <a href="http://dagrind.com/files/2010/02/RecentProjects.zip">here</a>. Please feel free to download and use this application. This application requires Windows and the .NET Framework 2.0.</p>
<p>I am downloading the bits for Orcas Beta 1 and will see if they have addressed this issue or if I need to add support to my Recent Projects application.</p>
]]></content:encoded>
			<wfw:commentRss>http://dagrind.com/2007/05/01/visual-studio-2005-recent-projects/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight 1.1 Alpha</title>
		<link>http://dagrind.com/2007/04/30/silverlight-1-1-alpha/</link>
		<comments>http://dagrind.com/2007/04/30/silverlight-1-1-alpha/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 19:31:00 +0000</pubDate>
		<dc:creator>Todd Casey</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>
		<category><![CDATA[Silverlight 1.1 Alpha]]></category>

		<guid isPermaLink="false">http://dagrind.com/archive/2010/01/13/silverlight-1-1-alpha.aspx</guid>
		<description><![CDATA[Silverlight 1.1 Alpha was released today after the announcement by Scott Guthrie at MIX07 that Silverlight will also have .NET support! You really must see the video that shows Top Banana, an incredible demo of what Silverlight can be used to create. You can view the Top Banana demo video here. Mike Harsh has a [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.silverlight.net">Silverlight</a> 1.1 Alpha was released today after the announcement by <a href="http://weblogs.asp.net/scottgu/">Scott Guthrie</a> at <a href="http://visitmix.com/">MIX07</a> that Silverlight will also have .NET support! You really must see the video that shows <a href="http://silverlight.metaliq.com/portfolio/silverlight.html">Top Banana</a>, an incredible demo of what Silverlight can be used to create. You can view the Top Banana demo video <a href="http://download.microsoft.com/download/8/5/0/85096922-090d-4dfa-96b6-f74810411973/FullCut2.wmv">here</a>.</p>
<p><a href="http://blogs.msdn.com/mharsh/">Mike Harsh</a> has a lot of great information on his blog about Silverlight and <a href="http://blogs.msdn.com/brada/">Brad Abrams</a> posted a nice <a href="http://blogs.msdn.com/brada/archive/2007/04/30/silverlight-poster.aspx">highres Silverlight poster</a>! I am looking forward to playing around with Silverlight 1.1 Alpha!</p>
]]></content:encoded>
			<wfw:commentRss>http://dagrind.com/2007/04/30/silverlight-1-1-alpha/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight</title>
		<link>http://dagrind.com/2007/04/29/silverlight/</link>
		<comments>http://dagrind.com/2007/04/29/silverlight/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 14:15:00 +0000</pubDate>
		<dc:creator>Todd Casey</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Silverlight]]></category>

		<guid isPermaLink="false">http://dagrind.com/archive/2010/01/13/silverlight.aspx</guid>
		<description><![CDATA[I am really looking forward to seeing the new/updated Silverlight sites tomorrow! http://www.microsoft.com/silverlight http://www.silverlight.net I learned more about IIS 7 and PowerShell this weekend. I will blog more about these as I have more time. As an ASP.NET developer I really like all of the new features of IIS 7 and as a .NET developer [...]]]></description>
			<content:encoded><![CDATA[<p>I am really looking forward to seeing the new/updated Silverlight sites tomorrow!</p>
<p><a href="http://www.microsoft.com/silverlight">http://www.microsoft.com/silverlight</a><br />
<a href="http://www.silverlight.net">http://www.silverlight.net</a></p>
<p>I learned more about <a href="http://www.iis.net">IIS 7</a> and <a href="http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspx">PowerShell</a> this weekend. I will blog more about these as I have more time. As an ASP.NET developer I really like all of the new features of IIS 7 and as a .NET developer how cool is PowerShell!</p>
]]></content:encoded>
			<wfw:commentRss>http://dagrind.com/2007/04/29/silverlight/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping Windows Secure</title>
		<link>http://dagrind.com/2005/09/06/keeping-windows-secure/</link>
		<comments>http://dagrind.com/2005/09/06/keeping-windows-secure/#comments</comments>
		<pubDate>Tue, 06 Sep 2005 17:04:06 +0000</pubDate>
		<dc:creator>Todd Casey</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server 2003]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://dagrind.com/?p=149</guid>
		<description><![CDATA[Introduction I am constantly looking for the best ways to keep Windows secure against potential attacks and exploits. I have used Windows XP since RC1 and because I also manage multiple Windows Server 2003 servers, security is always the first step I take after installing Windows XP/Server. The steps described below are ones I practice [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Introduction</strong><br />
I am constantly looking for the best ways to keep Windows secure against potential attacks and exploits. I have used Windows XP since RC1 and because I also manage multiple Windows Server 2003 servers, security is always the first step I take after installing Windows XP/Server.</p>
<p>The steps described below are ones I practice at work and at home. Although they directly apply to Windows XP Pro and Windows Server 2003, these steps can also be applied to some extent to other versions of Windows. Since using these, I have never had a virus, and the servers that I manage have never been penetrated even though attempts have been made.</p>
<p>I will continue to add items to this page as I become aware of new practices and better ways to keep Windows secure. Please feel free to send me information on ways that you keep your systems secure.</p>
<p><strong>Rename Default Administrator User</strong><br />
Rename the default Administrator user to something else. Setup a user with the username of ‘Administrator’ and add only to the Users group. Disable this account. This will help with quickly seeing what attempts have been made to login with the ‘Administrator’ username.</p>
<p>Now you need to add a user that is a member of the Users group and this will become your main login. The objective of this account is to run with the least amount of privileges that are needed for the majority of operations. I am a big advocate of running with least privileges and believe there is never a good reason to have your main login be a member of the Administrators group. You can always use “Run As…” when you need to run process that require higher privileges.</p>
<p><strong>Enable Auditing &amp; Hide Last Login Username</strong><br />
1. Execute the Administrator Tools Local Security Policy application.<br />
2. Expand the Local Policy node.<br />
3. Click on the Audit Policy node.<br />
4. Double click, or right click and select Properties, on the<br />
‘Audit account login events’ item.<br />
<a href="http://dagrind.com/files/2010/02/audit.jpg" rel="lightbox[149]"><img class="alignnone size-full wp-image-152" title="audit" src="http://dagrind.com/files/2010/02/audit.jpg" alt="" width="404" height="312" /></a><br />
5. Check both the ‘Success’ and ‘Failure’ checkboxes.<br />
6. Click on the OK button.<br />
7. Click on the ‘Security Options’ node.<br />
8. Double click, or right click and select Properties, on the<br />
‘Interactive login: Do not display last username’ item.<br />
<a href="http://dagrind.com/files/2010/02/interactive_login.jpg" rel="lightbox[149]"><img class="alignnone size-full wp-image-154" title="interactive_login" src="http://dagrind.com/files/2010/02/interactive_login.jpg" alt="" width="404" height="312" /></a><br />
9. Click on the ‘Enabled’ radio button.<br />
10. Click on the OK button.</p>
<p><strong>Hide Administrator User From Interactive Login Screen (Windows XP)</strong><br />
Hide the real administrator user from login screen.<br />
1. Click on Start-&gt;Run…<br />
2. Type ‘regedit’ and then click on the OK button.<br />
3. Navigate to the following registry key:<br />
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon\Special Accounts\UserList\<br />
4. Right click on the UserList key and select the‘New-&gt;DWORD Value’ menu option.<br />
5. For the value’s name, enter the username of the user that is a member of the Administrators group.<br />
6. Make sure the value is set to 0.</p>
<p>If you are using the Windows XP "Welcome screen" then you can press CTRL+ALT+DELETE twice to open the traditional login dialog box that will allow you to enter any username.</p>
<p><strong>Windows Automatic Updates</strong><br />
Enable Windows Automatic Updates<br />
1.Start-&gt;Control Panel-&gt;Automatic Updates<br />
<a href="http://dagrind.com/files/2010/02/auto_updates.jpg" rel="lightbox[149]"><img class="alignnone size-full wp-image-153" title="auto_updates" src="http://dagrind.com/files/2010/02/auto_updates.jpg" alt="" width="419" height="463" /></a><br />
2. Select the ‘Automatic’ option and select ‘Every day’ at an off-peak time.</p>
<p><strong>Microsoft Baseline Security Analyzer</strong><br />
<a href="http://www.microsoft.com/technet/security/tools/mbsahome.mspx">http://www.microsoft.com/technet/security/tools/mbsahome.mspx</a><br />
This is an incredible tool that will analyze your system and give you a detailed report about your system’s security.</p>
<p><strong>Use New Setup</strong><br />
Now you need to reboot and this time login with your newly created user that is a member of the Users and not Administrators group.</p>
<p><strong>Visual Studio</strong><br />
If you are using a user that is a member of the Users group and want to use the Visual Studio .NET 2002/2003 debugger, you will need to make sure that your user is also a member of the ‘Debugger Users’ group. You will need to log off and then login. There are extra steps that need to be taken if you want to debug an ASP.NET site.</p>
]]></content:encoded>
			<wfw:commentRss>http://dagrind.com/2005/09/06/keeping-windows-secure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visual Studio 2005 Beta 2 + SQL Server 2005 CTP &#8211; April Dev</title>
		<link>http://dagrind.com/2005/05/23/visual-studio-2005-beta-2-sql-server-2005-ctp-april-dev/</link>
		<comments>http://dagrind.com/2005/05/23/visual-studio-2005-beta-2-sql-server-2005-ctp-april-dev/#comments</comments>
		<pubDate>Mon, 23 May 2005 17:39:00 +0000</pubDate>
		<dc:creator>Todd Casey</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[SQL Server 2005 CTP]]></category>
		<category><![CDATA[Visual Studio 2005 Beta 2]]></category>

		<guid isPermaLink="false">http://dagrind.com/archive/2010/01/13/visual-studio-2005-beta-2-sql-server-2005-ctp-april-dev.aspx</guid>
		<description><![CDATA[This weekend I installed Visual Studio 2005 Team Suit Beta 2 and SQL Server 2005 CTP - April 2005 - Developer Edition. I followed these steps to uninstall VS 2005 and SQL Server 2005 before I began installing the updated version. The VS 2005 Beta 2 uninstall went smooth, but the SQL Server Beta 2 [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend I installed Visual Studio 2005 Team Suit Beta 2 and SQL Server 2005 CTP - April 2005 - Developer Edition. I followed these <a href="http://lab.msdn.microsoft.com/vs2005/uninstall/">steps</a> to uninstall VS 2005 and SQL Server 2005 before I began installing the updated version. The VS 2005 Beta 2 uninstall went smooth, but the SQL Server Beta 2 uninstall was anything but smooth. SQL Server Beta 2 and components seemed to uninstall correctly, so I proceeded to install the new version of SQL Server 2005. When the new version of Yukon was installed, I noticed that I was missing the tools and DTS (these features were enabled)!</p>
<p>Next, I uninstalled Yukon and then installed the 2.0.40607 version of the .NET Framework. I then installed/uninstalled the first version of SQL Server 2005 Beta 2 that I started with (originally installed in January). The ghost entries were still there after this uninstall…</p>
<p>Finally, I used this <a href="http://www.huydao.net/setup/msiinv.zip">tool</a> to see what MSI was reporting to be installed. I then tried to use msiexec /x  which seemed to work from the dialogs, but the ghost entries were still hanging around. I finally fired up my good friend, regedit, and removed all entries matching the ghost MSI entries. Once the registry entries were removed, the April CTP install completed successfully and I finally had the tools and DTS.</p>
<p>The installation of Visual Studio 2005 Beta 2 went smooth and I made sure to disable the SQL Server 2005 Express option. Everything it working great now!</p>
]]></content:encoded>
			<wfw:commentRss>http://dagrind.com/2005/05/23/visual-studio-2005-beta-2-sql-server-2005-ctp-april-dev/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Blog Application</title>
		<link>http://dagrind.com/2005/03/24/new-blog-application/</link>
		<comments>http://dagrind.com/2005/03/24/new-blog-application/#comments</comments>
		<pubDate>Thu, 24 Mar 2005 19:55:00 +0000</pubDate>
		<dc:creator>Todd Casey</dc:creator>
				<category><![CDATA[.NET Framework]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Visual Studio]]></category>

		<guid isPermaLink="false">http://dagrind.com/archive/2010/01/13/new-blog-application.aspx</guid>
		<description><![CDATA[I finished the basic version of my new blog system this evening with the addition of the comment system. My blog application is not as feature rich as .Text at the moment, but it has been a fun project. Over the next week, I am going to update the Articles and Examples sections with new [...]]]></description>
			<content:encoded><![CDATA[<p>I finished the basic version of my new blog system this evening with the addition of the comment system. My blog application is not as feature rich as .Text at the moment, but it has been a fun project. Over the next week, I am going to update the Articles and Examples sections with new content.</p>
<p>The weekend is at hand! We watched both of <a href="http://www.pixar.com/featurefilms/incredibles/">The Incredibles</a> DVDs last weekend. I always enjoy watching the "behind the scenes" and seeing what the guys at Pixar go through making their great movies. Their movies would not be possible without their awesome software developers (their artists and animators are ok too <img src='http://dagrind.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> !</p>
]]></content:encoded>
			<wfw:commentRss>http://dagrind.com/2005/03/24/new-blog-application/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MCSD Exams Completed</title>
		<link>http://dagrind.com/2005/03/14/mcsd-exams-completed/</link>
		<comments>http://dagrind.com/2005/03/14/mcsd-exams-completed/#comments</comments>
		<pubDate>Mon, 14 Mar 2005 17:25:00 +0000</pubDate>
		<dc:creator>Todd Casey</dc:creator>
				<category><![CDATA[Certification]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MCSD]]></category>

		<guid isPermaLink="false">http://dagrind.com/archive/2010/01/13/mcsd-exams-completed.aspx</guid>
		<description><![CDATA[I passed the 70-300 and am now a MCSD (Microsoft Certified Solution Developer)! What a long journey which took almost a year. When I first began I had never used C# or the .NET Framework (I was proficient with C++ however). I have also been able to use the .NET Framework on production projects at [...]]]></description>
			<content:encoded><![CDATA[<p>I passed the 70-300 and am now a MCSD (Microsoft Certified Solution Developer)! What a long journey which took almost a year. When I first began I had never used C# or the .NET Framework (I was proficient with C++ however). I have also been able to use the .NET Framework on production projects at work which has been great experience gaining knowledge about .NET, SQL Server 2000, IIS, and Windows Server 2003. There are no testing centers in city so I have had to travel to take my tests where I could (from MN to south TX). I actually ended up taking all of the exams at different locations. I am excited to have the preparation behind me and now I am ready to focus on further developing my skills and gaining more experience with the .NET Framework.</p>
<p>I saw this sign taped to the back of a truck's tailgate this weekend:</p>
<p><em> Parachute For Sale<br />
Used Once<br />
Never Opened<br />
Slight Stain</em></p>
<p>I will begin blogging more consistently now and also uploading some exciting content to the site in the upcoming weeks!</p>
]]></content:encoded>
			<wfw:commentRss>http://dagrind.com/2005/03/14/mcsd-exams-completed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

