<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
  <channel>
    <title>DotNetKicks.com - Stories tagged with Windows</title>
    <description>the latest stories tagged with 'Windows' from DotNetKicks.com</description>
    <link>http://www.dotnetkicks.com/</link>
    <language>en-us</language>
    <copyright>Atweb Publishing Ltd.</copyright>
    <docs>http://backend.userland.com/rss</docs>
    <generator>DotNetKicks.com - .NET links, community driven</generator>
    <ttl>30</ttl>
    <item>
      <title>How to change RDP listening port in Windows 2003 server? </title>
      <description>This article will brief you on the way to change the default Remote Desktop Connection port to other port. This feature is important to protect your server from unwanted attempt access. Please also note that the firewall should be configured to allow such connections... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2faspadvice.com%2fblogs%2fasphostcentralcom_aspnet_host%2farchive%2f2008%2f08%2f24%2fHow-to-change-RDP-listening-port-in-Windows-2003-server_3F00_.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2faspadvice.com%2fblogs%2fasphostcentralcom_aspnet_host%2farchive%2f2008%2f08%2f24%2fHow-to-change-RDP-listening-port-in-Windows-2003-server_3F00_.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/security/How_to_change_RDP_listening_port_in_Windows_2003_server</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/security/How_to_change_RDP_listening_port_in_Windows_2003_server</guid>
      <pubDate>Tue, 26 Aug 2008 02:46:02 GMT</pubDate>
    </item>
    <item>
      <title>Pushing the Limits of Windows: Physical Memory</title>
      <description>This is the first blog post in a series I'll write over the coming months called Pushing the Limits of Windows that describes how Windows and applications use a particular resource, the licensing and implementation-derived limits of the resource, how to measure the resource's usage, and how to diagnose leaks. To be able to manage your Windows systems effectively you need to understand how Windows manages physical resources, such as CPUs and memory, as well as logical resources, such as virtual memory, handles, and window manager objects. Knowing the limits of those resources and how to track their usage enables you to attribute resource usage to the applications that consume them, effectively size a system for a particular workload, and identify applications that leak resources. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.technet.com%2fmarkrussinovich%2farchive%2f2008%2f07%2f21%2f3092070.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.technet.com%2fmarkrussinovich%2farchive%2f2008%2f07%2f21%2f3092070.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Pushing_the_Limits_of_Windows_Physical_Memory</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Pushing_the_Limits_of_Windows_Physical_Memory</guid>
      <pubDate>Fri, 01 Aug 2008 22:33:01 GMT</pubDate>
    </item>
    <item>
      <title>I hate Vista.  I'm moving to Windows Mojave.</title>
      <description>So I've heard the bad press. I've seen the pc vs. mac ads. I've heard my friends' complaints about crashing, security, and speed.

