<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Blake Niemyjski </title><subtitle type="html" /><id>http://weblogs.asp.net/blakeniemyjski/atom.aspx</id><link rel="alternate" type="text/html" href="http://weblogs.asp.net/blakeniemyjski/default.aspx" /><link rel="self" type="application/atom+xml" href="http://weblogs.asp.net/blakeniemyjski/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20510.895">Community Server</generator><updated>2007-10-02T00:29:00Z</updated><entry><title>Announcing The CodeSmith Generator 6.0 Visual Studio Template Editor</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/blakeniemyjski/archive/2011/06/02/announcing-the-codesmith-generator-6-0-visual-studio-template-editor.aspx" /><id>http://weblogs.asp.net/blakeniemyjski/archive/2011/06/02/announcing-the-codesmith-generator-6-0-visual-studio-template-editor.aspx</id><published>2011-06-02T15:01:00Z</published><updated>2011-06-02T15:01:00Z</updated><content type="html">&lt;p&gt;The CodeSmith Team is very excited to announce that CodeSmith Generator 6.0 will feature a built-in Visual Studio CodeSmith Generator Template Editor on top of our existing&amp;nbsp;&lt;a href="http://community.codesmithtools.com/CodeSmith_Community/b/videotutorials/archive/2008/10/15/visual-studio-integration.aspx"&gt;Visual Studio Integration&lt;/a&gt;. The team has been hard at work integrating a new Template Editor into our Visual Studio integration story. Without further ado:&lt;/p&gt;
&lt;p&gt;&lt;img src="http://community.codesmithtools.com/resized-image.ashx/__size/800x0/__key/CommunityServer-Blogs-Components-WeblogFiles/00-00-00-00-17/8540.visual-studio-integration.png" border="0" /&gt;&lt;/p&gt;
&lt;p&gt;As you can see from the screenshot above, the CodeSmith Generator Template Editor is sitting inside of Visual Studio. This means you can use a familiar Development Interface to develop, edit and generate templates.&amp;nbsp;Also noticeable is our new property grid which replaces the visual studio property grid (please note this is in the same property tool window as the built in property window). This allows much more flexibility and power to-do things like dynamically filter properties or only show required properties. The image below shows the result of clicking generate for the currently shown editor template.&lt;/p&gt;

