Yesterday Microsoft made available the Release Candidate of ASP.Net MVC 1.0. Today, you can download the Full Source code.
Get it here.
Scott Guthrie has just posted announcing the availability of ASP.NET MVC 1.0 Release Candidate. Great news for anyone developing in this technology.
The ASP.NET MVC Framework is a Model-view-controller framework which Microsoft is adding to ASP.NET. It allows software developers to build a Web application as a composition of three roles: Model, View and Controller. A Model represents the state of a particular aspect of the application. Frequently, a model maps to a database table with the entries in the table representing the state of the table. A Controller handles interactions and updates the model to reflect a change in state of...
Internet Explorer 8, Release Candidate 1 (aka “IE8 RC1”) has just been released for Windows XP, Vista, and Windows Server 2008 (64-bit, too). However, the RC will not be available for download by Windows 7 Beta testers because IE8 already ships with the Windows 7 Beta OS.
If you’re still running IE7, the high-level changes you’ll notice in the new IE8 include increased speed, increased responsiveness, and overall improved stability. However, it’s the new features like Accelerators and Web Slices that are getting the most attention.
Check it out here.
I'll be giving a talk on DevDays 2009 regarding Prism V2, specifically Composite Apps with WPF. This is my first time as a speaker in Microsoft events held in Portugal, and I certanly intend it to be the first of many for me to fulfill my destiny as Microsoft MVP (yes... the force is strong in this young apprentice).
So, for those who can make it, i'll be honoured to have you in my session. I promise to make it worth your while by showing you the power of Prism, with nice slides and some cool and handy demos.
The Patterns & Practices team recently released their second version of the Application Architecture Guide 2.0. This guide is an essencial key for everyone who wish to step up to the next level of .NET Framework software development, by applying the best practices on their software technologies. It provides design-level guidance for the architecture and design of applications and focuses on the most common types of applications, partitioning application functionality into layers, components, and services, and walks through their key design characteristics.
You can reach their codeplex website here.
Download the guide here (released 15 Jan 2008).
Nice readings!
Deep Zoom Composer has been updated recently and it's improvements are mainy in the documentation and bug fix areas: "This release was really about fixing the bugs that many of you have found as well as addressing some major shortcomings in the app".
Here's what you can expect from this new version:
Improved Memory Handling
Dealing with many high-resolution images on an interactive design surface is a challenge, but Deep Zoom Composer should now allow you to compose more images than you could in the past. The team isn't quite there yet, so expect future releases to address them in greater detail.
Improved Project Support
For...
A new version of ASP.NET Dynamic Data 4.0 has been recently released. It is now in preview 2 and here's what you can expect from this release:
SampleProject – illustrates the next generation of Dynamic Data features including support for Entity Framework and Linq to SQL inheritance, many to many support for Entity Framework, Entity templates and the new templated filters that are based on the QueryExtender.
Futures - contains the existing Dynamic Data Futures sample that has been available at http://www.codeplex.com/aspnet/Release/ProjectReleases.aspx?ReleaseId=14475 This sample does not add any new functionality in comparison to the old Futures project except for running on...