That's why I'm moving to Windows Mojave. It seems Microsoft finally got an OS right. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.jeffblankenburg.com%2f2008%2f07%2fi-hate-vista-im-moving-to-windows.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.jeffblankenburg.com%2f2008%2f07%2fi-hate-vista-im-moving-to-windows.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/I_hate_Vista_I_m_moving_to_Windows_Mojave</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/I_hate_Vista_I_m_moving_to_Windows_Mojave</guid>
      <pubDate>Wed, 30 Jul 2008 00:31:03 GMT</pubDate>
    </item>
    <item>
      <title>Windows Forms 2.0 - Button Control Recipes</title>
      <description>Explore how to perform some common tasks using the Button Control of Windows Forms 2.0 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d39"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.dotnetcurry.com%2fShowArticle.aspx%3fID%3d39" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/Windows_Forms_2_0_Button_Control_Recipes</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/Windows_Forms_2_0_Button_Control_Recipes</guid>
      <pubDate>Thu, 22 May 2008 16:38:57 GMT</pubDate>
    </item>
    <item>
      <title>GDI+ painting basics</title>
      <description>The core of GDI+ is the Graphics class which draws all the needed lines, curves, shapes, text and images. The Graphics class encapsulates a GDI+ drawing surface, which can be a window or print document. You paint on this drawing surface using a combination of the methods the Graphics class provides. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f04%2fgdi-painting-basics.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f04%2fgdi-painting-basics.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/GDI_painting_basics</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/GDI_painting_basics</guid>
      <pubDate>Wed, 16 Apr 2008 18:21:20 GMT</pubDate>
    </item>
    <item>
      <title>GDI+ Windows rendering API</title>
      <description>Microsoft GDI+ is a part of Windows XP/Server 2003 operating system that provides 2D vector-based graphics, imaging and typography. GDI+ is an improved version of the old GDI (Graphics Device Interface), which is part of previous Windows versions. The GDI+ programming model has been revised to make graphics programming easier and more flexible. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f04%2fgdi-windows-rendering-api.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdotnetfacts.blogspot.com%2f2008%2f04%2fgdi-windows-rendering-api.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/winforms/GDI_Windows_rendering_API</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/winforms/GDI_Windows_rendering_API</guid>
      <pubDate>Sun, 06 Apr 2008 17:24:15 GMT</pubDate>
    </item>
    <item>
      <title>5 More Tips To Speed Up Windows Vista</title>
      <description>Following my Latest article 7 Tips to Speed Up Windows Vista, here are some more tips I have collected and think will be useful for every one who is using Windows Vista... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.thetechfaq.com%2f2008%2f03%2f14%2f5-more-tips-to-speed-up-windows-vista%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.thetechfaq.com%2f2008%2f03%2f14%2f5-more-tips-to-speed-up-windows-vista%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/5_More_Tips_To_Speed_Up_Windows_Vista</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/5_More_Tips_To_Speed_Up_Windows_Vista</guid>
      <pubDate>Mon, 17 Mar 2008 00:01:02 GMT</pubDate>
    </item>
    <item>
      <title>Visual Studio Tools for Windows Live - February CTP available</title>
      <description>If you've been using the Windows Live Tools for Visual Studio, the February 2008 CTP has been released.  See the notes here: https://connect.microsoft.com/content/content.aspx?ContentID=7901&amp;amp;SiteID=505&amp;amp;wa=wsignin1.0

So what's different?

Messenger Chat Control has been added 
Depenency on ASP.Net 3.5 Extensions has been REMOVED. 
CTP is compatible with Silverlight 2.0 SDK
The site is context sensitive so click on Downloads to get the list of builds available for download or go here: https://connect.microsoft.com/Downloads/Downloads.aspx?SiteID=505
 &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.soulsolutions.com.au%2fBlog%2ftabid%2f73%2fEntryID%2f401%2fDefault.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.soulsolutions.com.au%2fBlog%2ftabid%2f73%2fEntryID%2f401%2fDefault.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Visual_Studio_Tools_for_Windows_Live_February_CTP_available</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Visual_Studio_Tools_for_Windows_Live_February_CTP_available</guid>
      <pubDate>Fri, 14 Mar 2008 08:06:13 GMT</pubDate>
    </item>
    <item>
      <title>Windows Hosting rates are killing developers and Students... Is Micros</title>
      <description>I was shocked to get an email today morning from my close buddy, now can be called as a free lancer.

He informed me that he had said a life long &amp;quot;goodbye&amp;quot; to Microsoft platform for ever, since he was constantly losing more money on hosting charges and some times even had to pay from his own pocket to survive.

He informed me that he shall be working with Open Source Languages now onwards, and he did not regret a bit to leave Microsoft career for ever. He was keen to survive today, rather than be remembered as an .Net developer tomorrow. He used to be a C# Genius, and have been working on big projects. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fironruby.blogspot.com%2f2008%2f03%2fwindows-hosting-rates-are-killing.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fironruby.blogspot.com%2f2008%2f03%2fwindows-hosting-rates-are-killing.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/aspnet/Windows_Hosting_rates_are_killing_developers_and_Students_Is_Micros</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/aspnet/Windows_Hosting_rates_are_killing_developers_and_Students_Is_Micros</guid>
      <pubDate>Wed, 12 Mar 2008 07:40:29 GMT</pubDate>
    </item>
    <item>
      <title>Windows 2008 hosting is here!</title>
      <description>We have flipped the big switch and activated the new Windows 2008 / IIS 7 hosting servers. 
 