&lt;a href="http://community.codesmithtools.com/CodeSmith_Official_7/b/announcements/archive/2011/06/02/Announcing-The-CodeSmith-Generator-6.0-Visual-Studio-Template-Editor.aspx"&gt;Continue Reading&lt;/a&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7813073" width="1" height="1"&gt;</content><author><name>blake05</name><uri>http://weblogs.asp.net/members/blake05.aspx</uri></author><category term="Code Generation" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/Code+Generation/default.aspx" /><category term="Visual Studio" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/Visual+Studio/default.aspx" /></entry><entry><title>PLINQO for Entity Framework Templates, Beta 1 Released!</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/blakeniemyjski/archive/2011/04/05/plinqo-for-entity-framework-templates-beta-1-released.aspx" /><id>http://weblogs.asp.net/blakeniemyjski/archive/2011/04/05/plinqo-for-entity-framework-templates-beta-1-released.aspx</id><published>2011-04-05T14:23:00Z</published><updated>2011-04-05T14:23:00Z</updated><content type="html">&lt;p&gt;Last week, my employer, &lt;a href="http://codesmithtools.com"&gt;CodeSmith Tools&lt;/a&gt; released Templates for Entity Framework. Please download the beta version of the templates and give us your feedback while we work on final version of the 1.0 templates. The templates can be downloaded&amp;nbsp;&lt;a href="http://code.google.com/p/codesmith/downloads/detail?name=PLINQO.EF-v1.0.Beta.zip&amp;amp;can=2&amp;amp;q=#makechanges"&gt;here&lt;/a&gt;.&amp;nbsp;Please log your feedback or issues on our&amp;nbsp;&lt;a href="http://weblogs.asp.net/Template_Frameworks/f/66.aspx"&gt;forums&lt;/a&gt;&amp;nbsp;and &lt;a href="http://code.google.com/p/codesmith/issues/list"&gt;Google Code&lt;/a&gt;. Your feedback will be reviewed and bugs logged will be fixed in the final 1.0 release.&lt;/p&gt;
&lt;p&gt;Below is a list of advantages of using the CodeSmith Generator Entity Framework Beta Templates compared to the out of the box Entity Framework 4.1 Microsoft Implementation:&lt;/p&gt;
&lt;ul class="standard-list"&gt;
&lt;li&gt;&lt;strong&gt;EDMX&lt;/strong&gt;&lt;br /&gt;
&lt;ul&gt;
&lt;li&gt;Quickly and safely regenerate your database while keeping it in sync with your database model.&lt;/li&gt;
&lt;li&gt;Ability to filter what gets updated from the database.&lt;/li&gt;
&lt;li&gt;Ability to safely rename your entities with ease using a Clean Expression.&lt;/li&gt;
&lt;li&gt;Preserves custom changes and meta-data to your EDMX&amp;nbsp;file (E.G. Custom View keys are preserved against regeneration).&lt;/li&gt;
&lt;li&gt;Better support for Views!&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Entities&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Each class is generated to a separate editable file.&lt;/li&gt;
&lt;li&gt;Complex types are placed into a&amp;nbsp;&lt;span&gt;separate&amp;nbsp;&lt;/span&gt;folder.&lt;/li&gt;
&lt;li&gt;Ability to edit the generated code via the partial class.&lt;/li&gt;
&lt;li&gt;Editable templates are easy to understand and modify.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Query Extensions&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Bring back filtered data easily using chainable query extension methods.&lt;/li&gt;
&lt;li&gt;Support for Comparison Operators (E.G.,&amp;nbsp;Equals, GreaterThan, GreaterThanOrEquals, LessThan, LessThanOrEquals and NotEquals)&lt;/li&gt;
&lt;li&gt;Ability to create your own reusable query extensions.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;QuickStart&lt;/strong&gt;
&lt;ul&gt;
&lt;li&gt;Get up and running within a few seconds.&lt;/li&gt;
&lt;li&gt;Ability to create a Dynamic Data for Entity Framework project with ease.&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We will be greatly expanding on the feature list in the near future like:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;More Query Extensions,&lt;/li&gt;
&lt;li&gt;Support for Bulk Operations (Update, Insert, Delete),&lt;/li&gt;
&lt;li&gt;Rules Engine,&lt;/li&gt;
&lt;li&gt;Caching,&lt;/li&gt;
&lt;li&gt;Performance Improvements,&lt;/li&gt;
&lt;li&gt;Entity Enhancements,&lt;/li&gt;
&lt;li&gt;Enumeration Generation(*subject to investigation),&lt;/li&gt;
&lt;li&gt;Auditing,&lt;/li&gt;
&lt;li&gt;And more!!!!&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;What are you waiting for? Download the templates &lt;a href="http://code.google.com/p/codesmith/downloads/detail?name=PLINQO.EF-v1.0.Beta.zip&amp;amp;can=2&amp;amp;q=#makechanges"&gt;here&lt;/a&gt;. The documentation for the Entity Framework templates can be found &lt;a href="http://docs.codesmithtools.com/display/PLINQOEF/Home"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a rev="vote-for" href="http://dotnetshoutout.com/PLINQO-for-Entity-Framework-Templates-Beta-1-Released"&gt;&lt;img alt="Shout it" src="http://dotnetshoutout.com/image.axd?url=http%3A%2F%2Fcommunity.codesmithtools.com%2FCodeSmith_Official_7%2Fb%2Fannouncements%2Farchive%2F2011%2F03%2F30%2FPLINQO-for-Entity-Framework-Templates-Beta-1-Released.aspx" style="border:0px" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7743172" width="1" height="1"&gt;</content><author><name>blake05</name><uri>http://weblogs.asp.net/members/blake05.aspx</uri></author><category term="CodeSmith" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/CodeSmith/default.aspx" /><category term=".NET" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/.NET/default.aspx" /><category term="Entity Framework" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/Entity+Framework/default.aspx" /><category term="Code Generation" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/Code+Generation/default.aspx" /></entry><entry><title>.netTiers 2.3.0 Beta 2</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/blakeniemyjski/archive/2008/11/30/nettiers-2-3-0-beta-2.aspx" /><id>http://weblogs.asp.net/blakeniemyjski/archive/2008/11/30/nettiers-2-3-0-beta-2.aspx</id><published>2008-11-30T23:45:00Z</published><updated>2008-11-30T23:45:00Z</updated><content type="html">&lt;p&gt;The .netTiers team released .netTiers 2.3.0 Beta 2 today.&amp;nbsp;
.netTiers 2.3.0 is a maintenance release containing many bug fixes and
patches. We have also added various requested features like Enterprise
Library version 4.1 as well as support for Visual Studio 2008. I would
have to say the biggest and most requested feature that went into
.netTiers 2.3.0 Beta 2 was &lt;b&gt;support for Oracle&lt;/b&gt;!&lt;/p&gt;&lt;p&gt;For a complete list of changes and more information please continue reading at &lt;a href="http://windowscoding.com/blogs/blake/archive/2008/11/30/nettiers-2-3-0-beta-2.aspx" mce_href="http://windowscoding.com/blogs/blake/archive/2008/11/30/nettiers-2-3-0-beta-2.aspx"&gt;source&lt;/a&gt;. &lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6761079" width="1" height="1"&gt;</content><author><name>blake05</name><uri>http://weblogs.asp.net/members/blake05.aspx</uri></author><category term="CodeSmith" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/CodeSmith/default.aspx" /><category term="Community News" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/Community+News/default.aspx" /><category term=".NET" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/.NET/default.aspx" /><category term=".netTiers" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/.netTiers/default.aspx" /><category term="General Software Development" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/General+Software+Development/default.aspx" /><category term="C#" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/C_2300_/default.aspx" /><category term="SQL Server" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/SQL+Server/default.aspx" /></entry><entry><title>CodeSmith 5.0 RTM available now</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/blakeniemyjski/archive/2008/08/19/codesmith-5-0-rtm-available-now.aspx" /><id>http://weblogs.asp.net/blakeniemyjski/archive/2008/08/19/codesmith-5-0-rtm-available-now.aspx</id><published>2008-08-19T17:57:00Z</published><updated>2008-08-19T17:57:00Z</updated><content type="html">&lt;p&gt;Over the past year the CodeSmith team has been hard at work on
CodeSmith 5.0. This release contains many fixes, performance
enhancements and other enhancements over the previous versions. For a list of changes continue reading at the source.&lt;/p&gt;&lt;p&gt;Source: &lt;a href="http://windowscoding.com/blogs/blake/archive/2008/08/19/codesmith-5-0-rtm-available-now.aspx" mce_href="http://windowscoding.com/blogs/blake/archive/2008/08/19/codesmith-5-0-rtm-available-now.aspx"&gt;CodeSmith 5.0 RTM available now&lt;/a&gt;&lt;br&gt;&lt;/p&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6539235" width="1" height="1"&gt;</content><author><name>blake05</name><uri>http://weblogs.asp.net/members/blake05.aspx</uri></author><category term="CodeSmith" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/CodeSmith/default.aspx" /><category term="Community News" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/Community+News/default.aspx" /><category term=".NET" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/.NET/default.aspx" /></entry><entry><title>Speaking at the Madison .NET User Group</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/blakeniemyjski/archive/2008/07/30/speaking-at-the-madison-net-user-group.aspx" /><id>http://weblogs.asp.net/blakeniemyjski/archive/2008/07/30/speaking-at-the-madison-net-user-group.aspx</id><published>2008-07-30T17:23:00Z</published><updated>2008-07-30T17:23:00Z</updated><content type="html">Tonight I will be presenting Code Generation using CodeSmith 5.0 at the Madison .NET User Group. Here are some of the topics that I will be covering:&lt;br&gt;&lt;ul&gt;&lt;li&gt;How-to create templates that use Data Sources, XML, SQL, etc...&lt;/li&gt;&lt;li&gt;Tips and Tricks used by senior fellow CodeSmith users&lt;/li&gt;&lt;li&gt;Demos on Data Access Generation using nHiberate and .netTiers&lt;/li&gt;&lt;li&gt;How templates can make your life easier and save you money&lt;/li&gt;&lt;li&gt;CodeSmith 5.0 specific features&lt;/li&gt;&lt;/ul&gt;Continue at Source: &lt;a href="http://windowscoding.com/blogs/blake/archive/2008/07/30/speaking-at-the-madison-net-user-group.aspx" mce_href="http://windowscoding.com/blogs/blake/archive/2008/07/30/speaking-at-the-madison-net-user-group.aspx"&gt;Speaking at the Madison .NET User Group&lt;/a&gt;&lt;br&gt;&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6460966" width="1" height="1"&gt;</content><author><name>blake05</name><uri>http://weblogs.asp.net/members/blake05.aspx</uri></author><category term="CodeSmith" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/CodeSmith/default.aspx" /><category term="Community News" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/Community+News/default.aspx" /><category term=".NET" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/.NET/default.aspx" /></entry><entry><title>A look into the life of a the Student Blogger</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/blakeniemyjski/archive/2007/11/01/a-look-into-the-life-of-a-the-student-blogger.aspx" /><id>http://weblogs.asp.net/blakeniemyjski/archive/2007/11/01/a-look-into-the-life-of-a-the-student-blogger.aspx</id><published>2007-11-01T15:35:00Z</published><updated>2007-11-01T15:35:00Z</updated><content type="html">&lt;p&gt;One might wonder what happened to me after my first introductory
post. Don't worry I'm still alive and not going anywhere in the blogging atmosphere. I have tons of content to write about just no time to sit down and process my ideas. Mainly I am always pretty occupied when I'm not working on homework.&lt;/p&gt;

