<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>dotnetcat:  .NET news</title>
<link>http://www.dotnetcat.com/</link>
<atom:link href="http://www.dotnetcat.com/rss.xml" rel="self" type="application/rss+xml" />
<description>.NET developer news by tags: C#, ASP.NET, VB.NET, database, security, performance and more</description>
<language>en-us</language>
<item>
<title>Json Data  Visualizer using JQuery, JavaScript, Asp.net MVC 2.0</title>
<link>http://www.dotnetcat.com/news/Examples/id/14200/</link>
<guid>http://www.dotnetcat.com/news/Examples/id/14200/</guid>
<pubDate>Tue, 29 Jun 2010 05:44:00 -0500</pubDate>
<description><![CDATA[This article describes a Json data visualizer for popular web services like Google, Yahoo, Bing and Twitter using JQuery , JavaScript, and Asp.net MVC 2.0.
]]></description>
<category><![CDATA[Examples]]></category>
</item>
<item>
<title>A Simple Application using Silverlight Physics Helper Library</title>
<link>http://www.dotnetcat.com/news/Silverlight/id/14173/</link>
<guid>http://www.dotnetcat.com/news/Silverlight/id/14173/</guid>
<pubDate>Sun, 27 Jun 2010 12:41:00 -0500</pubDate>
<description><![CDATA[Recently I was interested to work with the Physics Helper for Silverlight. I saw couple of demos on net which uses the Physics library for Silverlight to create good animations with Friction logic. Yeah, friction. You can drop a ball on a surface which will bounce over that surface. I found it very]]></description>
<category><![CDATA[Silverlight]]></category>
</item>
<item>
<title>Circular Progress Indicator</title>
<link>http://www.dotnetcat.com/news/Components/id/14176/</link>
<guid>http://www.dotnetcat.com/news/Components/id/14176/</guid>
<pubDate>Sat, 26 Jun 2010 15:37:00 -0500</pubDate>
<description><![CDATA[Firefox like circular progress indicator]]></description>
<category><![CDATA[Components]]></category>
</item>
<item>
<title>A .NET Encryption Library</title>
<link>http://www.dotnetcat.com/news/Security/id/14178/</link>
<guid>http://www.dotnetcat.com/news/Security/id/14178/</guid>
<pubDate>Sat, 26 Jun 2010 11:25:00 -0500</pubDate>
<description><![CDATA[This article introduces a .NET encryption library and demonstrates how to use the library with a WPF application.]]></description>
<category><![CDATA[Security]]></category>
</item>
<item>
<title>Microsft Visual Studio 2005 Doxygen Add-In</title>
<link>http://www.dotnetcat.com/news/Visual-Studio/id/14181/</link>
<guid>http://www.dotnetcat.com/news/Visual-Studio/id/14181/</guid>
<pubDate>Sat, 26 Jun 2010 06:53:00 -0500</pubDate>
<description><![CDATA[This MSVS Add-in allows select multiple files contained in loaded solution and pass them to Doxygen. Also it gives availability to choose the name of the project and the destination folder. All other Doxygen options can be set using Doxywizard executed from the add-in. I tried to do it as simple as possible for future extension which will be done next time.]]></description>
<category><![CDATA[Visual Studio]]></category>
</item>
<item>
<title>Wizard Form Implementation</title>
<link>http://www.dotnetcat.com/news/Examples/id/14170/</link>
<guid>http://www.dotnetcat.com/news/Examples/id/14170/</guid>
<pubDate>Thu, 24 Jun 2010 06:46:00 -0500</pubDate>
<description><![CDATA[Create a dynamically resizable wizard form]]></description>
<category><![CDATA[Examples]]></category>
</item>
<item>
<title>Best Square Root Method (Precision VS Speed)</title>
<link>http://www.dotnetcat.com/news/Algorithms/id/14171/</link>
<guid>http://www.dotnetcat.com/news/Algorithms/id/14171/</guid>
<pubDate>Thu, 24 Jun 2010 04:35:00 -0500</pubDate>
<description><![CDATA[I enjoy Game Programming with Directx and I noticed that the most called method through out most of my games is the standard sqrt method in the Math.h and this made me search for faster functions than the standard sqrt. And after some searching I found lots of functions that were much much faster but it's always a compromise between speed and precision. The main purpose of this article is to help people choose the best square-root method that suits their program.]]></description>
<category><![CDATA[Algorithms]]></category>
</item>
<item>
<title>Team Foundation Server (TFS) API Wrapper</title>
<link>http://www.dotnetcat.com/news/Source-Control/id/14160/</link>
<guid>http://www.dotnetcat.com/news/Source-Control/id/14160/</guid>
<pubDate>Wed, 23 Jun 2010 10:51:00 -0500</pubDate>
<description><![CDATA[A simple wrapper that encapsulates exposed functions of the Microsoft Team Foundation Server (TFS) client API]]></description>
<category><![CDATA[Source Control]]></category>
</item>
<item>
<title>A portable and efficient generic parser for flat files</title>
<link>http://www.dotnetcat.com/news/Examples/id/14165/</link>
<guid>http://www.dotnetcat.com/news/Examples/id/14165/</guid>
<pubDate>Tue, 22 Jun 2010 14:10:00 -0500</pubDate>
<description><![CDATA[GenericParser is a C# implementation of a parser for delimited and fixed width format files.]]></description>
<category><![CDATA[Examples]]></category>
</item>
<item>
<title>Rational Numbers - .Net 4.0 version</title>
<link>http://www.dotnetcat.com/news/Algorithms/id/14153/</link>
<guid>http://www.dotnetcat.com/news/Algorithms/id/14153/</guid>
<pubDate>Mon, 21 Jun 2010 23:35:00 -0500</pubDate>
<description><![CDATA[This article presents a structure for representing rational numbers in C# 4.0. Before the current version of the net framework, making a reasonably useful representation of Rational numbers would have been a significant piece of work. The addition of the BigInteger made it possible to construct a Rational number of effectively infinite precision, which is a potentially very useful thing. It has been packaged along with the unit tests used in its production and code coverage is 100%.]]></description>
<category><![CDATA[Algorithms]]></category>
</item>
</channel>
</rss> 