DiscountASP.NET is the first shared hosting provider to offer IIS 7 complete with most of the features that make it attractive, rather than in some locked-down closer-to-IIS 6 version that other shared hosting providers may try to pawn off as Windows 2008 hosting. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fcommunity.discountasp.net%2fdefault.aspx%3ff%3d6%26m%3d22964"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fcommunity.discountasp.net%2fdefault.aspx%3ff%3d6%26m%3d22964" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/community/Windows_2008_hosting_is_here</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/community/Windows_2008_hosting_is_here</guid>
      <pubDate>Fri, 29 Feb 2008 00:17:22 GMT</pubDate>
    </item>
    <item>
      <title>Installing TFS2008 on Windows Server 2008</title>
      <description>Installing TFS2008 on Windows Server 2008 can be daunting, this guide can make it much easier. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.simnova.com%2fblog%2findex.php%2f2008%2f02%2f25%2finstalling-tfs2008-on-windows-server-2008%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.simnova.com%2fblog%2findex.php%2f2008%2f02%2f25%2finstalling-tfs2008-on-windows-server-2008%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/teamsystem/Installing_TFS2008_on_Windows_Server_2008</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/teamsystem/Installing_TFS2008_on_Windows_Server_2008</guid>
      <pubDate>Tue, 26 Feb 2008 03:43:42 GMT</pubDate>
    </item>
    <item>
      <title>Windows Server 2008 as Workstation</title>
      <description>A few tips how to successfully use Windows 2008 Server on desktop, focused on .NET developers. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fweblogs.asp.net%2fisraelio%2farchive%2f2008%2f02%2f21%2fwindows-server-2008-as-workstation.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fweblogs.asp.net%2fisraelio%2farchive%2f2008%2f02%2f21%2fwindows-server-2008-as-workstation.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Windows_Server_2008_as_Workstation</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Windows_Server_2008_as_Workstation</guid>
      <pubDate>Thu, 21 Feb 2008 11:52:18 GMT</pubDate>
    </item>
    <item>
      <title>Windows Vista SP1 RTM available from MSDN/TechNet Plus</title>
      <description>MSDN and TechNet Plus Subscribers can now download the long-awaited update to Vista! 

Post contains links to both services. Note that the downloads are in the Top Downloads -section. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jemm.net%2f2008%2f02%2f15%2fnow-downloading-vista-sp1-rtm-from-the-technet-plus%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jemm.net%2f2008%2f02%2f15%2fnow-downloading-vista-sp1-rtm-from-the-technet-plus%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/Windows_Vista_SP1_RTM_available_from_MSDN_TechNet_Plus</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/Windows_Vista_SP1_RTM_available_from_MSDN_TechNet_Plus</guid>
      <pubDate>Fri, 15 Feb 2008 06:48:27 GMT</pubDate>
    </item>
    <item>
      <title>New Toolbox Links - Windows Developer Tools List</title>
      <description>I know I said last week I was not going to post this week's links until Wednesday, but since I have already put together the list I might as well share! This week I'll be focusing on Windows Tools that help make our lives as developers easier. I have personally use (or have used) all of these tools and I stand by my recommendations!