&lt;p&gt;Since this is an outlook on my life as a student, developer and blogger. I will let you know some details of my daily activities. In the mornings I wake up and check my email and head to my 8:00 AM class. Then I go to the library and work on homework between my three classes each day. For dinner I usually eat with one or all of my roommates and occasionally watch a movie once or
twice a week. Then I start working on homework or development and continue that late into the morning. &lt;/p&gt;

&lt;p&gt;Some of my activities in the past month include:&lt;/p&gt;

&lt;ul class="unIndentedList"&gt;
&lt;li&gt;
Went to Texas to attend &lt;a href="http://communityserver.org/blogs/announcements/archive/2007/07/27/CSDC.aspx" target="_blank" mce_href="http://communityserver.org/blogs/announcements/archive/2007/07/27/CSDC.aspx"&gt;Telligent's Community
Server Developers Conference&lt;/a&gt;. &lt;/li&gt;
&lt;li&gt;
Spent the weekend at the Hospital with family
members.&lt;/li&gt;
&lt;li&gt;
More Development work.&lt;/li&gt;
&lt;li&gt;
Diving Deep into JavaScript. &lt;/li&gt;
&lt;li&gt;
MIDTERMS!&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;As one might see it gets pretty hectic over here. Once I get some more free time I will post what I'm doing and/or what I originally intended to write on:&lt;/p&gt;

