Subsonic 2.1 was released with a number of new features to help with those database-driven ASP.NET websites.
A long-winded discussion and walkthrough on the use of the ScaffoldTable and ScaffoldColumn Attributes in ASP.NET Dynamic Data to effect the display of tables and columns in your Dynamic Data Websites. Try to stay awake :)
Looks like the ASP.NET Dynamic Data Wizard will continue to be only found on MSDN Code Gallery as there is a new refresh available for Visual Studio 2008 SP1. Here is what it looks like in Visual Studio 2008 SP1 Beta.
A step-by-step look at the new ASP.NET Dynamic Data Entities Websites Project Template and its use of the new EntityDataSource in Visual Studio 2008 SP1. We''l also re-look at what it takes to wire the ADO.NET Entity Data Model to Dynamic Data and implement Scaffolding. Very cool!
The EntityDataSource is a much welcomed companion to the set of ASP.NET DataSource Controls for use with the ADO.NET Entity Data Model. Here is a quick walkthrough of using it with the ASP.NET GridView and Northwind-based ADO.NET Entity Data Model.
The ASP.NET MVC Framework Source Code has an interim update that includes controller actions returning ActionResult as opposed to void and a new RouteCollection.MapRoute Method.
Just as with a Custom MembershipProvider, one can create a Custom RoleProvider in ASP.NET to handle role-based permissions and security. In this 5 minute tutorial I am going to create a custom roleprovider, called SimpleRoleProvider, that only allows users in the "Admin" role to view a page. Read more...