<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.estatic.org/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>BusinessRx Community</title><link>http://blogs.estatic.org/blogs/default.aspx</link><description>&lt;P&gt;Dedicated to the advancement&amp;nbsp;of software, technology and the people who devote their lives to it.&lt;/P&gt;</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.1)</generator><item><title>Visual Studio 2010 Keyboard Shortcuts</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/29/visual-studio-2010-keyboard-shortcuts.aspx</link><pubDate>Thu, 29 Jul 2010 08:51:51 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4699</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>Earlier this week the Visual Studio team released updated VS 2010 Keyboard Shortcut Posters .&amp;#160; These posters are print-ready documents (that now support standard paper sizes), and provide nice “cheat sheet” tables that can help you quickly lookup (and eventually memorize) common keystroke commands within Visual Studio. This week’s updated posters incorporate a number of improvements: Letter-sized (8.5”x11”) print ready versions are now available A4-sized (210x297mm) print ready versions are...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/29/visual-studio-2010-keyboard-shortcuts.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4699" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Links to Scott Guthrie's Using LINQ to SQL Tutorials</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/27/links-to-scott-guthrie-s-using-linq-to-sql-tutorials.aspx</link><pubDate>Tue, 27 Jul 2010 19:56:00 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4695</guid><dc:creator>Scott On Writing.NET</dc:creator><slash:comments>0</slash:comments><description>Back when Visual Studio 2008 came out, Scott Guthrie wrote an excellent series of blog posts on using LINQ to SQL . Unfortunately, the various installments are not easy to follow when starting from Part 1 and going onward, so I've decided to gather and organize the links here for myself and for anyone else interested in his tutorial. Using LINQ to SQL Part 1: Introduction to LINQ to SQL Part 2: Defining our Data Model Classes Part 3: Querying our Database Part 4: Updating our Database Part 5: Binding...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/27/links-to-scott-guthrie-s-using-linq-to-sql-tutorials.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4695" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET+Talk/default.aspx">ASP.NET Talk</category></item><item><title>Introducing ASP.NET MVC 3 (Preview 1)</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/27/introducing-asp-net-mvc-3-preview-1.aspx</link><pubDate>Tue, 27 Jul 2010 16:06:23 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4690</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>This morning we posted the “Preview 1” release of ASP.NET MVC 3.&amp;#160; You can download it here . We’ve used an iterative development approach from the very beginning of the ASP.NET MVC project, and deliver regular preview drops throughout the development cycle.&amp;#160; Our goal with early preview releases like the one today is to get feedback – both on what you like/dislike, and what you find missing/incomplete.&amp;#160; This feedback is super valuable – and ultimately makes the final product much, much...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/27/introducing-asp-net-mvc-3-preview-1.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4690" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/MVC/default.aspx">MVC</category></item><item><title>Entity Framework 4 “Code-First”: Custom Database Schema Mapping</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/23/entity-framework-4-code-first-custom-database-schema-mapping.aspx</link><pubDate>Fri, 23 Jul 2010 16:36:01 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4691</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>Last week I blogged about the new Entity Framework 4 “code first” development option.&amp;#160; The EF “code-first” option enables a pretty sweet code-centric development workflow for working with data.&amp;#160; It enables you to: Develop without ever having to open a designer or define an XML mapping file Define model objects by simply writing “plain old classes” with no base classes required Use a “convention over configuration” approach that enables database persistence without explicitly configuring...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/23/entity-framework-4-code-first-custom-database-schema-mapping.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4691" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/LINQ/default.aspx">LINQ</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>VS 2010 Productivity Power Tools Update (with some cool new features)</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/20/vs-2010-productivity-power-tools-update-with-some-cool-new-features.aspx</link><pubDate>Tue, 20 Jul 2010 06:18:15 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4692</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>Last month I blogged about the VS 2010 Productivity Power Tools Extensions – a free set of Visual Studio 2010 extensions that provide some really nice additional functionality. The initial Visual Studio Productivity Power Tools release included a bunch of really useful productivity enhancements – including a much faster “Add Reference” dialog, lots of code editor additions and enhancements, and some nice IDE improvements around document tab management.&amp;#160; You can learn more about these features...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/20/vs-2010-productivity-power-tools-update-with-some-cool-new-features.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4692" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>A Review of Desktop / Screen Sharing Software</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/17/a-review-of-desktop-screen-sharing-software.aspx</link><pubDate>Sat, 17 Jul 2010 20:32:00 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4696</guid><dc:creator>Scott On Writing.NET</dc:creator><slash:comments>0</slash:comments><description>I work as an independent consultant and trainer. Most of my business involves me meeting with clients (in person or online), discussing their needs, and then building a new application or enhancing an existing one from my own desktop. However, a growing part of my business has been what I call "online consulting and training," which involves me using screen sharing software to remote into the client's computer. The client is seated at his computer and we are on the phone and during these meetings...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/17/a-review-of-desktop-screen-sharing-software.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4696" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category></item><item><title>Code-First Development with Entity Framework 4</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx</link><pubDate>Fri, 16 Jul 2010 11:35:12 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4693</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>.NET 4 ships with a much improved version of Entity Framework (EF) – a data access library that lives in the System.Data.Entity namespace. When Entity Framework was first introduced with .NET 3.5 SP1, developers provided a lot of feedback on things they thought were incomplete with that first release.&amp;#160; The SQL team did a good job of listening to this feedback, and really focused the EF that ships with .NET 4 on addressing it.&amp;#160; Some of the big improvements in EF4 include: POCO Support: You...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/16/code-first-development-with-entity-framework-4.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4693" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/MVC/default.aspx">MVC</category></item><item><title>Windows Phone 7 Developer Tools Beta Released</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/13/windows-phone-7-developer-tools-beta-released.aspx</link><pubDate>Tue, 13 Jul 2010 05:38:48 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4694</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>Earlier today we shipped the beta of the Windows Phone 7 Developer Tools.&amp;#160; You can download them here . What is included in the Windows Phone Developer Tools The Windows Phone Developer Tools Beta includes: Visual Studio 2010 Express for Windows Phone – a new free, express edition of Visual Studio 2010 Express Blend for Windows Phone – a new free, edition of Blend focused on Windows Phone 7 development Silverlight for Windows Phone 7 XNA Game Studio for Windows Phone 7 Integrated with the development...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/13/windows-phone-7-developer-tools-beta-released.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4694" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Silverlight/default.aspx">Silverlight</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Windows+Phone/default.aspx">Windows Phone</category></item><item><title>HOWTO: Update Records in a Database Table With Data From Another Table (MS SQL Server)</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/13/howto-update-records-in-a-database-table-with-data-from-another-table-ms-sql-server.aspx</link><pubDate>Tue, 13 Jul 2010 04:01:00 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4697</guid><dc:creator>Scott On Writing.NET</dc:creator><slash:comments>0</slash:comments><description>SQL's UPDATE statement makes it easy to update one or more records in a database table. The most common UPDATE statement pattern assigns static or parameterized values to one or more columns: UPDATE MyTable SET Column1 = Value1, Column2 = Value2, ... WHERE PrimaryKeyColumn = SomeValue But what if you need to update values in one database table from values in another database table? There are a couple ways this can be done. One way is to use a subquery: UPDATE MyTable SET Column1 = (SELECT SomeColumn...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/13/howto-update-records-in-a-database-table-with-data-from-another-table-ms-sql-server.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4697" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/SQL/default.aspx">SQL</category></item><item><title>July 9th Links: ASP.NET, ASP.NET MVC, jQuery, Silverlight, WPF, VS 2010</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/09/july-9th-links-asp-net-asp-net-mvc-jquery-silverlight-wpf-vs-2010.aspx</link><pubDate>Fri, 09 Jul 2010 07:33:23 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4688</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>Here is the latest in my link-listing series .&amp;#160; Also check out my VS 2010 and .NET 4 series and ASP.NET MVC 2 series for other on-going blog series I’m working on. [In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] ASP.NET Extending ASP.NET Output Caching : Scott Mitchell has a nice article that discusses how to take advantage of ASP.NET 4’s extensible cache provider API to implement richer output caching mechanisms.&amp;#160;...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/09/july-9th-links-asp-net-asp-net-mvc-jquery-silverlight-wpf-vs-2010.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4688" width="1" height="1"&gt;</description></item><item><title>Introducing WebMatrix</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/06/introducing-webmatrix.aspx</link><pubDate>Tue, 06 Jul 2010 19:39:13 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4686</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>Last week I published several blog posts that covered some new web development technologies we are releasing: IIS Developer Express : A lightweight web-server that is simple to setup, free, works with all versions of Windows, and is compatible with the full IIS 7.5. SQL Server Compact Edition : A lightweight file-based database that is simple to setup, free, can be embedded within your ASP.NET applications, supports low-cost hosting environments, and enables databases to be optionally migrated to...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/06/introducing-webmatrix.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4686" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Determining an ASP.NET Page's View State Footprint</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/06/determining-an-asp-net-page-s-view-state-footprint.aspx</link><pubDate>Tue, 06 Jul 2010 19:35:00 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4687</guid><dc:creator>Scott On Writing.NET</dc:creator><slash:comments>0</slash:comments><description>ASP.NET view state is the technique used by an ASP.NET Web page to persist changes to the state of a Web Form across postbacks. The view state of a page is, by default, placed in a hidden form field named __VIEWSTATE, and can easily get very large. Not only does the __VIEWSTATE form field cause slower downloads, but, whenever the user posts back the Web page, the contents of this hidden form field must be posted back in the HTTP request, thereby lengthening the request time, as well. Because view...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/06/determining-an-asp-net-page-s-view-state-footprint.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4687" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET+Talk/default.aspx">ASP.NET Talk</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET+View+State/default.aspx">ASP.NET View State</category></item><item><title>Introducing “Razor”</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/07/03/introducing-razor.aspx</link><pubDate>Sat, 03 Jul 2010 06:01:57 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4683</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>One of the things my team has been working on has been a new view engine option for ASP.NET. ASP.NET MVC has always supported the concept of “view engines” – which are the pluggable modules that implement different template syntax options.&amp;#160; The “default” view engine for ASP.NET MVC today uses the same .aspx/.ascx/.master file templates as ASP.NET Web Forms.&amp;#160; Other popular ASP.NET MVC view engines used today include Spark and NHaml . The new view-engine option we’ve been working on is optimized...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/07/03/introducing-razor.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4683" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/MVC/default.aspx">MVC</category></item><item><title>New Embedded Database Support with ASP.NET</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/06/30/new-embedded-database-support-with-asp-net.aspx</link><pubDate>Thu, 01 Jul 2010 01:33:39 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4682</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>Earlier this week I blogged about IIS Express , and discussed some of the work we are doing to make ASP.NET development easier from a Web Server perspective. In today’s blog post I’m going to continue the simplicity theme, and discuss some of the work we are also doing to enable developers to quickly get going with database development.&amp;#160; In particular, I’m pleased to announce that we’ve just completed the engineering work that enables Microsoft’s free SQL Server Compact Edition (SQL CE) database...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/06/30/new-embedded-database-support-with-asp-net.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4682" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Silverlight PivotViewer Now Available</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/06/29/silverlight-pivotviewer-now-available.aspx</link><pubDate>Wed, 30 Jun 2010 03:58:30 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4679</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>Three months ago at MIX we announced and first demoed the Silverlight PivotViewer control. The Silverlight PivotViewer control enables you to visualize thousands of objects at once, and sort and browse data in a way that helps you see trends and quickly find what you’re looking for. It’s ability to compare information, and navigate it in a way that feels natural and fast, is really unrivaled in the market today.&amp;#160; PivotViewer is one of those technologies that’s way better experienced than described.&amp;#160;...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/06/29/silverlight-pivotviewer-now-available.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4679" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Silverlight/default.aspx">Silverlight</category></item><item><title>Introducing IIS Express</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/06/29/introducing-iis-express.aspx</link><pubDate>Tue, 29 Jun 2010 06:02:00 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4678</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>Developers today build and test ASP.NET sites and applications using one of two web-servers: The ASP.NET Development Server that comes built-into Visual Studio The IIS Web Server that comes built-into Windows Both of the above options have their pros and cons, and many ASP.NET developers have told us: “I wish I could have the ease of use of the ASP.NET Development Server, but still have all the power and features of IIS”.&amp;#160; Today I’m happy to announce a new, free option that we are enabling –...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/06/29/introducing-iis-express.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4678" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/IIS7/default.aspx">IIS7</category></item><item><title>Patch for Cut/Copy “Insufficient Memory” issue with VS 2010</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/06/27/patch-for-cut-copy-insufficient-memory-issue-with-vs-2010.aspx</link><pubDate>Sun, 27 Jun 2010 22:03:58 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4677</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>We’ve received several reports of an occasional issue occurring with VS 2010 when developers try and do “Cut” or “Copy” text operations of text.&amp;#160; In some cases VS incorrectly calculates that not enough memory is available (even though there is memory available) and displays the following error message: &amp;quot;Insufficient available memory to meet the expected demands of an operation at this time, possibly due to virtual address space fragmentation. Please try again later.&amp;quot; There is now a...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/06/27/patch-for-cut-copy-insufficient-memory-issue-with-vs-2010.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4677" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>I'll be speaking at the SoCal Code Camp this Weekend</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/06/22/i-ll-be-speaking-at-the-socal-code-camp-this-weekend.aspx</link><pubDate>Tue, 22 Jun 2010 23:06:00 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4676</guid><dc:creator>Scott On Writing.NET</dc:creator><slash:comments>0</slash:comments><description>The SoCal Code Camp is coming to San Diego, California this weekend, June 26th and 27th. This free event boasts nearly 100 talks given by dozens of speakers from around the area covering a wide swath of interesting technology-related topics. This year the Code Camp is hosted at the beautiful UC-San Diego campus . I will be presenting two talks: Take Control of Your Website's URLs with ASP.NET Routing - Sunday, June 27th, 9:00 AM, Rm 101 Did you know that ASP.NET has a powerful URL routing framework...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/06/22/i-ll-be-speaking-at-the-socal-code-camp-this-weekend.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4676" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET+Talk/default.aspx">ASP.NET Talk</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET+MVC/default.aspx">ASP.NET MVC</category></item><item><title>Preview of MSDN Library Changes</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/06/15/preview-of-msdn-library-changes.aspx</link><pubDate>Tue, 15 Jun 2010 17:38:58 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4670</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>The MSDN team has been working some potential changes to the online MSDN Library designed to help streamline the navigation experience and make it easier to find the .NET Framework information you need. To solicit feedback on the proposed changes while they are still in development, they’ve posted a preview version of some proposed changes to a new MSDN Library Preview site which you can check out.&amp;#160; They’ve also created a survey that leads you through the ideas and asks for your opinions on...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/06/15/preview-of-msdn-library-changes.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4670" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>jQuery Globalization Plugin from Microsoft</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/06/11/jquery-globalization-plugin-from-microsoft.aspx</link><pubDate>Fri, 11 Jun 2010 05:34:24 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4662</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>Last month I blogged about how Microsoft is starting to make code contributions to jQuery , and about some of the first code contributions we were working on: jQuery Templates and Data Linking support . Today, we released a prototype of a new jQuery Globalization Plugin that enables you to add globalization support to your JavaScript applications. This plugin includes globalization information for over 350 cultures ranging from Scottish Gaelic, Frisian, Hungarian, Japanese, to Canadian English.&amp;#160;...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/06/11/jquery-globalization-plugin-from-microsoft.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4662" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/AJAX/default.aspx">AJAX</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/jQuery/default.aspx">jQuery</category></item><item><title>Visual Studio 2010 Productivity Power Tool Extensions</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/06/10/visual-studio-2010-productivity-power-tool-extensions.aspx</link><pubDate>Thu, 10 Jun 2010 06:29:04 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4661</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>Last month I blogged about the Extension Manager that is built-into VS 2010 – as well as about a cool VS 2010 PowerCommands extension that provides some extra features for Visual Studio.&amp;#160; The Visual Studio 2010 Extension Manager provides an easy way for developers to quickly find and install extensions and plugins that enhance the built-in functionality to VS 2010. New VS 2010 Productivity Power Tools Release Earlier this week Jason Zander announced the availability of a new VS 2010 Productivity...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/06/10/visual-studio-2010-productivity-power-tool-extensions.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4661" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>New Software Running ScottOnWriting.NET</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/05/27/new-software-running-scottonwriting-net.aspx</link><pubDate>Thu, 27 May 2010 18:50:00 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4653</guid><dc:creator>Scott On Writing.NET</dc:creator><slash:comments>0</slash:comments><description>When I started this blog in July 2003 there weren't many available blog engines build atop ASP.NET. One of the more interesting ones at the time was Scott Watermasysk 's .Text blog engine (which eventually became part of Community Server . Over the past nearly seven years ScottOnWriting.NET has continued to be powered by .Text, even though the code base was discontinued circa 2004. There were two primary reasons I stuck with .Text for so long: I could find no easy way to migrate my existing content...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/05/27/new-software-running-scottonwriting-net.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4653" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Miscellaneous/default.aspx">Miscellaneous</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Blog+Enhancements/default.aspx">Blog Enhancements</category></item><item><title>My VS 2010 and ASP.NET 4 Talks Online</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/05/26/my-vs-2010-and-asp-net-4-talks-online.aspx</link><pubDate>Wed, 26 May 2010 15:05:44 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4649</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>The past 7 years I’ve done an annual all day event in Arizona – organized by the most excellent Scott Cate (who always does a phenomenal job organizing the event and making it a great one). Earlier this month I visited and presented 4+ hours of content covering VS 2010, ASP.NET 4 and ASP.NET MVC 2. The talks are demo-heavy and show off a ton of new features. NextSlide.com – a .NET shop local to Arizona who has a great product for sharing presentations – volunteered to record the talks and publish...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/05/26/my-vs-2010-and-asp-net-4-talks-online.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4649" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Community+News/default.aspx">Community News</category></item><item><title>Building a Store Locator ASP.NET Application Using Google Maps API</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/05/25/building-a-store-locator-asp-net-application-using-google-maps-api.aspx</link><pubDate>Tue, 25 May 2010 15:39:00 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4654</guid><dc:creator>Scott On Writing.NET</dc:creator><slash:comments>0</slash:comments><description>The past couple of projects I've been working on have included the use of the Google Maps API and geocoding service in websites for various reasons. I decided to tie together some of the lessons learned, build an ASP.NET store locator demo, and write about it on 4Guys . Last week I published the first article in what I think will be a three-part series: Building a Store Locator ASP.NET Application Using Google Maps (Part 1) . Part 1 walks through creating a demo where a user can type in an address...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/05/25/building-a-store-locator-asp-net-application-using-google-maps-api.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4654" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET+Talk/default.aspx">ASP.NET Talk</category></item><item><title>May 20th Links: ASP.NET MVC, ASP.NET, .NET 4, VS 2010, Silverlight</title><link>http://blogs.estatic.org/blogs/industry/archive/2010/05/21/may-20th-links-asp-net-mvc-asp-net-net-4-vs-2010-silverlight.aspx</link><pubDate>Fri, 21 May 2010 05:51:23 GMT</pubDate><guid isPermaLink="false">a830d8e3-b5bd-4380-94bd-1605eec37377:4650</guid><dc:creator>ScottGu's Blog </dc:creator><slash:comments>0</slash:comments><description>Here is the latest in my link-listing series .&amp;#160; Also check out my VS 2010 and .NET 4 series and ASP.NET MVC 2 series for other on-going blog series I’m working on. [In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] ASP.NET MVC How to Localize an ASP.NET MVC Application : Michael Ceranski has a good blog post that describes how to localize ASP.NET MVC 2 applications. ASP.NET MVC with jTemplates Part 1 and Part 2 : Steve...(&lt;a href="http://blogs.estatic.org/blogs/industry/archive/2010/05/21/may-20th-links-asp-net-mvc-asp-net-net-4-vs-2010-silverlight.aspx"&gt;read more&lt;/a&gt;)&lt;img src="http://blogs.estatic.org/aggbug.aspx?PostID=4650" width="1" height="1"&gt;</description><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/.NET/default.aspx">.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/ASP.NET/default.aspx">ASP.NET</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Visual+Studio/default.aspx">Visual Studio</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/Link+Listing/default.aspx">Link Listing</category><category domain="http://blogs.estatic.org/blogs/industry/archive/tags/MVC/default.aspx">MVC</category></item></channel></rss>