Do you have any utilities to add to the list?? &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fdannydouglass.com%2fpost%2f2008%2f02%2fNew-Toolbox-Links-Windows-Developer-Tools.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fdannydouglass.com%2fpost%2f2008%2f02%2fNew-Toolbox-Links-Windows-Developer-Tools.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/New_Toolbox_Links_Windows_Developer_Tools_List</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/New_Toolbox_Links_Windows_Developer_Tools_List</guid>
      <pubDate>Tue, 12 Feb 2008 19:44:38 GMT</pubDate>
    </item>
    <item>
      <title>Windows Server 2008 - Upgrade tips</title>
      <description>Last night I finished upgrading Windows Server 2003 to the Windows Server 2008. Here are some tips to help those of you facing the same challenge. I had some problems along the way that I could have avoided with more careful planning, but live and learn. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jemm.net%2f2008%2f02%2f10%2fwindows-server-2008-upgrade-tips%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jemm.net%2f2008%2f02%2f10%2fwindows-server-2008-upgrade-tips%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Windows_Server_2008_Upgrade_tips</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Windows_Server_2008_Upgrade_tips</guid>
      <pubDate>Sun, 10 Feb 2008 11:07:21 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Windows SDK RTM's</title>
      <description>The Windows SDK provides support for development with Win32/64 and .NET Framework programming models. The Windows SDK has replaced the PSDK. Windows SDK is the name for Windows Vista and later OS SDKs that include all content found in recent PSDKs plus content for the .NET Framework.

This SDK release supports Windows Server 2008, .NET Framework 3.5, and Windows Vista SP1 and is compatible with Visual Studio 2008 and Visual Studio 2005 SP1; including Visual Studio Express Editions.   

(Post contains direct links to ISO and Web Setup) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblogs.msdn.com%2fwindowssdk%2farchive%2f2008%2f02%2f07%2fwindows-sdk-rtms.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblogs.msdn.com%2fwindowssdk%2farchive%2f2008%2f02%2f07%2fwindows-sdk-rtms.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/visualstudio/Microsoft_Windows_SDK_RTM_s</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/visualstudio/Microsoft_Windows_SDK_RTM_s</guid>
      <pubDate>Fri, 08 Feb 2008 07:56:03 GMT</pubDate>
    </item>
    <item>
      <title>Windows Server 2008: Features by Edition</title>
      <description>Contained in a Microsoft slide deck I recently ran across are two charts showcasing features from all of the Windows Server 2008 editions. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fuxevangelist.blogspot.com%2f2008%2f02%2fwindows-server-2008-features-by-edition.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fuxevangelist.blogspot.com%2f2008%2f02%2fwindows-server-2008-features-by-edition.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Windows_Server_2008_Features_by_Edition</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Windows_Server_2008_Features_by_Edition</guid>
      <pubDate>Thu, 07 Feb 2008 07:42:54 GMT</pubDate>
    </item>
    <item>
      <title>Windows Server 2008 RTM x86 now available on TechNet and MSDN!</title>
      <description>Finally the 32-bit version of the Windows Server 2008 is available for MSDN/TechNet -subscribers. Start your file transfer managers... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fblog.jemm.net%2f2008%2f02%2f07%2fwindows-server-2008-rtm-x86-now-available-on-technetmsdn%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fblog.jemm.net%2f2008%2f02%2f07%2fwindows-server-2008-rtm-x86-now-available-on-technetmsdn%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Windows_Server_2008_RTM_x86_now_available_on_TechNet_and_MSDN</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Windows_Server_2008_RTM_x86_now_available_on_TechNet_and_MSDN</guid>
      <pubDate>Thu, 07 Feb 2008 06:37:10 GMT</pubDate>
    </item>
    <item>
      <title>Announcing the RTM of Windows Vista SP1 </title>
      <description>Title says it all... &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwindowsvistablog.com%2fblogs%2fwindowsvista%2farchive%2f2008%2f02%2f04%2fannouncing-the-rtm-of-windows-vista-sp1.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwindowsvistablog.com%2fblogs%2fwindowsvista%2farchive%2f2008%2f02%2f04%2fannouncing-the-rtm-of-windows-vista-sp1.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Announcing_the_RTM_of_Windows_Vista_SP1</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Announcing_the_RTM_of_Windows_Vista_SP1</guid>
      <pubDate>Mon, 04 Feb 2008 16:00:02 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft building yet another new UI framework?</title>
      <description>Bearing in mind the arsenal of Windows UI frameworks that exists today - Windows Presentation Foundation, Silverlight, Windows Forms, Win32, Media Center Markup Language, Microsoft Foundation Classes and more from third parties; Microsoft has decided to build yet another one "to enable new UI experiences in future versions of Windows". &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.istartedsomething.com%2f20080111%2fnew-ui-framework-future-windows%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.istartedsomething.com%2f20080111%2fnew-ui-framework-future-windows%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/other/Microsoft_building_yet_another_new_UI_framework</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/other/Microsoft_building_yet_another_new_UI_framework</guid>
      <pubDate>Fri, 11 Jan 2008 12:54:41 GMT</pubDate>
    </item>
    <item>
      <title>Discover Powershell</title>
      <description>It's a tutorial that introduces Powershell as a much more powerful replacement for batch files, and glimpses at other killer features, such as instantiating .Net objects directly in the shell.
