<?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"
	>

<channel>
	<title>Ajaxus place on the net</title>
	<atom:link href="http://ajaxus.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://ajaxus.net</link>
	<description>Newly published articles on web 2.0 topics and ASP.NET controls</description>
	<pubDate>Thu, 19 Nov 2009 09:10:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>IE9 is coming!</title>
		<link>http://ajaxus.net/2009/11/19/ie9-is-coming/</link>
		<comments>http://ajaxus.net/2009/11/19/ie9-is-coming/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 09:07:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[IE]]></category>

		<category><![CDATA[Internet Explorer 9]]></category>

		<guid isPermaLink="false">http://ajaxus.net/?p=453</guid>
		<description><![CDATA[Good news for all of us who havent upgraded to IE8 yet. Internet Explored 9 is on its way! The web browser would be coming with great performance upgrades.

Browser performance involves many different sub-systems within the browser. Different sites – and different activities within the same site – place different loads and demands on the [...]


Related posts:<ol><li><a href='http://ajaxus.net/2007/05/08/ie-8-is-comming/' rel='bookmark' title='Permanent Link: IE 8 is comming!'>IE 8 is comming!</a> <small>Microsoft isn&#8217;t revealing yet what they plan to deliver with...</small></li><li><a href='http://ajaxus.net/2007/12/19/internet-explorer-8-completes-acid2-test/' rel='bookmark' title='Permanent Link: Internet Explorer 8 completes Acid2 test'>Internet Explorer 8 completes Acid2 test</a> <small>This was just posted on IE blog. The developers that...</small></li><li><a href='http://ajaxus.net/2007/03/05/browser-wars-mozilla-ie-opera-join-up-for-a-panel-discussion/' rel='bookmark' title='Permanent Link: Browser Wars: Mozilla, IE, Opera join up for a panel discussion'>Browser Wars: Mozilla, IE, Opera join up for a panel discussion</a> <small>Presented by the Silicon Valley WebBuilder, this event brought together...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Good news for all of us who havent upgraded to IE8 yet. Internet Explored 9 is on its way! The web browser would be coming with great performance upgrades.<br />
<img src="http://zoosviat.com/ajaxus/wp-content/uploads/2009/11/dean_pdc_2.png" alt="" title="dean_pdc_2" width="500" height="217" class="alignnone size-full wp-image-454" /></p>
<p>Browser performance involves many different sub-systems within the browser. Different sites – and different activities within the same site – place different loads and demands on the browser.</p>
<p>Developers want more capabilities in the browser to build great apps and experiences; they want them to work in an interoperable way so they don’t have to re-write and re-test their sites again and again. The standards process offers a good means to that end.</p>
<p>As engineers, when we want to assess progress, we develop a test suite that exercises the breadth and depth of functionality. With IE8, we delivered a highly-interoperable implementation of CSS 2.1 and contributed over 7,200 tests to the W3C. Standards that do not include validation tests are much more difficult to implement consistently, and more difficult for site developers to rely on.</p>
<p>Some standards tests – like Acid3 – have become widely used as shorthand for standards compliance, even with some shortcomings. Acid3 tests about 100 aspects of different technologies (many still in the “working draft” stage of standardization), including many edge cases and error conditions. </p>
<p>Read more <a target="_blank" href="http://blogs.msdn.com/ie/archive/2009/11/18/an-early-look-at-ie9-for-developers.aspx">here</a>!</p>


<p>Related posts:<ol><li><a href='http://ajaxus.net/2007/05/08/ie-8-is-comming/' rel='bookmark' title='Permanent Link: IE 8 is comming!'>IE 8 is comming!</a> <small>Microsoft isn&#8217;t revealing yet what they plan to deliver with...</small></li><li><a href='http://ajaxus.net/2007/12/19/internet-explorer-8-completes-acid2-test/' rel='bookmark' title='Permanent Link: Internet Explorer 8 completes Acid2 test'>Internet Explorer 8 completes Acid2 test</a> <small>This was just posted on IE blog. The developers that...</small></li><li><a href='http://ajaxus.net/2007/03/05/browser-wars-mozilla-ie-opera-join-up-for-a-panel-discussion/' rel='bookmark' title='Permanent Link: Browser Wars: Mozilla, IE, Opera join up for a panel discussion'>Browser Wars: Mozilla, IE, Opera join up for a panel discussion</a> <small>Presented by the Silicon Valley WebBuilder, this event brought together...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2009/11/19/ie9-is-coming/feed/</wfw:commentRss>
		</item>
		<item>
		<title>.Net Framework 4.0 new features</title>
		<link>http://ajaxus.net/2009/10/26/net-framework-40-new-features/</link>
		<comments>http://ajaxus.net/2009/10/26/net-framework-40-new-features/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 09:12:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET 4.0]]></category>

		<guid isPermaLink="false">http://ajaxus.net/?p=449</guid>
		<description><![CDATA[.Net Framework 4.0 adds also some new and cool features to file system objects. File class has now ReadLines() methods that returns IEnumerable. WriteAllLines() methods has two overload methods that accept IEnumerable instead of strings array that was also supported in previous versions of .Net Framework. This posting introduces ReadLines() and WriteAllLines() methods and gives [...]


Related posts:<ol><li><a href='http://ajaxus.net/2008/09/29/visual-studio-2010-and-net-framework-40/' rel='bookmark' title='Permanent Link: Visual Studio 2010 and .NET Framework 4.0'>Visual Studio 2010 and .NET Framework 4.0</a> <small>Microsoft is revealing more about its plans for the next...</small></li><li><a href='http://ajaxus.net/2009/10/21/visual-studio-2010-beta-2-and-net-framework-4-beta-2/' rel='bookmark' title='Permanent Link: Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2'>Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2</a> <small>Today from Microsoft released the links to download the new...</small></li><li><a href='http://ajaxus.net/2009/09/01/aspnet-40-and-visual-studio-2010-web-development-beta-2-overview/' rel='bookmark' title='Permanent Link: ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview'>ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview</a> <small>Many exciting changes for ASP.NET are coming in the .NET...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://zoosviat.com/ajaxus/wp-content/uploads/2009/10/vs2010_logo.png" alt=".Net Framework 4.0 new features" align="right"/>.Net Framework 4.0 adds also some new and cool features to file system objects. File class has now <strong>ReadLines</strong>() methods that returns IEnumerable<string>. WriteAllLines() methods has two overload methods that accept IEnumerable<string> instead of strings array that was also supported in previous versions of .Net Framework. This posting introduces ReadLines() and WriteAllLines() methods and gives you some ideas how to use these methods in your applications.</p>
<p>Also the new .Net Framework 4.0 Beta 2 has new <strong>IsNullOrWhiteSpace</strong>() method for strings generalizes IsNullOrEmpty() method to incluse also other white space besides empty string. In this posting I will show you simple example that illustrates how to use <strong>IsNullOrWhiteSpace</strong>() method.</p>
<p>.Net Framework 4.0 Beta 2 introduces new class in System.Numerics namespace: <strong>Complex</strong>. Complex represents complex numbers and enables different arithmetic operations with complex numbers. In this posting I will show you how to use complex numbers in .Net Framework 4.0 applications.</p>
<p>Complex class has two constructors – one of them has no arguments and the other takes real and complex parts of complex number. Complex numbers have also properties for <strong>phase </strong>and <strong>magnitude</strong>. Let’s see the following code.</p>
<p>Here is a more complete list:<br />
    * Complex Number<br />
    * Location<br />
    * IObservable<T><br />
    * Stream.CopyTo<br />
    * Guid.TryParse, Version.TryParse, and Enum.TryParse<T><br />
    * Enum.HasFlag<br />
    * String.Concat and String.Join overloads that take IEnumerable<T><br />
    * String.IsNullOrWhiteSpace<br />
    * Environment.SpecialFolder additions<br />
    * Environment.Is64BitProcess and Environment.Is64BitOperatingSystem<br />
    * Path.Combine params support<br />
    * TimeSpan Globalized Formatting and Parsing<br />
    * Stopwatch.Restart<br />
    * StringBuilder.Clear<br />
    * IntPtr and UIntPtr Addition and Subtraction operators<br />
    * ServiceProcessInstaller.DelayedAutoStart<br />
    * ObservableCollection<T> moved to System.dll</p>
<p>To read more, follow the links <a target="_blank" href="http://weblogs.asp.net/gunnarpeipman/default.aspx">here</a> and <a  target="_blank" href="http://blogs.msdn.com/bclteam/archive/2009/10/21/what-s-new-in-the-bcl-in-net-4-beta-2-justin-van-patten.aspx">here</a>.</p>
<p>To read about &#8220;<strong>Data Binding in ASP.NET AJAX 4.0</strong>&#8221; click <a target="_blank" href="http://msdn.microsoft.com/en-us/magazine/ee309508.aspx">here</a>.</p>


<p>Related posts:<ol><li><a href='http://ajaxus.net/2008/09/29/visual-studio-2010-and-net-framework-40/' rel='bookmark' title='Permanent Link: Visual Studio 2010 and .NET Framework 4.0'>Visual Studio 2010 and .NET Framework 4.0</a> <small>Microsoft is revealing more about its plans for the next...</small></li><li><a href='http://ajaxus.net/2009/10/21/visual-studio-2010-beta-2-and-net-framework-4-beta-2/' rel='bookmark' title='Permanent Link: Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2'>Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2</a> <small>Today from Microsoft released the links to download the new...</small></li><li><a href='http://ajaxus.net/2009/09/01/aspnet-40-and-visual-studio-2010-web-development-beta-2-overview/' rel='bookmark' title='Permanent Link: ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview'>ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview</a> <small>Many exciting changes for ASP.NET are coming in the .NET...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2009/10/26/net-framework-40-new-features/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2</title>
		<link>http://ajaxus.net/2009/10/21/visual-studio-2010-beta-2-and-net-framework-4-beta-2/</link>
		<comments>http://ajaxus.net/2009/10/21/visual-studio-2010-beta-2-and-net-framework-4-beta-2/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 08:40:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET 4.0]]></category>

		<category><![CDATA[VS 2010]]></category>

		<guid isPermaLink="false">http://ajaxus.net/?p=444</guid>
		<description><![CDATA[Today from Microsoft released the links to download the new Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2!
Here is the link.
VS 2010 Product Line SKU Simplifications
With VS 2010 we are simplifying the product lineup and pricing options of Visual Studio, as well as adding new benefits for MSDN subscribers.  With VS [...]


Related posts:<ol><li><a href='http://ajaxus.net/2009/09/01/aspnet-40-and-visual-studio-2010-web-development-beta-2-overview/' rel='bookmark' title='Permanent Link: ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview'>ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview</a> <small>Many exciting changes for ASP.NET are coming in the .NET...</small></li><li><a href='http://ajaxus.net/2008/09/29/visual-studio-2010-and-net-framework-40/' rel='bookmark' title='Permanent Link: Visual Studio 2010 and .NET Framework 4.0'>Visual Studio 2010 and .NET Framework 4.0</a> <small>Microsoft is revealing more about its plans for the next...</small></li><li><a href='http://ajaxus.net/2009/10/13/url-routing-with-visual-studio-2010-and-aspnet-4/' rel='bookmark' title='Permanent Link: URL Routing with Visual Studio 2010 and ASP.NET 4'>URL Routing with Visual Studio 2010 and ASP.NET 4</a> <small>Some of the new features also include making SEO-friendly url&#8217;s....</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://zoosviat.com/ajaxus/wp-content/uploads/2009/10/vs2010_logo.png" alt="" title="Visual Studio 2010" width="183" height="98" align="left" class="alignleft size-full wp-image-445" />Today from Microsoft released the links to download the new Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2!</p>
<p>Here is the <a href="http://www.microsoft.com/visualstudio/en-gb/try/default.mspx" target="_blank">link</a>.</p>
<p><strong>VS 2010 Product Line SKU Simplifications</strong></p>
<p>With VS 2010 we are simplifying the product lineup and pricing options of Visual Studio, as well as adding new benefits for MSDN subscribers.  With VS 2010 we will now ship a simpler set of SKU options:</p>
<p>    * Visual Studio Express: Free Express SKUs for Web, VB, C#, and C++</p>
<p>    * Visual Studio 2010 Professional with MSDN: Professional development tools as you are used to today with the addition of source control integration, bug tracking, build automation, and more. It also includes 50 hours/month of Azure cloud computing.</p>
<p>    * Visual Studio 2010 Premium with MSDN: Premium has everything in Professional plus advanced development tools (including richer profiling and debugging, code coverage, code analysis and testing prioritization), advanced database support, UI testing, and more.  Rather than buying multiple “Team” SKUs like you would with VS 2008, you can now get this combination of features in one box with VS 2010. It also includes 100 hours/month of Azure cloud computing.</p>
<p>    * Visual Studio 2010 Ultimate with MSDN: Ultimate has everything in Premium plus additional advanced features for developers, testers, and architects including features like Intellitrace (formerly Historical Debugging), the new architecture tools (UML, discovery), test lab management, etc.  It also includes 250 hours/month of Azure cloud computing.</p>
<p><strong>Side by Side Support with VS 2008</strong></p>
<p>VS 2010 and .NET 4.0 can be installed side-by-side on the same machine as VS 2008 and .NET 3.5.  You can install the Beta 2 version on a machine and it will not impact your existing VS 2008 / .NET 3.5 development.<br />
<strong><br />
Go-Live License Available</strong></p>
<p>.NET 4 and VS 2010 Beta 2 include a “go-live” license which means you can start using the products for production projects.</p>


<p>Related posts:<ol><li><a href='http://ajaxus.net/2009/09/01/aspnet-40-and-visual-studio-2010-web-development-beta-2-overview/' rel='bookmark' title='Permanent Link: ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview'>ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview</a> <small>Many exciting changes for ASP.NET are coming in the .NET...</small></li><li><a href='http://ajaxus.net/2008/09/29/visual-studio-2010-and-net-framework-40/' rel='bookmark' title='Permanent Link: Visual Studio 2010 and .NET Framework 4.0'>Visual Studio 2010 and .NET Framework 4.0</a> <small>Microsoft is revealing more about its plans for the next...</small></li><li><a href='http://ajaxus.net/2009/10/13/url-routing-with-visual-studio-2010-and-aspnet-4/' rel='bookmark' title='Permanent Link: URL Routing with Visual Studio 2010 and ASP.NET 4'>URL Routing with Visual Studio 2010 and ASP.NET 4</a> <small>Some of the new features also include making SEO-friendly url&#8217;s....</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2009/10/21/visual-studio-2010-beta-2-and-net-framework-4-beta-2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>URL Routing with Visual Studio 2010 and ASP.NET 4</title>
		<link>http://ajaxus.net/2009/10/13/url-routing-with-visual-studio-2010-and-aspnet-4/</link>
		<comments>http://ajaxus.net/2009/10/13/url-routing-with-visual-studio-2010-and-aspnet-4/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 13:48:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET 4.0]]></category>

		<category><![CDATA[VS 2010]]></category>

		<guid isPermaLink="false">http://ajaxus.net/?p=440</guid>
		<description><![CDATA[Some of the new features also include making SEO-friendly url&#8217;s. Before we used to write some keywords mapping but now it all could be done with code.
Before:
http://ajaxus.net/news.php?newsID=23232
Now:
http://ajaxus.net/news/Url_routing
This can be achieved with the function MapPageRoute.
Handling PostBack Scenarios

URL Routing with ASP.NET 4.0 fully supports postback scenarios.  The
 control will automatically emit the same URL that caused [...]


Related posts:<ol><li><a href='http://ajaxus.net/2008/09/29/visual-studio-2010-and-net-framework-40/' rel='bookmark' title='Permanent Link: Visual Studio 2010 and .NET Framework 4.0'>Visual Studio 2010 and .NET Framework 4.0</a> <small>Microsoft is revealing more about its plans for the next...</small></li><li><a href='http://ajaxus.net/2009/10/21/visual-studio-2010-beta-2-and-net-framework-4-beta-2/' rel='bookmark' title='Permanent Link: Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2'>Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2</a> <small>Today from Microsoft released the links to download the new...</small></li><li><a href='http://ajaxus.net/2009/09/01/aspnet-40-and-visual-studio-2010-web-development-beta-2-overview/' rel='bookmark' title='Permanent Link: ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview'>ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview</a> <small>Many exciting changes for ASP.NET are coming in the .NET...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Some of the new features also include making SEO-friendly url&#8217;s. Before we used to write some keywords mapping but now it all could be done with code.<br />
<strong>Before:</strong><br />
http://ajaxus.net/news.php?newsID=23232</p>
<p><strong>Now:</strong><br />
http://ajaxus.net/news/Url_routing</p>
<p>This can be achieved with the function <strong><em>MapPageRoute</em></strong>.</p>
<p><strong>Handling PostBack Scenarios<br />
</strong><br />
URL Routing with ASP.NET 4.0 fully supports postback scenarios.  The<br />
<form runat=”server”> control will automatically emit the same URL that caused the page to be rendered.  For example, if you access a page with a /products/software URL then any server-side<br />
<form runat=”server”> control within it would render out a<br />
<form action=”/products/software”> HTML element back to the client – which means that any postback scenarios that happen on the page will preserve the original URL.  </p>
<p>Here is <a target="_blank" href="http://weblogs.asp.net/scottgu/archive/2009/10/13/url-routing-with-asp-net-4-web-forms-vs-2010-and-net-4-0-series.aspx">ScottGu&#8217;s blog post</a>.</p>


<p>Related posts:<ol><li><a href='http://ajaxus.net/2008/09/29/visual-studio-2010-and-net-framework-40/' rel='bookmark' title='Permanent Link: Visual Studio 2010 and .NET Framework 4.0'>Visual Studio 2010 and .NET Framework 4.0</a> <small>Microsoft is revealing more about its plans for the next...</small></li><li><a href='http://ajaxus.net/2009/10/21/visual-studio-2010-beta-2-and-net-framework-4-beta-2/' rel='bookmark' title='Permanent Link: Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2'>Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2</a> <small>Today from Microsoft released the links to download the new...</small></li><li><a href='http://ajaxus.net/2009/09/01/aspnet-40-and-visual-studio-2010-web-development-beta-2-overview/' rel='bookmark' title='Permanent Link: ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview'>ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview</a> <small>Many exciting changes for ASP.NET are coming in the .NET...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2009/10/13/url-routing-with-visual-studio-2010-and-aspnet-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free download Visual Web Developer book!</title>
		<link>http://ajaxus.net/2009/09/29/free-download-visual-web-developer-book/</link>
		<comments>http://ajaxus.net/2009/09/29/free-download-visual-web-developer-book/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 06:51:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET 3.5]]></category>

		<category><![CDATA[.NET 4.0]]></category>

		<category><![CDATA[ASP.NET]]></category>

		<guid isPermaLink="false">http://ajaxus.net/?p=434</guid>
		<description><![CDATA[ Here are four free chapters from the book &#8220;The Microsoft Expression Web Developer&#8217;s Guide to ASP.NET 3.5: Learn to create ASP.NET applications using Visual Web Developer 2008&#8220;. You can download it from here or buy it from here.
The list of the free chapters:
    * Creating Web sites
    * [...]


Related posts:<ol><li><a href='http://ajaxus.net/2008/08/12/visual-studio-2008-sp1-is-ready-for-download/' rel='bookmark' title='Permanent Link: Visual Studio 2008 SP1 is ready for download!'>Visual Studio 2008 SP1 is ready for download!</a> <small>Can&#8217;t miss that one because we all rely on this...</small></li><li><a href='http://ajaxus.net/2008/06/30/free-e-book-foundations-on-programming/' rel='bookmark' title='Permanent Link: Free e-book: Foundations on Programming'>Free e-book: Foundations on Programming</a> <small>Recently I found that e-book which might be useful to...</small></li><li><a href='http://ajaxus.net/2008/01/24/free-microsoft-press-e-books/' rel='bookmark' title='Permanent Link: Free Microsoft Press e-books!'>Free Microsoft Press e-books!</a> <small>Once again Microsoft brings some knowledge to the masses This...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a href='http://zoosviat.com/ajaxus/wp-content/uploads/2009/09/learn-to-create-aspnet-applications-using-visual-web-developer-2008.zip'><img border="0" src="http://zoosviat.com/ajaxus/wp-content/uploads/2009/09/51x-uri9j8l_bo2204203200_pisitb-sticker-arrow-clicktopright35-76_aa240_sh20_ou01_.jpg" alt="Free download Visual Web Developer book!" align="left" title="Free download Visual Web Developer book!" width="240" height="240" class="alignnone size-full wp-image-435" /></a> Here are four free chapters from the book &#8220;<strong>The Microsoft Expression Web Developer&#8217;s Guide to ASP.NET 3.5: Learn to create ASP.NET applications using Visual Web Developer 2008</strong>&#8220;. You can download it from <a href='http://zoosviat.com/ajaxus/wp-content/uploads/2009/09/learn-to-create-aspnet-applications-using-visual-web-developer-2008.zip'>here</a> or buy it from <a href="http://www.amazon.com/gp/product/0789736659?ie=UTF8&#038;tag=aspnettelligent-20&#038;linkCode=as2&#038;camp=1789&#038;creative=9325&#038;creativeASIN=0789736659" target="_blank">here</a>.</p>
<p>The list of the free chapters:<br />
    * Creating Web sites<br />
    * Creating and Managing CSS Styles<br />
    * Applying CSS to Web Forms<br />
    * Debugging ASP.NET Applications</p>


<p>Related posts:<ol><li><a href='http://ajaxus.net/2008/08/12/visual-studio-2008-sp1-is-ready-for-download/' rel='bookmark' title='Permanent Link: Visual Studio 2008 SP1 is ready for download!'>Visual Studio 2008 SP1 is ready for download!</a> <small>Can&#8217;t miss that one because we all rely on this...</small></li><li><a href='http://ajaxus.net/2008/06/30/free-e-book-foundations-on-programming/' rel='bookmark' title='Permanent Link: Free e-book: Foundations on Programming'>Free e-book: Foundations on Programming</a> <small>Recently I found that e-book which might be useful to...</small></li><li><a href='http://ajaxus.net/2008/01/24/free-microsoft-press-e-books/' rel='bookmark' title='Permanent Link: Free Microsoft Press e-books!'>Free Microsoft Press e-books!</a> <small>Once again Microsoft brings some knowledge to the masses This...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2009/09/29/free-download-visual-web-developer-book/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Introducing the Microsoft AJAX CDN</title>
		<link>http://ajaxus.net/2009/09/17/introducing-the-microsoft-ajax-cdn/</link>
		<comments>http://ajaxus.net/2009/09/17/introducing-the-microsoft-ajax-cdn/#comments</comments>
		<pubDate>Thu, 17 Sep 2009 07:48:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[AJAX]]></category>

		<category><![CDATA[Microsoft AJAX CDN]]></category>

		<guid isPermaLink="false">http://ajaxus.net/?p=432</guid>
		<description><![CDATA[Yesterday from Microsoft released the AJAX CDN. The Microsoft Ajax CDN enables you to significantly improve the performance of ASP.NET Web Forms and ASP.NET MVC applications that use ASP.NET AJAX or jQuery.  The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes.
ASP.NET 4.0 [...]


Related posts:<ol><li><a href='http://ajaxus.net/2007/05/01/enhance-your-website-with-aspnet-ajax-extensions/' rel='bookmark' title='Permanent Link: Enhance your Website with ASP.NET AJAX Extensions'>Enhance your Website with ASP.NET AJAX Extensions</a> <small>Can&#8217;t miss that article by Dan Wahlin in which he...</small></li><li><a href='http://ajaxus.net/2008/01/22/aptana-releases-jaxer-ajax-server-built-on-mozilla/' rel='bookmark' title='Permanent Link: Aptana releases Jaxer, Ajax server built on Mozilla'>Aptana releases Jaxer, Ajax server built on Mozilla</a> <small>If you are familiar with Aptana, then you will enjoy...</small></li><li><a href='http://ajaxus.net/2007/03/15/getting-started-with-ajax-10/' rel='bookmark' title='Permanent Link: Getting Started with AJAX 1.0'>Getting Started with AJAX 1.0</a> <small>I came acros this nice article by Mahesh Chand, who...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Yesterday from Microsoft released the AJAX CDN. The Microsoft Ajax CDN enables you to significantly improve the performance of ASP.NET Web Forms and ASP.NET MVC applications that use ASP.NET AJAX or jQuery.  The service is available for free, does not require any registration, and can be used for both commercial and non-commercial purposes.</p>
<p>ASP.NET 4.0 will make it especially easy for ASP.NET Web Forms developers to take advantage of the CDN. By setting one property of the ScriptManager control, you will be able to redirect all requests for the built-in ASP.NET JavaScript files to the CDN and improve the performance of your Web Forms applications. </p>
<p>You can get a full listing of the JavaScript libraries (and associated URLs) we already have loaded in our CDN cache here: <a href="http://www.asp.net/ajax/cdn" target="_blank">www.asp.net/ajax/cdn</a></p>


<p>Related posts:<ol><li><a href='http://ajaxus.net/2007/05/01/enhance-your-website-with-aspnet-ajax-extensions/' rel='bookmark' title='Permanent Link: Enhance your Website with ASP.NET AJAX Extensions'>Enhance your Website with ASP.NET AJAX Extensions</a> <small>Can&#8217;t miss that article by Dan Wahlin in which he...</small></li><li><a href='http://ajaxus.net/2008/01/22/aptana-releases-jaxer-ajax-server-built-on-mozilla/' rel='bookmark' title='Permanent Link: Aptana releases Jaxer, Ajax server built on Mozilla'>Aptana releases Jaxer, Ajax server built on Mozilla</a> <small>If you are familiar with Aptana, then you will enjoy...</small></li><li><a href='http://ajaxus.net/2007/03/15/getting-started-with-ajax-10/' rel='bookmark' title='Permanent Link: Getting Started with AJAX 1.0'>Getting Started with AJAX 1.0</a> <small>I came acros this nice article by Mahesh Chand, who...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2009/09/17/introducing-the-microsoft-ajax-cdn/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Windows 7 Secrets Free book chapter download</title>
		<link>http://ajaxus.net/2009/09/02/windows-7-secrets-free-book-chapter/</link>
		<comments>http://ajaxus.net/2009/09/02/windows-7-secrets-free-book-chapter/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 06:42:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://ajaxus.net/?p=423</guid>
		<description><![CDATA[Here is a free chapter from the book called Windows 7 Secrets. The book is written by Paul Thurrott and Rafael Rivera.
Go beyond the obvious and explore the secrets behind Windows 7 with this comprehensive guide. Leading authorities in the field expose the hidden functionality within the Windows 7 operating system, revealing everything from its [...]


Related posts:<ol><li><a href='http://ajaxus.net/2009/06/17/windows-7-vs-mac-os-x-snow-leopard-comparison/' rel='bookmark' title='Permanent Link: Windows 7 vs. Mac OS X Snow Leopard Comparison'>Windows 7 vs. Mac OS X Snow Leopard Comparison</a> <small>Wanna see Windows 7 compared to Mac OS X Snow...</small></li><li><a href='http://ajaxus.net/2009/01/08/windows-7-beta-is-here/' rel='bookmark' title='Permanent Link: Windows 7 Beta is here!'>Windows 7 Beta is here!</a> <small>&nbsp; Windows 7 Beta was announced at CES 2009 and...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><a target="_blank" href='http://zoosviat.com/ajaxus/wp-content/uploads/2009/09/windows-7-secrets-0470508418.pdf'><img border="0" src="http://zoosviat.com/ajaxus/wp-content/uploads/2009/09/win7_secrets_promo.jpg" alt="Windows 7 Secrets Free book chapter" title="Windows 7 Secrets Free book chapter" width="200" height="251" align="right" class="alignright size-full wp-image-424" /></a>Here is a free chapter from the book called Windows 7 Secrets. The book is written by Paul Thurrott and Rafael Rivera.</p>
<p>Go beyond the obvious and explore the secrets behind Windows 7 with this comprehensive guide. Leading authorities in the field expose the hidden functionality within the Windows 7 operating system, revealing everything from its new features and functionality to modifying the system to work for you. These expert tips and tricks will help you gain the skills you need to quickly go from a Windows 7 user to a Windows 7 expert.</p>
<p>Download it from <a target="_blank" href='http://zoosviat.com/ajaxus/wp-content/uploads/2009/09/windows-7-secrets-0470508418.pdf'>here</a>!</p>
<p><strong>Paperback:</strong> 1104 pages<br />
<strong>Publisher:</strong> Wiley (September 2009)<br />
<strong>Language:</strong> English<br />
<strong>ISBN-10: </strong>0470508418<br />
<strong>ISBN-13:</strong> 978-0470508411</p>


<p>Related posts:<ol><li><a href='http://ajaxus.net/2009/06/17/windows-7-vs-mac-os-x-snow-leopard-comparison/' rel='bookmark' title='Permanent Link: Windows 7 vs. Mac OS X Snow Leopard Comparison'>Windows 7 vs. Mac OS X Snow Leopard Comparison</a> <small>Wanna see Windows 7 compared to Mac OS X Snow...</small></li><li><a href='http://ajaxus.net/2009/01/08/windows-7-beta-is-here/' rel='bookmark' title='Permanent Link: Windows 7 Beta is here!'>Windows 7 Beta is here!</a> <small>&nbsp; Windows 7 Beta was announced at CES 2009 and...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2009/09/02/windows-7-secrets-free-book-chapter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview</title>
		<link>http://ajaxus.net/2009/09/01/aspnet-40-and-visual-studio-2010-web-development-beta-2-overview/</link>
		<comments>http://ajaxus.net/2009/09/01/aspnet-40-and-visual-studio-2010-web-development-beta-2-overview/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 07:39:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET 4.0]]></category>

		<category><![CDATA[VS 2010]]></category>

		<guid isPermaLink="false">http://ajaxus.net/?p=419</guid>
		<description><![CDATA[Many exciting changes for ASP.NET are coming in the .NET Framework version 4. This document gives an overview of many of the new features that are included in the upcoming Beta 2 release of the .NET Framework 4 and of Visual Studio 2010.
Download it from here!


Related posts:Visual Studio 2010 Beta 2 and .NET Framework 4 [...]


Related posts:<ol><li><a href='http://ajaxus.net/2009/10/21/visual-studio-2010-beta-2-and-net-framework-4-beta-2/' rel='bookmark' title='Permanent Link: Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2'>Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2</a> <small>Today from Microsoft released the links to download the new...</small></li><li><a href='http://ajaxus.net/2008/09/29/visual-studio-2010-and-net-framework-40/' rel='bookmark' title='Permanent Link: Visual Studio 2010 and .NET Framework 4.0'>Visual Studio 2010 and .NET Framework 4.0</a> <small>Microsoft is revealing more about its plans for the next...</small></li><li><a href='http://ajaxus.net/2009/10/13/url-routing-with-visual-studio-2010-and-aspnet-4/' rel='bookmark' title='Permanent Link: URL Routing with Visual Studio 2010 and ASP.NET 4'>URL Routing with Visual Studio 2010 and ASP.NET 4</a> <small>Some of the new features also include making SEO-friendly url&#8217;s....</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://zoosviat.com/ajaxus/wp-content/uploads/2009/09/logo.png" alt="ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview" title="ASP.NET 4.0 and Visual Studio 2010 Web Development Beta 2 Overview" width="108" height="44" align="left" class="alignnone size-full wp-image-421" />Many exciting changes for ASP.NET are coming in the .NET Framework version 4. This document gives an overview of many of the new features that are included in the upcoming Beta 2 release of the .NET Framework 4 and of Visual Studio 2010.<br />
<a target="_blank" href='http://zoosviat.com/ajaxus/wp-content/uploads/2009/09/asp_net_4_and_visual_studio_2010_web_development_beta_2_overview_master.docx'>Download it from here!</a></p>


<p>Related posts:<ol><li><a href='http://ajaxus.net/2009/10/21/visual-studio-2010-beta-2-and-net-framework-4-beta-2/' rel='bookmark' title='Permanent Link: Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2'>Visual Studio 2010 Beta 2 and .NET Framework 4 Beta 2</a> <small>Today from Microsoft released the links to download the new...</small></li><li><a href='http://ajaxus.net/2008/09/29/visual-studio-2010-and-net-framework-40/' rel='bookmark' title='Permanent Link: Visual Studio 2010 and .NET Framework 4.0'>Visual Studio 2010 and .NET Framework 4.0</a> <small>Microsoft is revealing more about its plans for the next...</small></li><li><a href='http://ajaxus.net/2009/10/13/url-routing-with-visual-studio-2010-and-aspnet-4/' rel='bookmark' title='Permanent Link: URL Routing with Visual Studio 2010 and ASP.NET 4'>URL Routing with Visual Studio 2010 and ASP.NET 4</a> <small>Some of the new features also include making SEO-friendly url&#8217;s....</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2009/09/01/aspnet-40-and-visual-studio-2010-web-development-beta-2-overview/feed/</wfw:commentRss>
		</item>
		<item>
		<title>VB and C# enhancements in VS 2010</title>
		<link>http://ajaxus.net/2009/08/21/vb-and-c-enhancements-in-vs-2010/</link>
		<comments>http://ajaxus.net/2009/08/21/vb-and-c-enhancements-in-vs-2010/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 07:27:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[.NET 4.0]]></category>

		<category><![CDATA[C# 4.0]]></category>

		<category><![CDATA[VS 2010]]></category>

		<category><![CDATA[Visual Basic]]></category>

		<guid isPermaLink="false">http://ajaxus.net/?p=416</guid>
		<description><![CDATA[I have found this post at somasegar&#8217;s blog writing about the new enhancements in VB and C# languages.
About VB.NET they include:
 - removed the underscore (“_”) character when breaking a code statement across multiple lines
 - simple way of declaring properties
 - collection initializers and array literals are simpler as well
 - better support for [...]


Related posts:<ol><li><a href='http://ajaxus.net/2008/01/04/the-future-of-net-visual-basic-the-clr-and-managed-jscript/' rel='bookmark' title='Permanent Link: The Future of .NET: Visual Basic, the CLR and Managed JScript'>The Future of .NET: Visual Basic, the CLR and Managed JScript</a> <small>This one I found today, it was published on 18th...</small></li><li><a href='http://ajaxus.net/2009/01/21/the-future-of-net-languages/' rel='bookmark' title='Permanent Link: The Future of .NET Languages?'>The Future of .NET Languages?</a> <small>I came across this article and really enjoyed it, thats...</small></li><li><a href='http://ajaxus.net/2007/10/19/visual-basic-90-language-specification-released/' rel='bookmark' title='Permanent Link: Visual Basic 9.0 Language Specification Released'>Visual Basic 9.0 Language Specification Released</a> <small>This language specification corresponds to the version of Visual Basic...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img src="http://zoosviat.com/ajaxus/wp-content/uploads/2009/08/dd183105visualstudio_45en-usmsdn10.jpg" alt="VB and C# enhancements in VS 2010" title="VB and C# enhancements in VS 2010" width="45" height="45" align="left"/>I have found this post at somasegar&#8217;s blog writing about the new enhancements in VB and C# languages.</p>
<p>About VB.NET they include:<br />
 - removed the underscore (“_”) character when breaking a code statement across multiple lines<br />
 - simple way of declaring properties<br />
 - collection initializers and array literals are simpler as well<br />
 - better support for lambdas<br />
 - interoperating with dynamic language code such as Python and Ruby are simpler</p>
<p>Read also about C# improvements and find nice code samples <a href="http://blogs.msdn.com/somasegar/archive/2009/08/19/vb-and-c-enhancements-in-vs-2010.aspx" target="_blank">here</a>.</p>


<p>Related posts:<ol><li><a href='http://ajaxus.net/2008/01/04/the-future-of-net-visual-basic-the-clr-and-managed-jscript/' rel='bookmark' title='Permanent Link: The Future of .NET: Visual Basic, the CLR and Managed JScript'>The Future of .NET: Visual Basic, the CLR and Managed JScript</a> <small>This one I found today, it was published on 18th...</small></li><li><a href='http://ajaxus.net/2009/01/21/the-future-of-net-languages/' rel='bookmark' title='Permanent Link: The Future of .NET Languages?'>The Future of .NET Languages?</a> <small>I came across this article and really enjoyed it, thats...</small></li><li><a href='http://ajaxus.net/2007/10/19/visual-basic-90-language-specification-released/' rel='bookmark' title='Permanent Link: Visual Basic 9.0 Language Specification Released'>Visual Basic 9.0 Language Specification Released</a> <small>This language specification corresponds to the version of Visual Basic...</small></li></ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2009/08/21/vb-and-c-enhancements-in-vs-2010/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Developer Evangelist Handbook</title>
		<link>http://ajaxus.net/2009/07/28/developer-evangelist-handbook/</link>
		<comments>http://ajaxus.net/2009/07/28/developer-evangelist-handbook/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 21:14:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[web worker]]></category>

		<guid isPermaLink="false">http://ajaxus.net/?p=413</guid>
		<description><![CDATA[Here is what I have found this late evening. The Developer Evangelist Handbook is something which is a good read from one side and serious role at every IT company.
This handbook will get you on the way to be a great developer evangelist for any product or company. Of course your approach needs tweaking for [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Here is what I have found this late evening. The <a target="_blank" href="http://developer-evangelism.com/handbook.php">Developer Evangelist Handbook</a> is something which is a good read from one side and serious role at every IT company.</p>
<blockquote><p><em>This handbook will get you on the way to be a great developer evangelist for any product or company. Of course your approach needs tweaking for different markets and audiences - and in accordance with your own personality - but the main principles are the same for everybody and anywhere in the world.</p>
<p>Developer evangelism is a totally new field of work and the first hurdle you will encounter is people asking what a developer evangelist is and why any company would need a role like that</em>.</p></blockquote>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://ajaxus.net/2009/07/28/developer-evangelist-handbook/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
