<?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>Unidev Tech Blog &#187; Uncategorized</title>
	<atom:link href="http://www.unidevtech.com/index.php/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unidevtech.com</link>
	<description>Unidev&#039;s IT Blog for Software Developers (JAVA, .NET, Mobile, Automated Controls and more)</description>
	<lastBuildDate>Mon, 09 Jan 2012 21:16:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Minification and Cache-busting in Asp.Net</title>
		<link>http://www.unidevtech.com/index.php/2011/08/minification-and-cache-busting-in-asp-net/</link>
		<comments>http://www.unidevtech.com/index.php/2011/08/minification-and-cache-busting-in-asp-net/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 18:03:36 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=278</guid>
		<description><![CDATA[Most users of popular libraries like jQuery tend to use a few jQuery plugins also. One project I’ve worked on has 10 jQuery plugins, plus a few scripts that are common across all pages on the site. Each script has to be downloaded, parsed, and executed before your page loads in full. So, a proliferation [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2011/08/minification-and-cache-busting-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fast Data Loading with SQL Server 2008</title>
		<link>http://www.unidevtech.com/index.php/2011/08/fast-data-loading-with-sql-server-2008/</link>
		<comments>http://www.unidevtech.com/index.php/2011/08/fast-data-loading-with-sql-server-2008/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 21:26:37 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=267</guid>
		<description><![CDATA[A common operation in many systems is bulk loading of data into a database, be it from another system, a flat file, or generated output, which may or may not involve updating existing records. A lesser known class in .Net, SqlBulkCopy, and a new feature in SQL Server 2008, MERGE can greatly increase the speed [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2011/08/fast-data-loading-with-sql-server-2008/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Password Storage Best Practices</title>
		<link>http://www.unidevtech.com/index.php/2011/08/password-storage-best-practices/</link>
		<comments>http://www.unidevtech.com/index.php/2011/08/password-storage-best-practices/#comments</comments>
		<pubDate>Mon, 01 Aug 2011 18:40:53 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=249</guid>
		<description><![CDATA[With the several high profile security breaches so far this year, security is on the forefront of most developers minds, or it should be. Though, if one has never coded good authentication code before, it can be a rather daunting task. The Internet is rife with poor advice, old advice, or just plain wrong advice. [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2011/08/password-storage-best-practices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;T-SQL Debugging. Could not attach to SQL Server process&#8221; error</title>
		<link>http://www.unidevtech.com/index.php/2011/02/t-sql-debugging-could-not-attach-to-sql-server-process-error/</link>
		<comments>http://www.unidevtech.com/index.php/2011/02/t-sql-debugging-could-not-attach-to-sql-server-process-error/#comments</comments>
		<pubDate>Tue, 22 Feb 2011 19:28:56 +0000</pubDate>
		<dc:creator>Brian</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/index.php/2011/02/t-sql-debugging-could-not-attach-to-sql-server-process-error/</guid>
		<description><![CDATA[Problem: When trying to start the debugger in SQL Server Management Studio, I received the error: Unable to start T-SQL Debugging.&#160; Could not attach to SQL Server process on ‘%dbservername%’.&#160; Click Help for more information. &#160; &#160; Solution: Configure the database engine service with a Domain user account, or more specifically, an account that can [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2011/02/t-sql-debugging-could-not-attach-to-sql-server-process-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Importing Mixed ZIP Codes into SQL Server from Excel</title>
		<link>http://www.unidevtech.com/index.php/2009/10/importing-mixed-zip-codes-into-sql-server-from-excel/</link>
		<comments>http://www.unidevtech.com/index.php/2009/10/importing-mixed-zip-codes-into-sql-server-from-excel/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 16:51:07 +0000</pubDate>
		<dc:creator>Kevin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=157</guid>
		<description><![CDATA[I had a spreadsheet with tens of thousands of mailing addresses. One of the columns was  the ZIP code for each address row.  Some of those ZIP codes were in the ZIP + 4 format (12345-6789) and others were not.  Those others were 3, 4 or 5 digit numbers.  When the data was put into [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/10/importing-mixed-zip-codes-into-sql-server-from-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Could not load file or assembly &#8216;apache fop.net&#8217; or one of its dependencies</title>
		<link>http://www.unidevtech.com/index.php/2009/08/could-not-load-file-or-assembly-apache-fop-net-or-one-of-its-dependencies/</link>
		<comments>http://www.unidevtech.com/index.php/2009/08/could-not-load-file-or-assembly-apache-fop-net-or-one-of-its-dependencies/#comments</comments>
		<pubDate>Tue, 04 Aug 2009 13:31:22 +0000</pubDate>
		<dc:creator>George</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[IIS]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=127</guid>
		<description><![CDATA[By George Zheng When we deploy one of our web sites to a 64 bit web server, we get following error: “Could not load file or assembly &#8216;apachefop.net&#8217; or one of its dependencies. An attempt was made to load a program with an incorrect format.” This web site is using fop.net to generate the PDF [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/08/could-not-load-file-or-assembly-apache-fop-net-or-one-of-its-dependencies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Overhauling the Security Framework of our Content Management System</title>
		<link>http://www.unidevtech.com/index.php/2009/07/overhauling-the-security-framework-of-our-content-management-system/</link>
		<comments>http://www.unidevtech.com/index.php/2009/07/overhauling-the-security-framework-of-our-content-management-system/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 16:08:45 +0000</pubDate>
		<dc:creator>Derek</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.unidevtech.com/?p=106</guid>
		<description><![CDATA[The past few weeks have been challenging in an interesting and fun way. We are on track to release version 2.6 of our Content Management System and finally decided it was time to overhaul our security framework. We are moving from a simple role based architecture to a framework that supports the following: Roles Permissions [...]]]></description>
		<wfw:commentRss>http://www.unidevtech.com/index.php/2009/07/overhauling-the-security-framework-of-our-content-management-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