Cygwin just got a lot less useful :-) &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwebmat.wordpress.com%2fdiscover-powershell%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwebmat.wordpress.com%2fdiscover-powershell%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/csharp/Discover_Powershell</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/csharp/Discover_Powershell</guid>
      <pubDate>Thu, 13 Dec 2007 22:12:38 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft publishes detailed Vista SP1 changelog</title>
      <description>Leading up to next week's public beta-test release of Windows Vista Service Pack 1 Release Candidate, Microsoft today has published a 17-page document outlining in fine detail exactly what difference SP1 makes to Vista. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.istartedsomething.com%2f20071208%2fvista-sp1-changelog%2f"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.istartedsomething.com%2f20071208%2fvista-sp1-changelog%2f" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/Microsoft_publishes_detailed_Vista_SP1_changelog</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/Microsoft_publishes_detailed_Vista_SP1_changelog</guid>
      <pubDate>Sun, 09 Dec 2007 21:41:04 GMT</pubDate>
    </item>
    <item>
      <title>Windows 2008 Moves to RC1 Status</title>
      <description>Windows 2008 Moves to RC1 Status &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.betanews.com%2farticle%2fWindows_Server_2008_moves_to_RC1_status%2f1196877696"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.betanews.com%2farticle%2fWindows_Server_2008_moves_to_RC1_status%2f1196877696" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Windows_2008_Moves_to_RC1_Status</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Windows_2008_Moves_to_RC1_Status</guid>
      <pubDate>Wed, 05 Dec 2007 18:30:53 GMT</pubDate>
    </item>
    <item>
      <title>Vista style Progress bar</title>
      <description>This is first article under the section of Windows Vista Control. Vista is very cool in its look and feel. So, using vista style controls can improve the visual appearance of our application. This article is about creating a vista style progress bar in .net winforms. &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.openwinforms.com%2fvista_style_progress_bar.html"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.openwinforms.com%2fvista_style_progress_bar.html" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/vista/Vista_style_Progress_bar</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/vista/Vista_style_Progress_bar</guid>
      <pubDate>Sun, 18 Nov 2007 10:20:31 GMT</pubDate>
    </item>
    <item>
      <title>Microsoft Search Server 2008 Express VHD</title>
      <description>A pre-configured VHD to evaluate Microsoft Search Server 2008 Express is now available on Microsoft Download Center.  &lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="http://www.dotnetkicks.com/kick/?url=http%3a%2f%2fwww.ifxplus.com%2fpost%2fMicrosoft-Search-Server-2008-Express-VHD.aspx"&gt;&lt;img src="http://www.dotnetkicks.com/Services/Images/KickItImageGenerator.ashx?url=http%3a%2f%2fwww.ifxplus.com%2fpost%2fMicrosoft-Search-Server-2008-Express-VHD.aspx" border="0" alt="kick it on DotNetKicks.com" /&gt;&lt;/a&gt;
</description>
      <link>http://www.dotnetkicks.com/products/Microsoft_Search_Server_2008_Express_VHD</link>
      <guid isPermaLink="true">http://www.dotnetkicks.com/products/Microsoft_Search_Server_2008_Express_VHD</guid>
      <pubDate>Tue, 13 Nov 2007 14:16:04 GMT</pubDate>
    </item>
  </channel>
</rss>