Posts
All the articles I've posted.
A TiVo Disk Space Viewer, It's all about LINQ to XML!
Published: at 08:00 PM<p>Do you ever want to know exactly how much space each TV show on your TiVo is taking on your hard drive? Do you ever wonder how much space is consumed by high definition programs verses standard definition programs? For the answer, download the program associated with this article and you to can no those answers. Below area pictures of those graphs. Chances are though, if you are reading my blog, you really want to know about Microsoft technology, and specifically, this article is all about parsing the webservice data that comes from your TiVo. At the end of the article, there is a brief section on how to configure this program so if all you care about is running the program, skip all the LINQ stuff and just go to the Setup below. The exe and dll file necessary are attached there.</p> <p>Almost lastly, the application produced uses Windows Forms Programming. This article makes no attempt to discuss any of the windows forms programming issues. The code provided in Forms is simply a wrapper to look at all the fun LINQ commands. In addition, the graphs are done with the Open Source Project <a href="http://zedgraph.org/wiki/index.php?title=Main_Page">Zedgraph</a>.</p> <p>And lasty, this work is heavily based on the <a href="http://blogs.msdn.com/mswanson/archive/2007/12/02/tivo-gadget-for-vista.aspx">TiVo gadget beautifully done by Microsoft's Mike Swanson</a>. I won't spend much time talking about all the issues regarding setup and security. Mike has done a great job of that in his article. If you are running Windows Vista, I suggest you download his awesome sidebar gadget.</p> <p><a href="/wp/wp-content/uploads/2008/01/tivopie.jpg"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="205" alt="tivopie" src="/wp/wp-content/uploads/2008/01/tivopie-thumb.jpg" width="244" border="0"/></a> </p>
Use Multiple Monitors? Checkout UltraMon from Realtime Soft.
Published: at 08:00 PM<p>A review of a great tool to help you manage multiple monitors, <a href="http://www.realtimesoft.com/ultramon/">UltraMon</a>.</p>
Showing and Hiding Hidden Files in Visual Studio 2008
Published: at 08:00 PM<p>In this post, the option for how to show all files in the solutions explorer is demonstrated.</p>
In C#, When to use String verses string
Published: at 08:00 PM<p>Just a short ramble on when to use string verses use String in C#. Basically they compile to the same IL code</p>
My first LINQ Experience. How to do a simple COUNT() with LINQ to SQL
Published: at 08:00 PM<p>This post has some sample code using LINQ to do a simple SQL count function. It compares the code to a non-LINQ version. It's my first actual LINQ code do don't expect much besides excitement</p>