<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>ASP.Net Blog</title>
	
	<link>http://allaboutasp.net</link>
	<description>Your .Net Zone</description>
	<lastBuildDate>Tue, 08 Sep 2009 16:11:21 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/allaboutasp" type="application/rss+xml" /><feedburner:emailServiceId>allaboutasp</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>Optimize Ajax Application With Microsoft Doloto</title>
		<link>http://feedproxy.google.com/~r/allaboutasp/~3/3YF3_lklq4M/</link>
		<comments>http://allaboutasp.net/2009/09/optimize-ajax-application-with-microsoft-doloto/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 16:11:21 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://allaboutasp.net/2009/09/optimize-ajax-application-with-microsoft-doloto/</guid>
		<description><![CDATA[Microsoft Dev Labs released an Ajax application optimization tool called Doloto. Doloto is very useful for large and complex Web 2.0 applications that contain a lot of code. Doloto analyzes AJAX application workloads and automatically performs code splitting of existing large Web 2.0 applications. After being processed by Doloto, an application will initially transfer only [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Dev Labs released an Ajax application optimization tool called Doloto. Doloto is very useful for large and complex Web 2.0 applications that contain a lot of code. Doloto analyzes AJAX application workloads and automatically performs code splitting of existing large Web 2.0 applications. After being processed by Doloto, an application will initially transfer only the portion of code necessary for application initialization.</p>
<p>Doloto reduces the size of initial application code download by hundreds of kilobytes or as much as 50% of the original download size. The time to download and begin interacting with large applications is reduced by 20-40% or dozens of seconds as shown below, depending on the application and wide-area network conditions.</p>
<p>The Doloto process proceeds in three steps, which correspond to wizard steps in the Doloto GUI. </p>
<ul>
<li>First, the application you want to optimize is profiled. Doloto performs profiling by running a local proxy on your machine that intercepts JavaScript files and instruments them. This is done in a browser-independent manner.</li>
<li>Second, the profiling information is used to calculate code coverage and a clustering strategy. This determines which functions are stubbed out and which are not. This also groups functions into groups which are downloaded together, called clusters.</li>
<li>Third, the JavaScript code is rewritten and saved to disk so that you can upload it to the server. Note that the entire process happens entirely on the client – that is, on your own machine, without needing access to the server. This way, you can profile and optimize the JavaScript of a third-party site such as cnn.com or maps.bing.com without having any sort of special access to their servers. It’s only when you are satisfied with the results of Doloto rewriting that you need to deploy the Doloto-rewritten files to the server.</li>
</ul>
<p>&#160;</p>
<p>This document is a step-by-step guide on <a href="http://research.microsoft.com/en-us/projects/doloto/usermanual.pdf" target="_blank">how to use Doloto</a>.</p>
<p><a href="http://download.microsoft.com/download/A/5/C/A5C90E07-0577-44B3-9186-E0931B21A25F/DolotoSetup.msi" target="_blank">Download Doloto</a></p>
<img src="http://feeds.feedburner.com/~r/allaboutasp/~4/3YF3_lklq4M" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://allaboutasp.net/2009/09/optimize-ajax-application-with-microsoft-doloto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://allaboutasp.net/2009/09/optimize-ajax-application-with-microsoft-doloto/</feedburner:origLink></item>
		<item>
		<title>Bing &amp; Ping: Share Bing Search Results With Your Friends</title>
		<link>http://feedproxy.google.com/~r/allaboutasp/~3/3VfNb_IsIeg/</link>
		<comments>http://allaboutasp.net/2009/09/bing-ping-share-bing-search-results-with-your-friends/#comments</comments>
		<pubDate>Sun, 06 Sep 2009 03:34:24 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://allaboutasp.net/2009/09/bing-ping-share-bing-search-results-with-your-friends/</guid>
		<description><![CDATA[Bing team in Microsoft working very hard to add more and more new feature in Bing. Bing team is now trying to build a bridge between Bing search results and social networking website. Bing &#38; Ping will enable users to share their Bing search results with their friends on different social networking websites. 
How Bing [...]]]></description>
			<content:encoded><![CDATA[<p>Bing team in Microsoft working very hard to add more and more new feature in Bing. Bing team is now trying to build a bridge between Bing search results and social networking website. Bing &amp; Ping will enable users to share their Bing search results with their friends on different social networking websites. </p>
<h2>How Bing &amp; Ping would Work ?</h2>
<p>&#160;</p>
<p>Bing &amp; Ping will appear at the bottom of search results and users will be able to share these search results information with their friends via Social networking websites including Facebook, Twitter or they can simply send them an E-Mail. </p>
<p>Bing &amp; Ping allow Bing users to share any kind of search results with their friends. </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Bing &amp; Ping" border="0" alt="Bing &amp; Ping" src="http://allaboutasp.net/wp-content/uploads/2009/09/bing-and-ping.jpg" width="525" height="278" /> </p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Bing &amp; Ping" border="0" alt="Bing &amp; Ping" src="http://allaboutasp.net/wp-content/uploads/2009/09/bing-and-ping-1.jpg" width="525" height="267" /> </p>
<p>Bing &amp; Ping is not yet available for testing yet but Microsoft only delivered a taste of the feature in the screenshots included with this article. If you’re interested in previewing this feature, be sure to become a fan of our <a href="http://facebook.com/bing">Facebook page</a>. Microsoft will be sending a special invitation to our fans to preview Bing and Ping. Check it out and let Bing team know what you think, if you like it and how Bing Team can make it better. </p>
<img src="http://feeds.feedburner.com/~r/allaboutasp/~4/3VfNb_IsIeg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://allaboutasp.net/2009/09/bing-ping-share-bing-search-results-with-your-friends/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://allaboutasp.net/2009/09/bing-ping-share-bing-search-results-with-your-friends/</feedburner:origLink></item>
		<item>
		<title>Developing SharePoint Applications Guidance : How to Video</title>
		<link>http://feedproxy.google.com/~r/allaboutasp/~3/LDM0UtHBMz4/</link>
		<comments>http://allaboutasp.net/2009/09/developing-sharepoint-applications-guidance-how-to-video/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 14:01:12 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://allaboutasp.net/2009/09/developing-sharepoint-applications-guidance-how-to-video/</guid>
		<description><![CDATA[Erwin van der Valk and Francis Cheung walks you through the various topics of this guidance in the following videos:
Setting up the Contoso RI
   
Walkthrough of the Contoso Reference Implementation 
   

How to use the configuration component?
   
How to use the logging components? 
   
How to use [...]]]></description>
			<content:encoded><![CDATA[<p align="justify"><a href="http://www.erwinvandervalk.net/" target="_blank">Erwin van der Valk</a> and <a href="http://blogs.msdn.com/francischeung/" target="_blank">Francis Cheung</a> walks you through the various topics of this guidance in the following videos:</p>
<h2>Setting up the Contoso RI</h2>
<p><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="320" height="240"><param name="source" value="http://channel9.msdn.com/App_Themes/default/vp09_06_22.xap" /><param name="initParams" value="m=http://ecn.channel9.msdn.com/o9/ch9/0/7/9/8/8/4/settingupthecontosorispgv2_2MB_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://ecn.channel9.msdn.com/o9/ch9/0/7/9/8/8/4/settingupthecontosorispgv2_320_ch9.png, postid=488970" /><param name="background" value="#00FFFFFF" /><a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"> <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none" /> </a> </object><a href="http://channel9.msdn.com/posts/akMSFT/Walkthrough-of-the-Contoso-Reference-Implementation-p--p-Developing-SharePoint-Applications-guidance/"></a></p>
<h2>Walkthrough of the Contoso Reference Implementation </h2>
<p><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="320" height="240"><param name="source" value="http://channel9.msdn.com/App_Themes/default/vp09_06_22.xap" /><param name="initParams" value="m=http://ecn.channel9.msdn.com/o9/ch9/3/7/9/8/8/4/walkthroughofthecontosorispgv2_2MB_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://ecn.channel9.msdn.com/o9/ch9/3/7/9/8/8/4/walkthroughofthecontosorispgv2_320_ch9.png, postid=488973" /><param name="background" value="#00FFFFFF" /><a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"> <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none" /> </a> </object></p>
<p></p>
<h2>How to use the configuration component?</h2>
<p><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="320" height="240"><param name="source" value="http://channel9.msdn.com/App_Themes/default/vp09_06_22.xap" /><param name="initParams" value="m=http://ecn.channel9.msdn.com/o9/ch9/5/7/9/8/8/4/howtousetheconfigcomponentspgv2_2MB_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://ecn.channel9.msdn.com/o9/ch9/5/7/9/8/8/4/howtousetheconfigcomponentspgv2_320_ch9.png, postid=488975" /><param name="background" value="#00FFFFFF" /><a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"> <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none" /> </a> </object></p>
<h2>How to use the logging components? </h2>
<p><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="320" height="240"><param name="source" value="http://channel9.msdn.com/App_Themes/default/vp09_06_22.xap" /><param name="initParams" value="m=http://ecn.channel9.msdn.com/o9/ch9/8/7/9/8/8/4/howtousetheloggingcomponentspgv2_2MB_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://ecn.channel9.msdn.com/o9/ch9/8/7/9/8/8/4/howtousetheloggingcomponentspgv2_320_ch9.png, postid=488978" /><param name="background" value="#00FFFFFF" /><a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"> <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none" /> </a> </object></p>
<h2>How to use the SharePoint Service Locator? </h2>
<p><object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="320" height="240"><param name="source" value="http://channel9.msdn.com/App_Themes/default/vp09_06_22.xap" /><param name="initParams" value="m=http://ecn.channel9.msdn.com/o9/ch9/4/8/9/8/8/4/howtousethesvclocatorspgv2_2MB_ch9.wmv,autostart=false,autohide=true,showembed=true, thumbnail=http://ecn.channel9.msdn.com/o9/ch9/4/8/9/8/8/4/howtousethesvclocatorspgv2_320_ch9.png, postid=488984" /><param name="background" value="#00FFFFFF" /><a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;"> <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none" /> </a> </object></p>
<img src="http://feeds.feedburner.com/~r/allaboutasp/~4/LDM0UtHBMz4" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://allaboutasp.net/2009/09/developing-sharepoint-applications-guidance-how-to-video/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
<enclosure url="http://ecn.channel9.msdn.com/o9/ch9/0/7/9/8/8/4/settingupthecontosorispgv2_2MB_ch9.wmv" length="32061899" type="video/x-ms-wmv" />
<enclosure url="http://ecn.channel9.msdn.com/o9/ch9/3/7/9/8/8/4/walkthroughofthecontosorispgv2_2MB_ch9.wmv" length="36447947" type="video/x-ms-wmv" />
<enclosure url="http://ecn.channel9.msdn.com/o9/ch9/5/7/9/8/8/4/howtousetheconfigcomponentspgv2_2MB_ch9.wmv" length="39467881" type="video/x-ms-wmv" />
<enclosure url="http://ecn.channel9.msdn.com/o9/ch9/8/7/9/8/8/4/howtousetheloggingcomponentspgv2_2MB_ch9.wmv" length="29644359" type="video/x-ms-wmv" />
<enclosure url="http://ecn.channel9.msdn.com/o9/ch9/4/8/9/8/8/4/howtousethesvclocatorspgv2_2MB_ch9.wmv" length="22471255" type="video/x-ms-wmv" />
		<feedburner:origLink>http://allaboutasp.net/2009/09/developing-sharepoint-applications-guidance-how-to-video/</feedburner:origLink></item>
		<item>
		<title>Microsoft Expression Web SuperPreview for Windows Internet Explorer</title>
		<link>http://feedproxy.google.com/~r/allaboutasp/~3/BD0BSDnq7NM/</link>
		<comments>http://allaboutasp.net/2009/09/microsoft-expression-web-superpreview-for-windows-internet-explorer/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 13:06:48 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Web Pages]]></category>

		<guid isPermaLink="false">http://allaboutasp.net/2009/09/microsoft-expression-web-superpreview-for-windows-internet-explorer/</guid>
		<description><![CDATA[SuperPreview is a tool that comes with Microsoft Express Web , SuperPreview shows how your web pages render on different browsers. SuperPreview that comes with Express Web 3.0 is not free but SuperPreview for Internet Explorer is a free program that can be used by Web Developers and designers to see how their website is [...]]]></description>
			<content:encoded><![CDATA[<p>SuperPreview is a tool that comes with Microsoft Express Web , SuperPreview shows how your web pages render on different browsers. SuperPreview that comes with Express Web 3.0 is not free but SuperPreview for Internet Explorer is a free program that can be used by Web Developers and designers to see how their website is rendering on different versions of Internet Explorer. </p>
<p>Expression Web SuperPreview for Internet Explorer is a stand-alone visual debugging tool that makes it faster and easier to migrate your sites from Internet Explorer 6 to Internet Explorer 7 or 8. With Expression Web SuperPreview for Internet Explorer, you can ensure that your Web sites work correctly in Internet Explorer 8 while also maintaining compatibility with earlier versions of Internet Explorer.    <br />Expression Web SuperPreview for Internet Explorer shows your web pages rendered in Internet Explorer 6 and either Internet Explorer 7 or Internet Explorer 8, depending on which version you have installed on your machine. You can view the pages side by side or as an onion-skin overlay and use rulers, guides and zoom/pan tools to precisely identify differences in layout. You can even compare your page comp to how the targeted browsers render the page.     <br />Expression Web SuperPreview for Internet Explorer not only shows a high-fidelity rendering of how pages will look on different browsers, but it also identifies the element’s tag, size and position, applied styles, and location in the DOM (Document Object Model) tree so you can quickly fix the error.     <br />Expression Web SuperPreview for Internet Explorer is a standalone, free application with no expiration and no technical support from Microsoft. </p>
<p><b>Please note:</b> DirectX must be installed on your computer before you can compare a web page to a PSD image. To install DirectX on your computer, visit the <a href="http://go.microsoft.com/fwlink/?LinkId=163088">DirectX download page</a>.</p>
<h2>System Requirements</h2>
<ul>
<li><b>Supported Operating Systems: </b>Windows 7; Windows Vista; Windows XP Service Pack 2</li>
</ul>
<ul>
<li>PC with 700 MHz or faster processor </li>
<li>512 MB of RAM or more </li>
<li>1.5 GB of available hard-disk space </li>
<li>DVD-ROM drive </li>
<li>1024 x 768 or higher-resolution monitor </li>
</ul>
<p><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=8e6ac106-525d-45d0-84db-dccff3fae677" target="_blank">Download Microsoft Expression Web SuperPreview for Windows Internet Explorer</a></p>
<img src="http://feeds.feedburner.com/~r/allaboutasp/~4/BD0BSDnq7NM" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://allaboutasp.net/2009/09/microsoft-expression-web-superpreview-for-windows-internet-explorer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://allaboutasp.net/2009/09/microsoft-expression-web-superpreview-for-windows-internet-explorer/</feedburner:origLink></item>
		<item>
		<title>ASP.NET 4.0 Roadmap</title>
		<link>http://feedproxy.google.com/~r/allaboutasp/~3/goQWfem0vSw/</link>
		<comments>http://allaboutasp.net/2009/08/aspnet-40-roadmap/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 01:30:13 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[.Net 4.0]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://allaboutasp.net/2009/08/aspnet-40-roadmap/</guid>
		<description><![CDATA[Take a walk through the 4.0 landscape from ASP.NET and learn how you can get involved in shaping ASP.NET future. This talk focuses on the next release of ASP.NET including Web Forms and MVC. Do you love web forms? See how you can taking control of your control IDs, learn about better ViewState managment in [...]]]></description>
			<content:encoded><![CDATA[<p>Take a walk through the 4.0 landscape from ASP.NET and learn how you can get involved in shaping ASP.NET future. This talk focuses on the next release of ASP.NET including Web Forms and MVC. Do you love web forms? See how you can taking control of your control IDs, learn about better ViewState managment in GridView and ListView, and get more control over the CSS markup of ASP.NET server controls. See how Dynamic Data makes building you data-driven apps easy. If you’re interested in AJAX, we show you further advancements in client rendering and binding. If you’re considering MVC, we look at the feature set and understand how to create applications with this technology.</p>
<p> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="437" height="314" id="viddler"><param name="movie" value="http://www.viddler.com/player/c8ab8e90/" /><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="true" /><embed src="http://www.viddler.com/player/c8ab8e90/" width="437" height="314" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" name="viddler"></embed></object>
<p>&#160;</p>
<p>Via <a href="http://dotnet-tv.com" target="_blank">Dot Net TV</a></p>
<img src="http://feeds.feedburner.com/~r/allaboutasp/~4/goQWfem0vSw" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://allaboutasp.net/2009/08/aspnet-40-roadmap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://allaboutasp.net/2009/08/aspnet-40-roadmap/</feedburner:origLink></item>
		<item>
		<title>Download Windows SDK for Windows 7 and .NET Framework 3.5 SP1</title>
		<link>http://feedproxy.google.com/~r/allaboutasp/~3/DfLvit8zm18/</link>
		<comments>http://allaboutasp.net/2009/08/download-windows-sdk-for-windows-7-and-net-framework-35-sp1/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 01:37:22 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[SDK]]></category>
		<category><![CDATA[.Net Framework 3.5]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://allaboutasp.net/2009/08/download-windows-sdk-for-windows-7-and-net-framework-35-sp1/</guid>
		<description><![CDATA[ The Windows SDK for Windows 7 and .NET Framework 3.5 SP1 provides the documentation, samples, header files, libraries, and tools (including C++ compilers) that you need to develop applications to run on Windows 7 and the .NET Framework 3.5 SP1. To build and run .NET Framework applications, you must have the corresponding version of [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; margin-left: 0px; border-top: 0px; margin-right: 0px; border-right: 0px" title="Windows SDK for Windows 7 and .NET Framework 3.5 SP1" border="0" alt="Windows SDK for Windows 7 and .NET Framework 3.5 SP1" align="left" src="http://allaboutasp.net/wp-content/uploads/2009/08/windowslogo-microsoft1.jpg" width="240" height="212" /> The Windows SDK for Windows 7 and .NET Framework 3.5 SP1 provides the documentation, samples, header files, libraries, and tools (including C++ compilers) that you need to develop applications to run on Windows 7 and the .NET Framework 3.5 SP1. To build and run .NET Framework applications, you must have the corresponding version of the .NET Framework installed. This SDK is compatible with Visual Studio® 2008, including Visual Studio Express Editions, which are available free of charge.</p>
<p>This release of the Windows SDK does not include a .NET Framework Redistributable Package. Windows 7 includes .NET Framework 3.5 SP1. Windows Vista and Windows Server 2008 include .NET Framework 3.0. </p>
<p>Users running Windows Server 2003 and Windows XP must install the .NET Framework 3.0 or 3.5 SP1 to run and develop .NET Framework applications. Some samples and tools included in the Windows SDK also require you to install <a href="http://go.microsoft.com/fwlink/?LinkID=147528">.NET Framework 3.5 SP1</a>.</p>
<p>Along with content that ships in the Windows SDK, Microsoft offers additional free developer tools and resources that you might find helpful, including:</p>
<ul>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=75605">LUA Buglight™</a> is a tool to help both developers and IT professionals (sysadmins) identify the specific causes of admin-permissions issues (LUA bugs) in desktop applications running on Windows XP, Windows Server 2003, or Windows Vista. Once the specific causes have been identified, the bugs can more easily be resolved by fixing the app&#8217;s source code, or by making configuration changes, allowing the app to work correctly for non-admin users. </li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=147528">Microsoft .NET Framework 3.5 SP1</a> is the latest update of the .NET Framework, and contains many new features that are compatible with both .NET Framework 2.0 and .NET Framework 3.0. The .NET Framework 3.5 SP1 includes several fixes for .NET Framework 2.0 3.0, and 3.5. </li>
<li><a href="http://go.microsoft.com/fwlink/?linkid=147678">Microsoft DirectX SDK Developer Center</a> provides links to the resources needed to build cutting-edge, media-rich, interactive applications. It includes runtimes, headers and libraries, samples, documentation, utilities, and support for C++ development.</li>
<li>&#160;<a href="http://go.microsoft.com/fwlink/?LinkID=147531">Microsoft Visual Studio Express</a> is a set of free, lightweight and easy-to-use tools for the hobbyist, novice, and student developer. </li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=147532">Microsoft Windows PowerShell™</a> command-line shell and scripting language helps IT Professionals achieve greater productivity. Using a new admin-focused scripting language, more than 130 standard command-line tools, and consistent syntax and utilities, Windows PowerShell allows IT professionals to more easily control system administration and accelerate automation. More information on Windows PowerShell is available from the <a href="http://go.microsoft.com/fwlink/?LinkID=147533">PowerShell Team Blog</a> and the <a href="http://go.microsoft.com/fwlink/?LinkID=147532">Windows PowerShell Technology Center</a>. </li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=147679">Windows Developer Center</a> is the official site about development for Windows Client platforms, including Windows 7 and earlier operating systems. The Developer Center includes links to the <a href="http://go.microsoft.com/fwlink/?LinkId=148436">Windows 7 Developer Guide</a> and many other resources.</li>
<li><a href="http://go.microsoft.com/fwlink/?LinkID=147527">Windows SDK Developer Center</a> is the official site about development using the Windows SDK and provides information about the SDKs and links to the Windows SDK Blog, Forum, online release notes and other resources.</li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=121777">The Application Compatibility Toolkit (ACT)</a> enables IT professionals, software developers and independent software vendors (ISVs) who work in a corporate environment to determine, before deployment within the organization, whether their applications are compatible with a new version of the Windows® operating system. ACT also enables such individuals to determine what impact the periodically published Windows Updates will have on their applications. ACT users can then use testing and mitigation tools contained in the toolkit to fix many of these compatibility issues.</li>
<li><a href="http://go.microsoft.com/fwlink/?LinkId=149661">The Microsoft .NET Compact Framework</a> is a key part of realizing Microsoft&#8217;s goal to provide customers with great experiences any time, any place, and on any device. The .NET Compact Framework&#8217;s managed code and XML Web services enable.</li>
</ul>
<p>&#160;</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=71deb800-c591-4f97-a900-bea146e4fae1#filelist" target="_blank">Download Download Windows SDK for Windows 7 and .NET Framework 3.5 SP1</a><font color="#043fa0"></font></p>
<img src="http://feeds.feedburner.com/~r/allaboutasp/~4/DfLvit8zm18" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://allaboutasp.net/2009/08/download-windows-sdk-for-windows-7-and-net-framework-35-sp1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://allaboutasp.net/2009/08/download-windows-sdk-for-windows-7-and-net-framework-35-sp1/</feedburner:origLink></item>
		<item>
		<title>Professional ASP.NET 2.0 XML</title>
		<link>http://feedproxy.google.com/~r/allaboutasp/~3/QEsP9VhPhBg/</link>
		<comments>http://allaboutasp.net/2009/08/professional-aspnet-20-xml/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 02:40:19 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[XML]]></category>
		<category><![CDATA[ASP.net]]></category>

		<guid isPermaLink="false">http://allaboutasp.net/2009/08/professional-aspnet-20-xml/</guid>
		<description><![CDATA[Product Description

The foundation for most Web services, XML can also be used with ASP.NET to display data from an infinite variety of sources in a Web site 
After covering the basics, the book explores the many ways that XML documents can be created, transformed, and transmitted to other systems using ASP.NET 2.0 
Two major case [...]]]></description>
			<content:encoded><![CDATA[<p><b>Product Description</b></p>
<ul>
<li>The foundation for most Web services, XML can also be used with ASP.NET to display data from an infinite variety of sources in a Web site </li>
<li>After covering the basics, the book explores the many ways that XML documents can be created, transformed, and transmitted to other systems using ASP.NET 2.0 </li>
<li>Two major case studies address issues such as reading and writing XML data, XML data validation, transforming XML Data with XSLT, SQL Server XML integration, XML support in ADO.NET, and XML Web Services </li>
</ul>
<p>&#160;</p>
<p> <iframe style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" height="500" src="http://books.google.co.in/books?id=CYwYMmqHrQgC&amp;lpg=PP1&amp;ots=yZf8BaJkI2&amp;dq=Professional%20ASP.NET%202.0%20XML&amp;pg=PA63&amp;output=embed" frameborder="0" width="500" scrolling="no"></iframe></p>
<img src="http://feeds.feedburner.com/~r/allaboutasp/~4/QEsP9VhPhBg" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://allaboutasp.net/2009/08/professional-aspnet-20-xml/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://allaboutasp.net/2009/08/professional-aspnet-20-xml/</feedburner:origLink></item>
		<item>
		<title>Professional VB.Net Programming</title>
		<link>http://feedproxy.google.com/~r/allaboutasp/~3/M1cvfpSA7rI/</link>
		<comments>http://allaboutasp.net/2009/07/professional-vbnet-programming/#comments</comments>
		<pubDate>Fri, 24 Jul 2009 02:00:31 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[ASP.net]]></category>
		<category><![CDATA[Vb.net]]></category>

		<guid isPermaLink="false">http://allaboutasp.net/2009/07/professional-vbnet-programming/</guid>
		<description><![CDATA[
]]></description>
			<content:encoded><![CDATA[<p><iframe style="border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" height="500" src="http://books.google.com/books?id=y0uURUiVhgwC&amp;lpg=PP23&amp;dq=professional%20vb.net%202008&amp;pg=PA64&amp;output=embed" frameborder="0" width="500" scrolling="no"></iframe></p>
<img src="http://feeds.feedburner.com/~r/allaboutasp/~4/M1cvfpSA7rI" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://allaboutasp.net/2009/07/professional-vbnet-programming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://allaboutasp.net/2009/07/professional-vbnet-programming/</feedburner:origLink></item>
		<item>
		<title>Expression Web 3 Overview Video</title>
		<link>http://feedproxy.google.com/~r/allaboutasp/~3/xuN1ZQQFT8k/</link>
		<comments>http://allaboutasp.net/2009/07/expression-web-3-overview-video/#comments</comments>
		<pubDate>Sun, 12 Jul 2009 04:09:26 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[web]]></category>
		<category><![CDATA[EXpression Web]]></category>

		<guid isPermaLink="false">http://allaboutasp.net/2009/07/expression-web-3-overview-video/</guid>
		<description><![CDATA[Microsoft Expression Web 3 gives you the tools you need to produce high-quality, standards-based Web sites: built-in support for today’s Web standards, sophisticated CSS design capabilities, and visual diagnostic tools. Whether you work with PHP, HTML/XHTML, CSS, JavaScript, ASP.NET or ASP.NET AJAX, Expression Web makes it faster and easier to create and maintain exceptional Web [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft Expression Web 3 gives you the tools you need to produce high-quality, standards-based Web sites: built-in support for today’s Web standards, sophisticated CSS design capabilities, and visual diagnostic tools. Whether you work with PHP, HTML/XHTML, CSS, JavaScript, ASP.NET or ASP.NET AJAX, Expression Web makes it faster and easier to create and maintain exceptional Web sites.</p>
<p> <iframe height="326" src="http://www.microsoft.com/video/en/us/player/embed/ce646dc7-e0bd-45e3-b01b-a8406c1aa61f" frameborder="0" width="430" allowtransparency="allowtransparency" scrolling="no"></iframe>  <br /><a href="http://www.microsoft.com/video/en/us/details/ce646dc7-e0bd-45e3-b01b-a8406c1aa61f?vp_evt=eref&amp;vp_video=Expression%20Web%203%20Overview%20Video">Expression Web 3 Overview Video</a></p>
<img src="http://feeds.feedburner.com/~r/allaboutasp/~4/xuN1ZQQFT8k" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://allaboutasp.net/2009/07/expression-web-3-overview-video/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://allaboutasp.net/2009/07/expression-web-3-overview-video/</feedburner:origLink></item>
		<item>
		<title>How to Read Excel Files in VB.Net</title>
		<link>http://feedproxy.google.com/~r/allaboutasp/~3/S7G3yROIG2E/</link>
		<comments>http://allaboutasp.net/2009/06/how-to-read-excel-files-in-vbnet/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 02:42:23 +0000</pubDate>
		<dc:creator>Ajay Pathak</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Excel Programming]]></category>

		<guid isPermaLink="false">http://allaboutasp.net/2009/06/how-to-read-excel-files-in-vbnet/</guid>
		<description><![CDATA[Excel worksheets can read in Visual studio by using Office API’s. To get start working with Excel file we first need to understand the structure of Excel files. For programming Excel files we first creates an Excel Application object, read Excel file in workbook and read sheets from this work book.
 
To get start with [...]]]></description>
			<content:encoded><![CDATA[<p>Excel worksheets can read in Visual studio by using Office API’s. To get start working with Excel file we first need to understand the structure of Excel files. For programming Excel files we first creates an Excel Application object, read Excel file in workbook and read sheets from this work book.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Excel Read Workflow" border="0" alt="Excel Read Workflow" src="http://allaboutasp.net/wp-content/images/HowtoReadExcelFilesinVB.Net_51D0/ExcelReadWorkflow.png" width="240" height="127" /> </p>
<p>To get start with Excel programming you first need to add Microsoft.Office.Interop.Excel reference in your project. Instead of writing the simple code for reading Excel file i have created one class for reading excel file and it also help you read workbook and worksheets. you can directly use this class in your project to read excel file.</p>
<p><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="Microsoft.Office.Interop.Excel" border="0" alt="Microsoft.Office.Interop.Excel" src="http://allaboutasp.net/wp-content/images/HowtoReadExcelFilesinVB.Net_51D0/Microsoft.Office.Interop.Excel.png" width="525" height="416" /> </p>
<pre style="width: 604px; height: 960px" class="code"><span style="color: blue">Imports </span>OfficeExcel = Microsoft.Office.Interop.Excel
<span style="color: blue">Namespace </span>MyExcel

    <span style="color: blue">Public Class </span>ExcelRead
        <span style="color: blue">Dim </span>_xlApp <span style="color: blue">As </span>OfficeExcel.Application
        <span style="color: blue">Dim </span>_xlWorkBook <span style="color: blue">As </span>OfficeExcel.Workbook
        <span style="color: blue">Dim </span>_xlWorkSheet <span style="color: blue">As </span>OfficeExcel.Worksheet
        <span style="color: blue">Dim </span>_XlFilePath <span style="color: blue">As String
#Region </span><span style="color: #a31515">&quot;Constructor&quot;
        </span><span style="color: blue">Public Sub New</span>(<span style="color: blue">ByVal </span>filepath <span style="color: blue">As String</span>)
            _XlFilePath = filepath
            OpenExel(_XlFilePath)
        <span style="color: blue">End Sub
#End Region

#Region </span><span style="color: #a31515">&quot;Protected Method&quot;
        </span><span style="color: blue">Protected Sub </span>OpenExel(<span style="color: blue">ByVal </span>fileName <span style="color: blue">As String</span>)
            _xlApp = <span style="color: blue">New </span>OfficeExcel.ApplicationClass
            _xlWorkBook = _xlApp.Workbooks.Open(fileName)
        <span style="color: blue">End Sub
#End Region

#Region </span><span style="color: #a31515">&quot;Public Functions&quot;
        </span><span style="color: blue">Public Function </span>GetWorkSheet(<span style="color: blue">ByVal </span>sheetname <span style="color: blue">As String</span>) <span style="color: blue">As </span>OfficeExcel.Worksheet
            <span style="color: blue">For Each </span>xlsheet <span style="color: blue">As </span>OfficeExcel.Worksheet <span style="color: blue">In Me</span>.XLWorkBook.Sheets
                <span style="color: blue">If </span>xlsheet.Name = sheetname <span style="color: blue">Then
                    </span>_xlWorkSheet = xlsheet
                    <span style="color: blue">Return </span>_xlWorkSheet
                <span style="color: blue">End If
            Next
            Return </span>_xlWorkSheet
        <span style="color: blue">End Function
        Public Function </span>getExcelWorkBookNames() <span style="color: blue">As </span>List(<span style="color: blue">Of String</span>)
            <span style="color: blue">Dim </span>workBookNames <span style="color: blue">As New </span>List(<span style="color: blue">Of String</span>)
            <span style="color: blue">For Each </span>wb <span style="color: blue">As </span>OfficeExcel.Worksheet <span style="color: blue">In Me</span>._xlApp.Worksheets
                workBookNames.Add(wb.Name)
            <span style="color: blue">Next
            Return </span>workBookNames
        <span style="color: blue">End Function
        Public Function </span>XLFilePath() <span style="color: blue">As String
            Return </span>_XlFilePath
        <span style="color: blue">End Function
        Public Sub </span>closeXL()
            releaseObject(<span style="color: blue">Me</span>._xlApp)
            releaseObject(<span style="color: blue">Me</span>._xlWorkBook)
            releaseObject(<span style="color: blue">Me</span>._xlWorkSheet)
        <span style="color: blue">End Sub
#End Region

#Region </span><span style="color: #a31515">&quot;Read Only Property&quot;
        </span><span style="color: blue">Public ReadOnly Property </span>XlApplication() <span style="color: blue">As </span>OfficeExcel.Application
            <span style="color: blue">Get
                Return </span>_xlApp
            <span style="color: blue">End Get
        End Property
        Public ReadOnly Property </span>XLWorkBook() <span style="color: blue">As </span>OfficeExcel.Workbook
            <span style="color: blue">Get
                Return </span>_xlWorkBook
            <span style="color: blue">End Get
        End Property
        Public ReadOnly Property </span>XLWorkSheet() <span style="color: blue">As </span>OfficeExcel.Worksheet
            <span style="color: blue">Get
                Return </span>_xlWorkSheet
            <span style="color: blue">End Get
        End Property
#End Region

#Region </span><span style="color: #a31515">&quot;Private Functions&quot;
        </span><span style="color: blue">Private Sub </span>releaseObject(<span style="color: blue">ByVal </span>obj <span style="color: blue">As Object</span>)
            <span style="color: blue">Try
                </span>System.Runtime.InteropServices.Marshal.ReleaseComObject(obj)
                obj = <span style="color: blue">Nothing
            Catch </span>ex <span style="color: blue">As </span>Exception
                obj = <span style="color: blue">Nothing
            Finally
                </span>GC.Collect()

            <span style="color: blue">End Try
        End Sub
#End Region
    End Class

End Namespace</span></pre>
<p><a href="http://11011.net/software/vspaste"></a></p>
</p>
<p>My next post use the same class that today we created to learn how to Format excel cells and draw charts.</p>
<img src="http://feeds.feedburner.com/~r/allaboutasp/~4/S7G3yROIG2E" height="1" width="1"/>]]></content:encoded>
			<wfw:commentRss>http://allaboutasp.net/2009/06/how-to-read-excel-files-in-vbnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://allaboutasp.net/2009/06/how-to-read-excel-files-in-vbnet/</feedburner:origLink></item>
	</channel>
</rss>
