<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://weblogs.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Top ASP.NET Items : Microsoft</title><link>http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx</link><description>Tags: Microsoft</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Hiring for new super-secret project</title><link>http://weblogs.asp.net/topaspnetitems/archive/2009/07/30/hiring-for-new-super-secret-project.aspx</link><pubDate>Thu, 30 Jul 2009 20:35:06 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7158271</guid><dc:creator>Tales from the Evil Empire</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=7158271</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2009/07/30/hiring-for-new-super-secret-project.aspx#comments</comments><description>Well, I guess it’s not so super-secret anymore now but these last few months, I’ve been transitioning from ASP.NET Ajax to a new project that aims at helping ASP.NET communities build Open Source applications on ASP.NET. It’s a lot of fun and the good news is that you can join in. We are hiring a senior developer: https://careers.microsoft.com/JobDetails.aspx?ss=&amp;amp;pg=0&amp;amp;so=&amp;amp;rw=1&amp;amp;jid=4567&amp;amp;jlang=EN Please mention me (Bertrand Le Roy, bleroy at Microsoft) as the referral if you apply. ;) Read More......(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2009/07/30/hiring-for-new-super-secret-project.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7158271" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Job/default.aspx">Job</category></item><item><title>Running Multiple Versions Of IE On The Same Box</title><link>http://weblogs.asp.net/topaspnetitems/archive/2009/04/27/running-multiple-versions-of-ie-on-the-same-box.aspx</link><pubDate>Mon, 27 Apr 2009 16:27:50 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:7063498</guid><dc:creator>PeteL's Blog : share</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=7063498</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2009/04/27/running-multiple-versions-of-ie-on-the-same-box.aspx#comments</comments><description>There are applications out there that will put IE4/5/6/7/8 on the same machine and let you switch between the different versions of IE, but there are a couple of problems with this.&amp;#160; I typically describe this type of situation as a Frankenbuild.&amp;#160; Any time you start messing with Windows core components, and changing OS level DLL’s, you’re setting yourself up for heartache.&amp;#160; You also don’t know if you’re replacing the whole set, or just a subset of the DLLs.&amp;#160; For example, if you’ve got IE8 installed on the box, and you put the IE6 rendering engine in, you have the IE6 rendering engine, the IE8 JavaScript engine and the IE8 networking stack.&amp;#160; Hmm, no real customer is ever going to see that.&amp;#160; You never know what the...(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2009/04/27/running-multiple-versions-of-ie-on-the-same-box.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=7063498" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/IE/default.aspx">IE</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/share/default.aspx">share</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/IE8/default.aspx">IE8</category></item><item><title>asp:menu fix for IE8 problem available</title><link>http://weblogs.asp.net/topaspnetitems/archive/2009/03/23/asp-menu-fix-for-ie8-problem-available.aspx</link><pubDate>Mon, 23 Mar 2009 21:20:55 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6995431</guid><dc:creator>Tales from the Evil Empire</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=6995431</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2009/03/23/asp-menu-fix-for-ie8-problem-available.aspx#comments</comments><description>Internet Explorer 8 is a unique release in the history of Internet Explorer in more than one way, but the decision to make standards mode the default means that authors of existing sites are impacted by it, if only to set the compatibility mode to IE7. But what if your site is built using components that render out markup and script over which you have little control, such as ASP.NET WebControls? Well, if one of the controls fails in IE8 standards mode, you need to either switch to compatibility mode (ouch!) or you need the component developer to ship an updated version. During the whole IE8 development cycle, we monitored the behavior of existing controls. Most ASP.NET built-in controls have been doing just fine in IE8, or the faulty behavior...(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2009/03/23/asp-menu-fix-for-ie8-problem-available.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6995431" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/HTML/default.aspx">HTML</category></item><item><title>Deep Zoom without Silverlight</title><link>http://weblogs.asp.net/topaspnetitems/archive/2008/11/20/deep-zoom-without-silverlight.aspx</link><pubDate>Thu, 20 Nov 2008 20:42:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6748797</guid><dc:creator>Tales from the Evil Empire</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=6748797</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2008/11/20/deep-zoom-without-silverlight.aspx#comments</comments><description>In a move that I wouldn’t have bet a dollar on, Live Labs released a purely JavaScript Deep Zoom client. You read that right, what was so far one of the nice features only found in Silverlight is now available in an open web, standards-based version. Seadragon.embed(&amp;quot;451px&amp;quot;, &amp;quot;338px&amp;quot;, &amp;quot;http://seadragon.com/content/images/CarinaNebula.dzi&amp;quot;, 29566, 14321, 254, 1, &amp;quot;jpg&amp;quot;); Of course, from a technical standpoint, Deep Zoom is just commoditizing what Google Maps made possible years ago in pure script so there wasn’t really a reason why this couldn’t be done, except smoother transitions and zooming but that’s pretty tenuous. The great thing about this new library is that the tools to create the Deep Zoom image...(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2008/11/20/deep-zoom-without-silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6748797" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Top 10 Web Mistakes [From TechEd EMEA]</title><link>http://weblogs.asp.net/topaspnetitems/archive/2008/11/14/top-10-web-mistakes-from-teched-emea.aspx</link><pubDate>Fri, 14 Nov 2008 16:20:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6736643</guid><dc:creator>PeteL's Blog : share</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=6736643</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2008/11/14/top-10-web-mistakes-from-teched-emea.aspx#comments</comments><description>I just finished presenting my last session of TechEd EMEA for 2008 and I&amp;#39;m sad to be leaving! But, hopefully I&amp;#39;ll get another chance next year. My last session was a repeat of &amp;quot;Top 10 Web Mistakes&amp;quot; and I said I&amp;#39;d post some of the sites that I showed during the session, so here they are. Sites That Suck http://www.teacherxpress.com/ How am I supposed to find content on this site? http://www.continental.com Some validation errors are okay, others, maybe not so much. http://www.samanzerin.com/ I don&amp;#39;t even know where to start, figuratively or literally. http://www.wsdot.wa.gov/traffic/seattle/flowmaps/bridges.htm http://wsdot.wa.gov/traffic/ Nice to see consistency on here. :) http://www.toyjoy.com/ Only pop ups? Really...(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2008/11/14/top-10-web-mistakes-from-teched-emea.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6736643" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/web+design/default.aspx">web design</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/conferences/default.aspx">conferences</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/share/default.aspx">share</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/IE8/default.aspx">IE8</category></item><item><title>Going to California</title><link>http://weblogs.asp.net/topaspnetitems/archive/2008/10/22/going-to-california.aspx</link><pubDate>Wed, 22 Oct 2008 19:25:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6698229</guid><dc:creator>Tales from the Evil Empire</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=6698229</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2008/10/22/going-to-california.aspx#comments</comments><description>I’m flying to San Jose tonight for tomorrow’s OpenAjax Alliance face to face meeting , which Microsoft is hosting. On Friday, we are also hosting a new event that aims at establishing a dialogue between JavaScript library developers and Microsoft. We’ll have talks from the IE, Visual Studio and ASP.NET teams, as well as talks from members of the community. This should be very interesting. Then I’ll be flying to L.A. for the PDC . If you’re going to be there and want to chat, feel free to drop me a note at bleroy at Microsoft. I’ll be in the room during Stephen Walthers ’ session on jQuery and ASP.NET on Tuesday from 5:15 to 6:30 (403AB). I’ll also do a short demo in Scott Hunter ’s talk on the ASP.NET 4.0 Roadmap on Monday from 1:45 to 3:00...(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2008/10/22/going-to-california.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6698229" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/C_2300_/default.aspx">C#</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft+AJAX+Library/default.aspx">Microsoft AJAX Library</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/PDC/default.aspx">PDC</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/OpenAjax/default.aspx">OpenAjax</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/MVC/default.aspx">MVC</category></item><item><title>Alt.NET podcast on jQuery</title><link>http://weblogs.asp.net/topaspnetitems/archive/2008/10/08/alt-net-podcast-on-jquery.aspx</link><pubDate>Wed, 08 Oct 2008 04:56:57 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6665991</guid><dc:creator>Tales from the Evil Empire</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=6665991</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2008/10/08/alt-net-podcast-on-jquery.aspx#comments</comments><description>We had an interesting conversation with the good people from the Alt.NET podcast on jQuery and what it means for .NET developers. Check it out: http://altnetpodcast.com/episodes/11-jquery-in-asp.net Read More......(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2008/10/08/alt-net-podcast-on-jquery.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6665991" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft+AJAX+Library/default.aspx">Microsoft AJAX Library</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/jQuery/default.aspx">jQuery</category></item><item><title>jQuery now officially part of the .NET developer’s toolbox</title><link>http://weblogs.asp.net/topaspnetitems/archive/2008/09/29/jquery-now-officially-part-of-the-net-developer-s-toolbox.aspx</link><pubDate>Mon, 29 Sep 2008 04:23:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6646371</guid><dc:creator>Tales from the Evil Empire</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=6646371</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2008/09/29/jquery-now-officially-part-of-the-net-developer-s-toolbox.aspx#comments</comments><description>You may have read that from John Resig or Scott Guthrie . I’m very excited to announce that Microsoft has decided to ship, adopt and support using jQuery on top of ASP.NET. This may come as a surprise to some of you but I hope you’ll agree with me that it makes total sense. jQuery is a fantastic JavaScript library that focuses on DOM querying and manipulation, whereas the Microsoft Ajax Library focuses on building reusable components and interacting with ASP.NET web services. A lot has been written already on this new partnership so I’ll just go ahead and show some code that hopefully will show how great jQuery and ASP.NET AJAX work together. As my first piece of code using both frameworks, I’ve built a very simple plug-in for jQuery that instantiates...(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2008/09/29/jquery-now-officially-part-of-the-net-developer-s-toolbox.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6646371" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft+AJAX+Library/default.aspx">Microsoft AJAX Library</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/jQuery/default.aspx">jQuery</category></item><item><title>New tools to prevent SQL injection attacks</title><link>http://weblogs.asp.net/topaspnetitems/archive/2008/06/25/new-tools-to-prevent-sql-injection-attacks.aspx</link><pubDate>Wed, 25 Jun 2008 17:00:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:6323756</guid><dc:creator>&lt;a href="http://weblogs.asp.net/bleroy"&gt;Tales from the Evil Empire&lt;/a&gt;</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=6323756</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2008/06/25/new-tools-to-prevent-sql-injection-attacks.aspx#comments</comments><description>I&amp;#39;ve blogged in the past about injection attacks . Microsoft publishes additional new tools to detect and protect against injection attacks. The first tool, developed by HP, crawls web sites to automatically detect possible attacks, the second blocks dangerous requests from being executed, and the last one analyzes code to look for dangerous practice. http://www.microsoft.com/technet/security/advisory/954462.mspx Read More......(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2008/06/25/new-tools-to-prevent-sql-injection-attacks.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=6323756" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Security/default.aspx">Security</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/IIS/default.aspx">IIS</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/injection/default.aspx">injection</category></item><item><title>A honest recap of the IE8 meta-tag controversy</title><link>http://weblogs.asp.net/topaspnetitems/archive/2008/01/25/a-honest-recap-of-the-ie8-meta-tag-controversy.aspx</link><pubDate>Fri, 25 Jan 2008 20:43:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5652138</guid><dc:creator>&lt;a href="http://weblogs.asp.net/bleroy"&gt;Tales from the Evil Empire&lt;/a&gt;</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=5652138</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2008/01/25/a-honest-recap-of-the-ie8-meta-tag-controversy.aspx#comments</comments><description>This will affect all Web developers, which is precisely why the debate is very heated. Anyway, here's a honest recap of the issue. I tend to agree with the author's conclusion although that is obvisouly not the position of Microsoft... http://arstechnica.com/articles/paedia/ie8-super-standards-mode.ars http://arstechnica.com/articles/paedia/ie8-super-standards-mode.ars/2 Note: at the smallest signs of a flame war, I will close the comments on this post. Ars has a good forum and comment system where your voice is much more likely to be heard and endlessly contradicted. ;) Read More......(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2008/01/25/a-honest-recap-of-the-ie8-meta-tag-controversy.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5652138" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/HTML/default.aspx">HTML</category></item><item><title>Ajax usage survey among .NET developers</title><link>http://weblogs.asp.net/topaspnetitems/archive/2007/12/21/ajax-usage-survey-among-net-developers.aspx</link><pubDate>Sat, 22 Dec 2007 00:22:58 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5485246</guid><dc:creator>&lt;a href="http://weblogs.asp.net/bleroy"&gt;Tales from the Evil Empire&lt;/a&gt;</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=5485246</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2007/12/21/ajax-usage-survey-among-net-developers.aspx#comments</comments><description>Following the more open-sourcey informal study that was recently advertised on Ajaxian , Simone Chiaretta publishes and analyses the results of his own study that he recently made and that is aimed exclusively at .NET developers. While Richard Monson-Haefel's study is being made for the third consecutive year, which makes for some interesting trend information, Simone's analysis is more directly interesting to us. The differences between the results of both studies for .NET developers also goes a long way showing how such data crucially depends on who you're asking. Case in point, it's pretty clear that the intersection of Ajaxian readers and .NET developers is much more open-source-oriented ( not that there's anything wrong with that ) than...(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2007/12/21/ajax-usage-survey-among-net-developers.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5485246" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft+AJAX+Library/default.aspx">Microsoft AJAX Library</category></item><item><title>D'oh! I guess they didn't think about that one...</title><link>http://weblogs.asp.net/topaspnetitems/archive/2007/12/20/d-oh-i-guess-they-didn-t-think-about-that-one.aspx</link><pubDate>Thu, 20 Dec 2007 19:19:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:5479885</guid><dc:creator>&lt;a href="http://weblogs.asp.net/bleroy"&gt;Tales from the Evil Empire&lt;/a&gt;</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=5479885</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2007/12/20/d-oh-i-guess-they-didn-t-think-about-that-one.aspx#comments</comments><description>Too funny: http://nldd.lordabdul.net//12.html Read More......(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2007/12/20/d-oh-i-guess-they-didn-t-think-about-that-one.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=5479885" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Opera/default.aspx">Opera</category></item><item><title>Microsoft now in the OpenAjax steering comittee</title><link>http://weblogs.asp.net/topaspnetitems/archive/2007/10/09/microsoft-now-in-the-openajax-steering-comittee.aspx</link><pubDate>Tue, 09 Oct 2007 22:37:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:4513422</guid><dc:creator>&lt;a href="http://weblogs.asp.net/bleroy"&gt;Tales from the Evil Empire&lt;/a&gt;</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=4513422</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2007/10/09/microsoft-now-in-the-openajax-steering-comittee.aspx#comments</comments><description>Thanks to all members who voted. I'm looking forward to working with the other members. http://www.openajax.org/blogs/?p=41 Read More......(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2007/10/09/microsoft-now-in-the-openajax-steering-comittee.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4513422" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft+AJAX+Library/default.aspx">Microsoft AJAX Library</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/OpenAjax/default.aspx">OpenAjax</category></item><item><title>.NET framework: now with source code</title><link>http://weblogs.asp.net/topaspnetitems/archive/2007/10/03/net-framework-now-with-source-code.aspx</link><pubDate>Wed, 03 Oct 2007 16:49:00 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:4322058</guid><dc:creator>&lt;a href="http://weblogs.asp.net/bleroy"&gt;Tales from the Evil Empire&lt;/a&gt;</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=4322058</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2007/10/03/net-framework-now-with-source-code.aspx#comments</comments><description>Scott just announced it: http://weblogs.asp.net/scottgu/archive/2007/10/03/releasing-the-source-code-for-the-net-framework-libraries.aspx This will make debugging .NET apps a lot easier... Read More......(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2007/10/03/net-framework-now-with-source-code.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4322058" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/.NET/default.aspx">.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category></item><item><title>OpenAjax InteropFest 1.0: Microsoft's entry</title><link>http://weblogs.asp.net/topaspnetitems/archive/2007/09/21/openajax-interopfest-1-0-microsoft-s-entry.aspx</link><pubDate>Fri, 21 Sep 2007 19:21:16 GMT</pubDate><guid isPermaLink="false">c06e2b9d-981a-45b4-a55f-ab0d8bbfdc1c:4015562</guid><dc:creator>&lt;a href="http://weblogs.asp.net/bleroy"&gt;Tales from the Evil Empire&lt;/a&gt;</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://weblogs.asp.net/topaspnetitems/rsscomments.aspx?PostID=4015562</wfw:commentRss><comments>http://weblogs.asp.net/topaspnetitems/archive/2007/09/21/openajax-interopfest-1-0-microsoft-s-entry.aspx#comments</comments><description>Yesterday I got to write our entry in OpenAjax's InteropFest . The goal of this event is to demonstrate how different Ajax libraries can be parts of the OpenAjax ecosystem and interact with each other through the OpenAjax hub . The currently central feature of the hub is to expose a publish/subscribe message bus so that both producers and consumers of events can speak through a third party that is neutral to specific Ajax implementations. The OpenAjax Alliance provides a template for demo applications that shows a live data source feeding fake stock quotes through the hub to a visual component that then renders them. I've chosen to modify the live data source to be a Microsoft Ajax-style component. The visual component would not have been as...(&lt;a href="http://weblogs.asp.net/topaspnetitems/archive/2007/09/21/openajax-interopfest-1-0-microsoft-s-entry.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://weblogs.asp.net/aggbug.aspx?PostID=4015562" width="1" height="1"&gt;</description><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Atlas/default.aspx">Atlas</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft/default.aspx">Microsoft</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/JavaScript/default.aspx">JavaScript</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/Microsoft+AJAX+Library/default.aspx">Microsoft AJAX Library</category><category domain="http://weblogs.asp.net/topaspnetitems/archive/tags/OpenAjax/default.aspx">OpenAjax</category></item></channel></rss>