<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-8326030047163793770</id><updated>2009-11-13T01:45:56.681-08:00</updated><title type='text'>Dev-Kids Den</title><subtitle type='html'>Two geeks from the dev world</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><link rel='next' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default?start-index=26&amp;max-results=25'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>74</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-2983319317270202941</id><published>2008-11-23T16:44:00.001-08:00</published><updated>2008-11-23T16:44:14.133-08:00</updated><title type='text'>"The error indicates that IIS is not installed on the machine"</title><content type='html'>&lt;p&gt;Let's consider the example:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Fresh installation of Windows 2008 with Web Server role IIS and ASP.NET installed. &lt;/li&gt;    &lt;li&gt;A web application using AjaxToolkit &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;By default the Application Pool on IIS 7 is set to Integrated Pipeline, which does not work with AjaxToolkit and switching to Classic mode caused several issues:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;404.17 - File Not Found      &lt;br /&gt;Take a look on the 'handler' in the 'Detailed Error Information' - IIS treats .aspx file as a static content means ASP.NET is not installed on IIS with your application, and, definitely you need to register it for your site, but ..       &lt;br /&gt;&lt;/li&gt;    &lt;li&gt;aspnet_regiis.exe does not work well on IIS 7.0 (even with IIS 6.0 support installed) caused the &amp;quot;The error indicates that IIS is not installed on the machine ..&amp;quot; exception what means you need to use server features to install it instead of command line&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;The quickest solution here is to update ASPNET by using the features - with no changes on application pool go to server roles, uninstall and then install again ASPNET. Both the issues will be fixed.&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-2983319317270202941?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/2983319317270202941/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=2983319317270202941' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/2983319317270202941'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/2983319317270202941'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/11/error-indicates-that-iis-is-not.html' title='&amp;quot;The error indicates that IIS is not installed on the machine&amp;quot;'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-4600307723409221456</id><published>2008-10-26T22:37:00.001-07:00</published><updated>2008-10-27T18:22:33.649-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips/Tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='WSS/SharePoint'/><title type='text'>MOSS'07/WSS 3.0 Reuse existing Content database</title><content type='html'>&lt;p&gt;Reusing existing content database in WSS3.0 (WSS_Content_&amp;lt;&amp;lt;GUID&amp;gt;&amp;gt; by default) is very simple:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Create a new application (if no one still exists)&lt;/li&gt;    &lt;li&gt;Go to Central Administration &amp;gt; Application Management &amp;gt; Content Databases and change 'Web Application' to required&lt;/li&gt;    &lt;li&gt;Simply Add a content database.&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Simple. After these steps all previous site collections will be appeared and available for you.&lt;/p&gt;  &lt;p&gt;The only redundant object is new content database after the step 1. You can delete it too, but n&lt;em&gt;&lt;span class="Apple-style-span" style="font-style: normal;"&gt;otice that by deleting it from SharePoint configuration it still remains on SQL Server.&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-4600307723409221456?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/4600307723409221456/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=4600307723409221456' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/4600307723409221456'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/4600307723409221456'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/10/using-existing-content-database.html' title='MOSS&amp;#39;07/WSS 3.0 Reuse existing Content database'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-2098703790416956074</id><published>2008-10-26T22:07:00.001-07:00</published><updated>2008-10-28T03:50:09.423-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips/Tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='WSS/SharePoint'/><title type='text'>Restore SharePoint Content Database</title><content type='html'>&lt;p&gt;Recently we have hard drive on our SharePoint server failed remaining only.mdf files. Hopefully, restoration procedure is simple, here is:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Install WSS(MOSS) as you usually do (you do not need to restore configuration file, it's simply not needed and can cause some troubles if restoration is on complete different environment) &lt;/li&gt;    &lt;li&gt;Install features, packages and service packs (eg &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=4191A531-A2E9-45E4-B71E-5B0B17108BD2&amp;amp;displaylang=en"&gt;WSS SP1&lt;/a&gt;) &lt;/li&gt;    &lt;li&gt;Attach/restore content database &lt;/li&gt;    &lt;li&gt;Go to Central Administration &amp;gt; Application Management &amp;gt; Content databases and add the content database to required application. &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;UPDATE. Following links might be also useful:&lt;/p&gt;  &lt;p&gt;&amp;quot;Windows SharePoint Services use a preexisting database as the content database&amp;quot;   &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/888041"&gt;http://support.microsoft.com/kb/888041&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;How to back up and restore installations of Windows SharePoint ...   &lt;br /&gt;&lt;font size="1"&gt;[article describes how to back up Windows SharePoint Services content databases and restore the data to the same server where the backup was]&lt;/font&gt;    &lt;br /&gt;&lt;a href="http://support.microsoft.com/kb/833797"&gt;http://support.microsoft.com/kb/833797&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-2098703790416956074?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/2098703790416956074/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=2098703790416956074' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/2098703790416956074'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/2098703790416956074'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/10/restore-sharepointwss-30-from-db.html' title='Restore SharePoint Content Database'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-2565129758682800392</id><published>2008-10-26T19:45:00.001-07:00</published><updated>2008-10-26T19:45:38.448-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips/Tricks'/><title type='text'>Optimizing NHibernate</title><content type='html'>&lt;p&gt;&lt;a href="http://blog.eleutian.com/2007/08/25/NHibernateIsGreatUnlessYouWantToOptimize.aspx"&gt;NHibernate is great unless you want to optimise&lt;/a&gt; it. And that's sometimes means 'falling back from NHibernate', especially when&amp;#160; a huge report takes a very long built time by the reason of complicated application logic.&lt;/p&gt;  &lt;p&gt;The easiest way to quickly speed up it up to x10 or more times is to simply gather queries by SQL Profiler and make stored procedure!.. based on them, instead of refractoring application logic itself. Yeah, that's simple. And from the business perspective 10 seconds report much much better than 10 hours.&lt;/p&gt;  &lt;p&gt;Of course, it should not be overall, otherwise you simply break the idea of ORM. More over, it should be temporally used and good documented of used tables and fields. &lt;/p&gt;  &lt;p&gt;For other tips of&amp;#160; optimizing Performance of NHibernate follow the links &lt;a href="http://blog.eleutian.com/2007/08/25/NHibernateIsGreatUnlessYouWantToOptimize.aspx"&gt;1&lt;/a&gt; &lt;a href="http://blog.eleutian.com/2007/08/26/OptimizingNHibernatePt2.aspx"&gt;2&lt;/a&gt; &lt;a href="http://blog.eleutian.com/2007/08/26/OptimizingNHibernatePt3.aspx"&gt;3&lt;/a&gt; &lt;a href="http://blog.eleutian.com/2007/08/27/OptimizingNHibernatePt4.aspx"&gt;4&lt;/a&gt;&amp;#160;&lt;a href="http://www.codeproject.com/KB/database/NHibernate_Perf2.aspx"&gt;5&lt;/a&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-2565129758682800392?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/2565129758682800392/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=2565129758682800392' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/2565129758682800392'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/2565129758682800392'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/10/nhibernate.html' title='Optimizing NHibernate'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-6382766625012274092</id><published>2008-10-02T17:53:00.001-07:00</published><updated>2008-10-02T18:26:18.774-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips/Tricks'/><category scheme='http://www.blogger.com/atom/ns#' term='WSS/SharePoint'/><category scheme='http://www.blogger.com/atom/ns#' term='Coding standard'/><title type='text'>Starting SharePoint solution and planning your documentation</title><content type='html'>&lt;p&gt;I cant went by Michael's &lt;a href="http://laflour.spaces.live.com/blog/cns%217575E2FFC19135B4%211244.entry"&gt;valuable post&lt;/a&gt; about documenting of beginning SharePoint projects:&lt;/p&gt;  &lt;p&gt;...&amp;quot;When a new SharePoint project is about to start I use the following steps to design and plan solution &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Creating Vision/Scope &lt;/li&gt;    &lt;li&gt;Site structure and Navigation &lt;/li&gt;    &lt;li&gt;Use Case Scenarios &lt;/li&gt;    &lt;li&gt;Data Flow scenario &lt;/li&gt;    &lt;li&gt;Content location &lt;/li&gt;    &lt;li&gt;Site Collection Boundaries &lt;/li&gt;    &lt;li&gt;List of required features and site definitions &lt;/li&gt;    &lt;li&gt;Security: Roles and Permissions &lt;/li&gt;    &lt;li&gt;Page Wireframes: layouts and content types &lt;/li&gt;    &lt;li&gt;Targeting &lt;/li&gt;    &lt;li&gt;Search strategy &lt;/li&gt;    &lt;li&gt;Infrastructure Plan&amp;#160; &lt;/li&gt;    &lt;li&gt;Disaster Recovery &lt;/li&gt;    &lt;li&gt;Deployment plan&lt;/li&gt; &lt;/ol&gt;  &lt;ol&gt;&lt;/ol&gt;  &lt;p&gt;Take into account that SharePoint SDLC differs from standard development, and not all projects require those steps. &amp;quot;...&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font size="1"&gt;It's a deep copy of Michael blog's &lt;/font&gt;&lt;/em&gt;&lt;a href="http://laflour.spaces.live.com/blog/cns%217575E2FFC19135B4%211244.entry"&gt;&lt;em&gt;&lt;font size="1"&gt;post&lt;/font&gt;&lt;/em&gt;&lt;/a&gt;&lt;em&gt;&lt;font size="1"&gt; (&lt;/font&gt;&lt;a href="http://laflour.spaces.live.com/blog/cns%217575E2FFC19135B4%211244.entry"&gt;&lt;font size="1"&gt;check it for updates&lt;/font&gt;&lt;/a&gt;&lt;font size="1"&gt;)&lt;/font&gt;&lt;/em&gt;&lt;/p&gt;  &lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-6382766625012274092?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/6382766625012274092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=6382766625012274092' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/6382766625012274092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/6382766625012274092'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/10/starting-sharepoint-solution-and.html' title='Starting SharePoint solution and planning your documentation'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-8160328463085340842</id><published>2008-10-01T00:12:00.001-07:00</published><updated>2008-10-02T23:17:54.143-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>Visual Studio 2010 and .NET 4.0 announced</title><content type='html'>&lt;p&gt;REDMOND, Wash. — Sept. 29, 2008&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.microsoft.com/presspass/press/2008/sep08/09-29VS10PR.mspx"&gt;http://www.microsoft.com/presspass/press/2008/sep08/09-29VS10PR.mspx&lt;/a&gt;&lt;/p&gt;&lt;p&gt;...”Visual Studio 10 and .NET Framework 4.0, we are focused on the core pillars of developer experience, support for the latest platforms spanning client, server, services and devices, targeted experiences for specific application types, and &lt;u&gt;core architecture improvements&lt;/u&gt;. These pillars are designed specifically to meet the needs of developers, the teams that &lt;u&gt;drive the application life cycle from idea to delivery, and the customers that demand the highest quality applications across multiple platforms&lt;/u&gt;.”...&lt;/p&gt;&lt;p&gt;No certain description of .NET 4.0 features, but even on the list of features of Visual Studio 2010 it is clear that it makes development more interoperable and integrated (continues to line of &lt;a href="http://msdn.microsoft.com/en-us/vstudio/bb725993.aspx"&gt;Visual Studio Rosario&lt;/a&gt;).&lt;/p&gt;&lt;p&gt;And, interesting, do you know something valuable in other platforms, like Java, what .NET still does not have?&lt;/p&gt;&lt;p&gt;More links: &lt;a href="http://msdn.microsoft.com/en-us/vstudio/products/cc948977.aspx"&gt;Visual Studio 2010 and .NET Framework 4.0 Overview&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-8160328463085340842?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/8160328463085340842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=8160328463085340842' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8160328463085340842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8160328463085340842'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/10/visual-studio-2010-and-net-40-announced.html' title='Visual Studio 2010 and .NET 4.0 announced'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-8361314545174833506</id><published>2008-09-29T21:48:00.000-07:00</published><updated>2008-09-29T21:49:31.579-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips/Tricks'/><title type='text'>ScriptResource.axd 404 exception</title><content type='html'>After installing a web application on IIS 7 you get sometimes 404 exception with ScriptResource.axd handler without any obvious reason even if you have everything installed properly. The issue hides itself in application settings. Answer is simple - switch a pool of your application to Classic mode, and it backs to work.&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-8361314545174833506?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/8361314545174833506/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=8361314545174833506' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8361314545174833506'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8361314545174833506'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/09/scriptresourceaxd-404-exception.html' title='ScriptResource.axd 404 exception'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-8763006292764953020</id><published>2008-09-24T22:55:00.000-07:00</published><updated>2008-09-24T23:00:30.366-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='VB'/><category scheme='http://www.blogger.com/atom/ns#' term='C#'/><title type='text'>C# &lt;&gt; VB Differences</title><content type='html'>What if developer has strongly enough experience in one of TOP 2 .NET languages but never used another one. Been asked of this question found nice link descirbing most hidden differences between VB.NET and C# h&lt;a href="ttp://msmvps.com/blogs/kathleen/archive/2008/07/25/what-a-c-coder-should-know-before-they-write-vb-updated.aspx"&gt;ttp://msmvps.com/blogs/kathleen/archive/2008/07/25/what-a-c-coder-should-know-before-they-write-vb-updated.aspx&lt;/a&gt; not only from specification perspective.&lt;br /&gt;&lt;br /&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-8763006292764953020?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/8763006292764953020/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=8763006292764953020' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8763006292764953020'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8763006292764953020'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/09/c-vb-differences.html' title='C# &lt;&gt; VB Differences'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-8220641754272910727</id><published>2008-09-23T23:42:00.000-07:00</published><updated>2008-09-24T23:04:37.328-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='W2K8'/><title type='text'>Windows 2008 Server Core findings</title><content type='html'>After spending some time preparing presentation of Windows 2008 Core I discovered some points usually unclear after a quick view. Here they are:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Can you have IIS 7.0 on Windows 2008 Core: &lt;span style="font-weight: bold;"&gt;yes &lt;/span&gt;(with &lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/03/22/sc-enario-windows-web-2-0-server-2008.aspx"&gt;several limitations&lt;/a&gt;)&lt;/li&gt;&lt;li&gt;Can you install .NET Framework: &lt;span style="font-weight: bold; "&gt;no&lt;/span&gt; (hilarious, but, no)&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Can you install Microsoft SQL 2005: still &lt;span style="font-weight: bold; "&gt;no&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;Having no possibilty to install .NET FW &amp;amp; SQL 2005 simply means that:&lt;/div&gt;&lt;ul&gt;&lt;li&gt;Can you install ASP.NET :  &lt;span style="font-weight: bold;"&gt;no&lt;/span&gt;&lt;/li&gt;&lt;li&gt;Can you install Microsoft SharePoint: &lt;span style="font-weight: bold;"&gt;no &lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;li&gt;Can you install PowerShell: &lt;span style="font-weight: bold;"&gt;no&lt;/span&gt;&lt;br /&gt;&lt;/li&gt;&lt;/ul&gt;In this case Server Core is strongly server-role one, such as AD Domain Controller, Windows Backup, File Server and so on (&lt;span style="font-size:85%;"&gt;&lt;a href="http://www.trainsignaltraining.com/windows-server-2008-server-core-roles/2008-04-09/"&gt;http://www.trainsignaltraining.com/windows-server-2008-server-core-roles/2008-04-09/&lt;/a&gt;&lt;/span&gt;), not an business layer, what was initially expected.&lt;br /&gt;&lt;br /&gt;As a server-role it has tangible benefit benefits (&lt;span style="font-size:85%;"&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/03/21/sc-enarios-server-core-scenarios.asp"&gt;http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/03/21/sc-enarios-server-core-scenarios.asp&lt;/a&gt;x&lt;/span&gt;) even aside of 10 surprises of Windows 2008 Core (&lt;span style="font-size:85%;"&gt;&lt;a href="http://www.builderau.com.au/program/windows/soa/10-surprising-things-about-Windows-Server-2008/0,339024644,339292005,00.htm"&gt;http://www.builderau.com.au/program/windows/soa/10-surprising-things-about-Windows-Server-2008/0,339024644,339292005,00.htm&lt;/a&gt;&lt;/span&gt;) &lt;br /&gt;&lt;br /&gt;Finally, these are several helpful links:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Official Server Core blog - &lt;span style="font-size:85%;"&gt;&lt;a href="http://blogs.technet.com/server_core/"&gt;http://blogs.technet.com/server_core/&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;SC'enario: Windows Web 2.0 Server 2008 (IIS 7) -&lt;span style="font-size:85%;"&gt; &lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;a href="http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/03/22/sc-enario-windows-web-2-0-server-2008.aspx"&gt;http://blogs.dirteam.com/blogs/sanderberkouwer/archive/2008/03/22/sc-enario-windows-web-2-0-server-2008.aspx&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Windows Server 2008 Command Lines for Administrative Consoles &lt;span style="font-size:78%;"&gt;&lt;span style="font-size:85%;"&gt;&lt;a href="ttp://msmvps.com/blogs/ad/archive/2008/06/20/windows-server-2008-command-lines-for-administrative-consoles.aspx"&gt;http://msmvps.com/blogs/ad/archive/2008/06/20/windows-server-2008-command-lines-for-administrative-consoles.aspx&lt;/a&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-8220641754272910727?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/8220641754272910727/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=8220641754272910727' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8220641754272910727'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8220641754272910727'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/09/windows-2008-server-core-findings.html' title='Windows 2008 Server Core findings'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-5587113503520796803</id><published>2008-06-23T23:51:00.000-07:00</published><updated>2008-06-24T00:35:07.676-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WSS/SharePoint'/><title type='text'>WSS 3.0 Visual Studio 2008 Extensions</title><content type='html'>Microsoft released new version of one of the most usefull tools for WSS 3.0 - Visual Studio 2008 Extensions. Windows 2008 is also supported. Can be downloaded from here &lt;a href="http://www.microsoft.com/downloads/details.aspx?familyid=7BF65B28-06E2-4E87-9BAD-086E32185E68&amp;amp;displaylang=en"&gt;http://www.microsoft.com/downloads/details.aspx?familyid=7BF65B28-06E2-4E87-9BAD-086E32185E68&amp;amp;displaylang=en&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong&gt;Tip!&lt;/strong&gt; It's possible to install WSS 3.0 on Windows Vista using the &lt;a href="http://community.bamboosolutions.com/media/p/193.aspx"&gt;WSS Vista Launcher&lt;/a&gt;. Thanks to &lt;a href="http://community.bamboosolutions.com/members/Jonas-Nilsson/default.aspx"&gt;Jonas Nilsson&lt;/a&gt; following link contains detailed description how to do it: &lt;a href="http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx"&gt;http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-5587113503520796803?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/5587113503520796803/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=5587113503520796803' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/5587113503520796803'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/5587113503520796803'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/06/wss-30-visual-studio-2008-extensions.html' title='WSS 3.0 Visual Studio 2008 Extensions'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-8739667350763392522</id><published>2008-05-20T13:04:00.000-07:00</published><updated>2008-05-20T13:08:49.659-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web'/><category scheme='http://www.blogger.com/atom/ns#' term='WPF/E'/><category scheme='http://www.blogger.com/atom/ns#' term='WPF/WCF/WF'/><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>Silverlight (JavaScript and CLR) vs DHTML vs Flash (Flex) vs WPF vs Apollo vs Java (Swing)</title><content type='html'>&lt;p&gt;Have found the &lt;a href="http://bubblemark.com/"&gt;site&lt;/a&gt; provides a test to directly compare performance of different RIA frameworks/approaches in different browsers. The test implements simple 2D animation demo initially created in DHTML, then ported to Silverlight (WPF/e), Flex and WPF (XBAP). &lt;/p&gt;&lt;p&gt;The site location is  &lt;a href="http://bubblemark.com/"&gt;http://bubblemark.com/&lt;/a&gt;&lt;br /&gt;You can see the results here: &lt;a href="http://metalinkltd.com/?p=108"&gt;http://metalinkltd.com/?p=108&lt;/a&gt;&lt;/p&gt;&lt;p&gt;Briefly, WPF wins :)&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-8739667350763392522?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/8739667350763392522/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=8739667350763392522' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8739667350763392522'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8739667350763392522'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/05/silverlight-javascript-and-clr-vs-dhtml.html' title='Silverlight (JavaScript and CLR) vs DHTML vs Flash (Flex) vs WPF vs Apollo vs Java (Swing)'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-5118755650252020200</id><published>2008-05-13T05:41:00.000-07:00</published><updated>2008-05-13T12:19:25.905-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>Visual Studio 2008 and Framework 3.5 Service Pack 1</title><content type='html'>Scott Guthrie posted comprehensive article about feature improvements of Framework 3.5 SP1 and VS 2008 SP1:&lt;br /&gt;&lt;a href="http://weblogs.asp.net/scottgu/archive/2008/05/12/visual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2008/05/12/visual-studio-2008-and-net-framework-3-5-service-pack-1-beta.aspx&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Briefly,&lt;/span&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="FONT-WEIGHT: bold"&gt;VS 2008&lt;/span&gt; JavaScript has script formatting options, Intellisense also have been improved as performance of HTML Designer as some VB and C# improvements in dev/debug mode. &lt;span style="FONT-WEIGHT: bold"&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="FONT-WEIGHT: bold"&gt;WPF &lt;/span&gt;is greatly improved in performance, includes several data binding and editing improvements to WPF, effects and interoperability with Direct3D. &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="FONT-WEIGHT: bold"&gt;ASP.NET AJAX&lt;/span&gt; also has additional support: Script Combining element and Back/Forward Button History. &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="FONT-WEIGHT: bold"&gt;ADO.NET&lt;/span&gt; Entity Framework and LINQ to Entities have been included into NET 3.5 SP1, at last!, as &lt;/span&gt;&lt;a href="http://astoria.mslivelabs.com/"&gt;&lt;span style="font-size:85%;"&gt;Data Services&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:85%;"&gt;, formerly code-named "&lt;/span&gt;&lt;a href="http://astoria.mslivelabs.com/"&gt;&lt;span style="font-size:85%;"&gt;Astoria&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:85%;"&gt;". &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="FONT-WEIGHT: bold"&gt;ASP.NET&lt;/span&gt; includes Routing Engine (System.Web.Routing) and dynamic data (&lt;/span&gt;&lt;a href="http://www.infoq.com/news/2007/12/aspnet-dynamic-data"&gt;&lt;span style="font-size:85%;"&gt;Scaffolding Support&lt;/span&gt;&lt;/a&gt;&lt;span style="font-size:85%;"&gt;). &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="FONT-WEIGHT: bold"&gt;Winforms &lt;/span&gt;receives additional elements - vector shape, printing, and DataRepeater. &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="FONT-WEIGHT: bold"&gt;SQL 2008&lt;/span&gt; supported. &lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="FONT-WEIGHT: bold"&gt;WCF&lt;/span&gt; has new Hosting Wizard, significant scalability improvements (5-10x) in Web-hosted application scenarios, with API usability improvements and debugging support in partial trust context.&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-5118755650252020200?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/5118755650252020200/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=5118755650252020200' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/5118755650252020200'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/5118755650252020200'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/05/visual-studio-2008-and-framework-35.html' title='Visual Studio 2008 and Framework 3.5 Service Pack 1'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-4976413088314461978</id><published>2008-03-15T06:00:00.001-07:00</published><updated>2008-03-15T14:35:33.270-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>Google your way to a wacky office</title><content type='html'>&lt;a href="http://news.bbc.co.uk/1/hi/technology/7290322.stm"&gt;http://news.bbc.co.uk/1/hi/technology/7290322.stm&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;You dont' know what to do with your IT department's mood? :) The Ambience can be the way, and Google rocks in this area, shown by example on how to "design of its new European engineering headquarters in Zurich Switzerland".&lt;br /&gt;&lt;a href="http://news.bbc.co.uk/1/hi/technology/7290322.stm"&gt;&lt;br /&gt;&lt;img src="http://newsimg.bbc.co.uk/media/images/44487000/jpg/_44487362_googleslide_512.jpg" name="holdingImage" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;em&gt;&lt;span style="font-size:78%;"&gt;Thanks Michael for the link&lt;/span&gt;&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-4976413088314461978?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/4976413088314461978/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=4976413088314461978' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/4976413088314461978'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/4976413088314461978'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2008/03/google-your-way-to-wacky-office.html' title='Google your way to a wacky office'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-1715750384996139220</id><published>2007-11-02T02:51:00.000-07:00</published><updated>2007-11-02T03:01:45.195-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Tips/Tricks'/><title type='text'>Hard Drive Speed and Visual Studio Performance</title><content type='html'>&lt;p&gt;.. "People often ask me at conferences for PC hardware recommendations. Specifically - "what type of machine do you recommend I get for doing development with Visual Studio?" and/or "your laptop seems really fast, what type is it?" Some of my recommendations on this topic are fairly standard and obvious" ...&lt;/p&gt;&lt;p&gt;Read more here: &lt;a href="http://weblogs.asp.net/scottgu/archive/2007/11/01/tip-trick-hard-drive-speed-and-visual-studio-performance.aspx"&gt;http://weblogs.asp.net/scottgu/archive/2007/11/01/tip-trick-hard-drive-speed-and-visual-studio-performance.aspx&lt;/a&gt;&lt;/p&gt;&lt;em&gt;ps. useful tips especially when developing takes a place on a customer side on old notebook )&lt;/em&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-1715750384996139220?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/1715750384996139220/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=1715750384996139220' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/1715750384996139220'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/1715750384996139220'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2007/11/hard-drive-speed-and-visual-studio.html' title='Hard Drive Speed and Visual Studio Performance'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-7902617722648183394</id><published>2007-10-30T03:14:00.000-07:00</published><updated>2007-10-30T03:24:00.613-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WPF/WCF/WF'/><title type='text'>Acropolis will be a part of framework?</title><content type='html'>Seems like Acropolis is going to next versions of Framework, but his existence as a standalone project is over.&lt;br /&gt;&lt;br /&gt;Ream more ...&lt;br /&gt;&lt;a href="http://blogs.msdn.com/acropolis/archive/2007/10/29/An-Acropolis-Update.aspx"&gt;http://blogs.msdn.com/acropolis/archive/2007/10/29/An-Acropolis-Update.aspx&lt;/a&gt;&lt;br /&gt;..."We are very excited to be entering the next phase of the project where we will begin to roll many of the Acropolis concepts &lt;em&gt;into future versions of the .NET Framework&lt;/em&gt; for the desktop and Silverlight. Unfortunately, while we figure out exactly how to go about this, &lt;em&gt;we have decided not to release any more Acropolis CTP's.&lt;/em&gt; We're going to keep the current CTP bits available to allow you to continue prototyping and evaluating the Acropolis concepts."...&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-7902617722648183394?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/7902617722648183394/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=7902617722648183394' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/7902617722648183394'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/7902617722648183394'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2007/10/acropolis-will-be-part-of-framework.html' title='Acropolis will be a part of framework?'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-4359714091145079651</id><published>2007-08-30T15:54:00.000-07:00</published><updated>2007-08-30T15:58:39.469-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Orcas'/><title type='text'>.NET 3.X setup instructions</title><content type='html'>&lt;p&gt;I have discover setup instructions for those who need some tips on setting up environment to work with the latest technologies:&lt;/p&gt;&lt;p&gt;&lt;a href="http://www.dasblonde.net/2007/08/14/SystemSetupForNET30AndNET35.aspx"&gt;http://www.dasblonde.net/2007/08/14/SystemSetupForNET30AndNET35.aspx&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-4359714091145079651?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/4359714091145079651/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=4359714091145079651' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/4359714091145079651'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/4359714091145079651'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2007/08/net-3x-setup-instructions.html' title='.NET 3.X setup instructions'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-7531155353621106603</id><published>2007-07-18T06:58:00.000-07:00</published><updated>2007-07-18T07:08:54.132-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Internet'/><title type='text'>ASP.NET vs PHP</title><content type='html'>Allen Harkleroad and Jason Sexton wrote good article about comparition of ASP.NET and PHP. Considered estimation provided for availability, ease to develop, support, efficiency and hosting cost.&lt;br /&gt;&lt;br /&gt;See there: &lt;a href="http://www.technoblogo.com/2007/07/17/PHP+Versus+Microsoft+ASPnet++A+Straightforward+Comparison.aspx"&gt;http://www.technoblogo.com/2007/07/17/PHP+Versus+Microsoft+ASPnet++A+Straightforward+Comparison.aspx&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:78%;"&gt;&lt;em&gt;In short, ASP.NET wins!&lt;/em&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-7531155353621106603?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/7531155353621106603/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=7531155353621106603' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/7531155353621106603'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/7531155353621106603'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2007/07/aspnet-vs-php.html' title='ASP.NET vs PHP'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-9020611635191270238</id><published>2007-07-06T07:23:00.001-07:00</published><updated>2007-07-06T07:28:07.135-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Fun'/><title type='text'>Useful Tip</title><content type='html'>Just to remember :)&lt;br /&gt;&lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=322910"&gt;&lt;img id="BLOGGER_PHOTO_ID_5084090192201387202" style="DISPLAY: block; MARGIN: 0px auto 10px; CURSOR: hand; TEXT-ALIGN: center" alt="" src="http://2.bp.blogspot.com/_anWu4oD8jvg/Ro5RF9g2DMI/AAAAAAAAAAw/IplsO6R1VSM/s320/vstip.bmp" border="0" /&gt;&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-9020611635191270238?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/9020611635191270238/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=9020611635191270238' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/9020611635191270238'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/9020611635191270238'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2007/07/useful-tip.html' title='Useful Tip'/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://2.bp.blogspot.com/_anWu4oD8jvg/Ro5RF9g2DMI/AAAAAAAAAAw/IplsO6R1VSM/s72-c/vstip.bmp' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-8289380871849421125</id><published>2007-07-02T12:51:00.000-07:00</published><updated>2007-07-02T12:55:44.109-07:00</updated><title type='text'></title><content type='html'>Microsoft .NET Framework 3.5 June 2007 Community Technology Preview (CTP) has been released:&lt;br /&gt;&lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=e6fd8663-8b77-4649-8d36-3830e18528fa"&gt;http://www.microsoft.com/downloads/details.aspx?FamilyID=e6fd8663-8b77-4649-8d36-3830e18528fa&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Quick short about what's new:&lt;br /&gt;&lt;ul&gt;&lt;li&gt;Deep integration of Language Integrated Query (LINQ) and data awareness. &lt;/li&gt;&lt;li&gt;ASP.NET AJAX improvements.&lt;/li&gt;&lt;li&gt;New Web protocol support for building WCF services including AJAX, JSON, REST, POX, RSS, ATOM, and several new WS-* standards. &lt;/li&gt;&lt;li&gt;Full tooling support for WF, WCF, and WPF, including the new workflow-enabled services technology. &lt;/li&gt;&lt;li&gt;New classes in .NET Framework 3.5 base class library (BCL) address the most common customer requests.&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-8289380871849421125?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/8289380871849421125/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=8289380871849421125' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8289380871849421125'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8289380871849421125'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2007/07/microsoft.html' title=''/><author><name>Alex Meleta</name><uri>http://www.blogger.com/profile/18314394021212817371</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='05678429393339344468'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-8497858651929576221</id><published>2007-07-02T06:51:00.001-07:00</published><updated>2007-07-02T06:51:34.784-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>What's new in SQL 2008 on microsoft eLearning</title><content type='html'>&lt;p&gt;The new course about new SQL Server 2008 features was published: &lt;a title="http://msmvps.com/blogs/satheeshbabu/archive/2007/07/02/what-s-new-in-microsoft-174-sql-server-2008.aspx" href="http://msmvps.com/blogs/satheeshbabu/archive/2007/07/02/what-s-new-in-microsoft-174-sql-server-2008.aspx"&gt;http://msmvps.com/blogs/satheeshbabu/archive/2007/07/02/what-s-new-in-microsoft-174-sql-server-2008.aspx&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-8497858651929576221?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/8497858651929576221/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=8497858651929576221' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8497858651929576221'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8497858651929576221'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2007/07/what-new-in-sql-2008-on-microsoft.html' title='What&amp;#39;s new in SQL 2008 on microsoft eLearning'/><author><name>Michael Nemtsev</name><uri>http://www.blogger.com/profile/17163601471084244749</uri><email>michael@mvps.remove_it.org</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03888041917765667272'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-7741413706021383356</id><published>2007-07-02T06:44:00.001-07:00</published><updated>2007-07-02T06:44:50.098-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='General'/><title type='text'>VS for Testers Resource</title><content type='html'>&lt;p&gt;Ed published a great collection of resources for VS Team System for Testers&lt;/p&gt; &lt;p&gt;Read it there &lt;a title="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1177487&amp;amp;SiteID=1" href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1177487&amp;amp;SiteID=1"&gt;http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=1177487&amp;amp;SiteID=1&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-7741413706021383356?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/7741413706021383356/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=7741413706021383356' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/7741413706021383356'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/7741413706021383356'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2007/07/vs-for-testers-resource.html' title='VS for Testers Resource'/><author><name>Michael Nemtsev</name><uri>http://www.blogger.com/profile/17163601471084244749</uri><email>michael@mvps.remove_it.org</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03888041917765667272'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-8406931626376382102</id><published>2007-06-30T10:52:00.001-07:00</published><updated>2007-06-30T10:52:29.071-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web'/><title type='text'>Overcome security threats for Ajax applications</title><content type='html'>&lt;p&gt;Recommend to read the &lt;a href="http://www.ibm.com/developerworks/web/library/x-ajaxsecurity.html?ca=drs-" target="_blank"&gt;following article&lt;/a&gt; which describes the possible threats for AJAX apps and the way to secure them.&lt;/p&gt; &lt;p&gt;The main parts of article are:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;Avoiding the same-origin policy: JSON and the dynamic script tag  &lt;li&gt;Avoiding the same-origin policy: Ajax proxy  &lt;li&gt;Avoiding the same-origin policy: Greasemonkey  &lt;li&gt;&lt;a&gt;Examining attack scenarios&lt;/a&gt;  &lt;li&gt;&lt;a&gt;Recommended best practices&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-8406931626376382102?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/8406931626376382102/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=8406931626376382102' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8406931626376382102'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/8406931626376382102'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2007/06/overcome-security-threats-for-ajax.html' title='Overcome security threats for Ajax applications'/><author><name>Michael Nemtsev</name><uri>http://www.blogger.com/profile/17163601471084244749</uri><email>michael@mvps.remove_it.org</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03888041917765667272'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-3810229068605244906</id><published>2007-06-13T02:50:00.001-07:00</published><updated>2007-06-13T02:50:34.142-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web'/><title type='text'>Call client-side JS when UpdatePanel request is over</title><content type='html'>&lt;p&gt;Good sample described how to make client JS calls after UpdatePanel completed its work &lt;a title="http://blog.jeromeparadis.com/archive/2007/03/01/1501.aspx" href="http://blog.jeromeparadis.com/archive/2007/03/01/1501.aspx"&gt;http://blog.jeromeparadis.com/archive/2007/03/01/1501.aspx&lt;/a&gt;&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-3810229068605244906?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/3810229068605244906/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=3810229068605244906' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/3810229068605244906'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/3810229068605244906'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2007/06/call-client-side-js-when-updatepanel.html' title='Call client-side JS when UpdatePanel request is over'/><author><name>Michael Nemtsev</name><uri>http://www.blogger.com/profile/17163601471084244749</uri><email>michael@mvps.remove_it.org</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03888041917765667272'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-6246090729543149085</id><published>2007-06-12T05:07:00.001-07:00</published><updated>2007-06-12T05:07:31.058-07:00</updated><title type='text'>Web developer system tools set</title><content type='html'>&lt;p&gt;A good system tools set for the web developer: &lt;a title="http://www.pluralsight.com/tools.aspx" href="http://www.pluralsight.com/tools.aspx"&gt;http://www.pluralsight.com/tools.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;Includes:&lt;/p&gt; &lt;ul&gt; &lt;li&gt;ASP.NET Pipeline Viewer  &lt;li&gt;ASP.NET Security Context Viewer  &lt;li&gt;ViewState decoder  &lt;li&gt;MachineKey Generator  &lt;li&gt;Interactive XPath Expression Builder  &lt;li&gt;JS XML Schema validator  &lt;li&gt;Interactive Window Station / Desktop DACL Editor  &lt;li&gt;and etc&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-6246090729543149085?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/6246090729543149085/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=6246090729543149085' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/6246090729543149085'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/6246090729543149085'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2007/06/web-developer-system-tools-set.html' title='Web developer system tools set'/><author><name>Michael Nemtsev</name><uri>http://www.blogger.com/profile/17163601471084244749</uri><email>michael@mvps.remove_it.org</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03888041917765667272'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-8326030047163793770.post-498113420133215372</id><published>2007-06-03T08:22:00.001-07:00</published><updated>2007-06-03T08:23:10.367-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Web'/><title type='text'>Using Selenium + FitNesse to test your web app</title><content type='html'>&lt;p&gt;In the &lt;a href="http://gojko.net/2007/05/20/automating-web-tests-with-fitnesse-and-selenium" target="_blank"&gt;current article&lt;/a&gt; the Selenium and FitNesse tools are reviewed in the aspect of automating web tests. Author shows the sample of how to use them in the&amp;nbsp;real world.&lt;/p&gt; &lt;p&gt;Read good article.&lt;/p&gt;&lt;div class="blogger-post-footer"&gt;(c)2007 "DevKids" by Alex &amp; Michael&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8326030047163793770-498113420133215372?l=devkids.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devkids.blogspot.com/feeds/498113420133215372/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=8326030047163793770&amp;postID=498113420133215372' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/498113420133215372'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/8326030047163793770/posts/default/498113420133215372'/><link rel='alternate' type='text/html' href='http://devkids.blogspot.com/2007/06/using-selenium-fitnesse-to-test-your.html' title='Using Selenium + FitNesse to test your web app'/><author><name>Michael Nemtsev</name><uri>http://www.blogger.com/profile/17163601471084244749</uri><email>michael@mvps.remove_it.org</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='03888041917765667272'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>