&lt;ul class="unIndentedList"&gt;
&lt;li&gt;
Design strategies&lt;/li&gt;
&lt;li&gt;
Best practices&lt;/li&gt;
&lt;li&gt;
Tips and tricks&lt;/li&gt;
&lt;li&gt;
My Experiences&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;b&gt;In other news:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;The Community Server Developer Conference was amazing; I hope all of you will attend the future Telligent Developer Conferences. Kevin Harder has a live blog of the entire conference
located &lt;a href="http://kevinharder.com/blog/archive/tags/CSDC/default.aspx" target="_blank" mce_href="http://kevinharder.com/blog/archive/tags/CSDC/default.aspx"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;This weekend I'm going to be heading up to UW-Oshkosh to the ACM programming competition. So if you are in the area, feel free to stop by!&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4854287" width="1" height="1"&gt;</content><author><name>blake05</name><uri>http://weblogs.asp.net/members/blake05.aspx</uri></author><category term="Personal" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/Personal/default.aspx" /></entry><entry><title>My experiences with technology</title><link rel="alternate" type="text/html" href="http://weblogs.asp.net/blakeniemyjski/archive/2007/10/02/my-experiences-with-technology.aspx" /><id>http://weblogs.asp.net/blakeniemyjski/archive/2007/10/02/my-experiences-with-technology.aspx</id><published>2007-10-02T05:29:00Z</published><updated>2007-10-02T05:29:00Z</updated><content type="html">&lt;p&gt;Recently, &lt;a href="http://blogs.msdn.com/joestagner/" target="_blank" mce_href="http://blogs.msdn.com/joestagner/"&gt;Joe
Stagner&lt;/a&gt; contacted me and asked if I would like a blog here at &lt;a href="http://weblogs.asp.net" target="_blank" mce_href="http://weblogs.asp.net"&gt;weblogs.asp.net&lt;/a&gt;.
He didn't have to ask twice, as I have always been an avid reader of
&lt;a href="http://weblogs.asp.net" target="_blank" mce_href="http://weblogs.asp.net"&gt;weblogs.asp.net&lt;/a&gt;. I would first like to introduce myself and then explain what I
will be trying to accomplish here at &lt;a href="http://weblogs.asp.net" target="_blank" mce_href="http://weblogs.asp.net"&gt;weblogs.asp.net&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;My name is
&lt;a href="http://blakeniemyjski.com/" target="_blank" mce_href="http://blakeniemyjski.com/"&gt;Blake Niemyjski&lt;/a&gt; and I am currently twenty years old. My birthday is October 16th.
I started programming as a hobby about 9 years ago, when I dived deep into Unix
Scripting and Basic. I quickly moved on up the ladder to greater things at the
time like; VB6, then later on VB.Net. After coding in VB.Net for a while I
thought it was time to step it up and made the switch to C#. For those of you
who are wondering if you should make the switch, I'll just say that I have
never looked back and am extremely happy with C#. Over the course of the last 3
years, I have continued learning other languages, as it is always wise to leave
your options open. These languages are: Java, C++, and ASM (and a few various
other languages).&lt;/p&gt;


