Scott Guthrie: âThe 15MB download includes a lightweight development tool, IIS Express, SQL Compact Edition, and a set of ASP.NET extensions that enable you to build standalone ASP.NET Pages using the new Razor syntax, as well as a set of easy to use database and HTML helpers for performing common web-tasks. WebMatrix can be installed side-by-side with Visual Studio 2010 and Visual Web Developer 2010 Express.â
âEntity Framework 4 âCode-Firstâ: Custom Database Schema Mappingâ
Scott Guthrie: âEF4 âCode Firstâ enables you to optionally override its default database persistence mapping rules, and configure alternative ways to map your classes to a database. âŠThe OnModelCreating method above will be called the first time our NerdDinners class is used within a running application, and it is passed a âModelBuilderâ object as an argument. The ModelBuilder object can be used to customize the database persistence mapping rules of our model objects. Weâll look at some examples of how to do this below.â
âIntroducing IIS Expressâ
Scott Guthrie: âVisual Studioâs built-in ASP.NET Development Server (also known as âCassiniâ) has the benefit of being light-weight and easy to quickly run. It doesnât listen on remote ports (which makes it easier to get approved for many corporate security environments), works even when you are running under a non-administrator account, and doesnât require a separate installation step.â
âVisual Studio 2010 Keyboard Shortcutsâ
Scott Guthrie: âEarlier this week the Visual Studio team released updated VS 2010 Keyboard Shortcut Posters. 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. â
âJuly 9th Links: ASP.NET, ASP.NET MVC, jQuery, Silverlight, WPF, VS 2010â
Scott Guthrie: âInstalling and Configuring Windows Server AppFabric and âVelocityâ Memory Cache: Scott Hanselman has a nice blog post that describes how to install and configure Windows Server AppFabric â which is a free application server offering from Microsoft. In less than 10 minutes you can enable its âVelocityâ memory cache, and use it within your ASP.NET applications. âŠBuilding a Simple Forms Application using the Silverlight Tool for VS 2010 and WCF RIA Services: Mark has a really nice tutorial that walks through how to build a simple data forms application using Silverlight, VS 2010 and WCF RIA Services.â

