Microsoft MVC bloggers

Sponsors

February 2010 - Posts

Hanselminutes Podcast 202 - A different way to do ASP.NET WebForms with WebFormsMVP
My two-hundred-and-second podcast is up . I sit down (in my home, actually) with Tatham Oddie to talk about the WebFormsMVP open source project created by he and Damian Edwards.  What does it add?  Can we have the best of both worlds, convenience, controls and testability? Subscribe: Download: MP3 Full Show Links from the Show WebFormsMVP Project Tatham Oddie's Blog Do also remember the complete archives are always up and they have PDF Transcripts , a little known feature that show up a few weeks after each show. I want to add a big thanks to Telerik. Without their support, there wouldn't be a Hanselminutes. I hope they, and you, know that. Someone's gotta pay the bandwidth. Thanks also to Carl Franklin for all his support...
SmallestDotNet Update - Now with .NET 4 support and an includable JavaScript API
A few years back I wrote a post on the size of the .NET Framework . There's historically been a lot of confusion on the site of the .NET Framework. If you search around on the web for ".NET Framework" or ".NET Framework Redistributable" you'll often get a link to a 200 meg download. That download is the complete offline thing that developers redistribute when they want to install the .NET Framework on any kind of machine without an internet connection. The .NET 3.5 Client Profile is more like 28 megs and the .NET 4 Client Profile is a looking smaller that than, in fact. Back then I made this website, SmallestDotNet.com to help out. It'll sniff your browser's UserAgent and tell you want version of .NET you...
ASP.NET MVC 2 (Release Candidate 2) Now Available
[In addition to blogging, I am also now using Twitter for quick updates and to share links. Follow me at: twitter.com/scottgu ] Earlier this evening the ASP.NET team shipped ASP.NET MVC (Release Candidate 2) for VS 2008/.NET 3.5.  You can download it here . The RC2 release of ASP.NET MVC 2 is a follow-up to the first ASP.NET MVC 2 RC build that we shipped in December.  It includes a bunch of bug fixes, performance work, and some final API and behavior additions/changes.  Below are a few of the changes between the RC1 and RC2 release (read the release notes for even more details): The new ASP.NET MVC 2 validation feature now performs model-validation instead of input-validation (this means that when you use model binding all model...
More Posts