&lt;p&gt;Many of you
don't know who I am. If you follow &lt;a href="http://telligent.com/" target="_blank" mce_href="http://telligent.com/"&gt;Telligent&lt;/a&gt;, &lt;a href="http://extended64.com/" target="_blank" mce_href="http://extended64.com/"&gt;Extended64&lt;/a&gt; or &lt;a href="http://windowscoding.com/" target="_blank" mce_href="http://windowscoding.com/"&gt;windowscoding.com&lt;/a&gt;,
then you more than likely have come into contact with me. Below are three blogs
that I operate.&lt;/p&gt;



&lt;ol&gt;
&lt;li&gt;&lt;a href="http://extended64.com/blogs/blake/default.aspx" target="_blank" mce_href="http://extended64.com/blogs/blake/default.aspx"&gt;Extended64.com&lt;/a&gt; (64 Bit Computing)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://windowscoding.com/blogs/blake/default.aspx" target="_blank" mce_href="http://windowscoding.com/blogs/blake/default.aspx"&gt;windowscoding.com&lt;/a&gt; (my website, &amp;nbsp;Development on the windows platform)&lt;/li&gt;
&lt;li&gt;&lt;a href="http://telliterns.com/blaken/default.aspx" target="_blank" mce_href="http://telliterns.com/blaken/default.aspx"&gt;Telliterns.com&lt;/a&gt; (Telligent Systems Internship
Program).&lt;br&gt;&lt;/li&gt;
&lt;/ol&gt;


&lt;p&gt;This past
summer I spent the summer down in Texas working as an intern at &lt;a href="http://telligent.com/" target="_blank" mce_href="http://telligent.com/"&gt;Telligent
Systems, Inc&lt;/a&gt;. I was on the product team responsible for designing and
implementing the new and upcoming product &lt;a href="http://weblogs.asp.net/rhoward/archive/2007/07/23/community-server-reporting.aspx" target="_blank" mce_href="http://weblogs.asp.net/rhoward/archive/2007/07/23/community-server-reporting.aspx"&gt;Community Server Enterprise
Reporting&lt;/a&gt;. It's a pretty cool application that allows you to view your
communities' health, and various other statistics. You can view the live demo
&lt;a href="http://reports.communityserver.org/demo/" target="_blank" mce_href="http://reports.communityserver.org/demo/"&gt;here&lt;/a&gt;.&lt;/p&gt;


&lt;p&gt;Over the
next couple of months my goal here on &lt;a href="http://weblogs.asp.net/" target="_blank" mce_href="http://weblogs.asp.net/"&gt;weblogs.asp.net&lt;/a&gt; will be to inform others
on the following topics:&lt;/p&gt;

&lt;ul class="unIndentedList"&gt;
&lt;li&gt;
Design strategies&lt;/li&gt;
&lt;li&gt;
Best practices&lt;/li&gt;
&lt;li&gt;
Tips and tricks&lt;/li&gt;
&lt;li&gt;
My Experiences&lt;/li&gt;
&lt;/ul&gt;





&lt;p&gt;Please feel
free to give me feedback through comments or private messages.&lt;/p&gt;


&lt;p&gt;Thanks&lt;/p&gt;

&lt;p&gt;-Blake
Niemyjski&lt;/p&gt;


&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4289242" width="1" height="1"&gt;</content><author><name>blake05</name><uri>http://weblogs.asp.net/members/blake05.aspx</uri></author><category term="Personal" scheme="http://weblogs.asp.net/blakeniemyjski/archive/tags/Personal/default.aspx" /></entry></feed>
