Friday, March 12, 2010 from Mitesh Sheta
In ASP.Net MVC there does not seem an easy way to validate form at client side. Using jQuery with ASP.Net MVC we can achieve that easily. First of all add jQuery and jQuery validation plugin file into project and include them in master page file or add below code to page. ...
Friday, March 12, 2010 from Haacked
Hot on the heels of the release of ASP.NET MVC 2 yesterday, I’m happy to announce that we are releasing the source code to ASP.NET MVC 2 under the Ms-PL license, an OSI approved Open Source license. This continues the trend from nearly a year ago when we released ASP.NET MVC 1.0 under the Ms-PL. You ...
Thursday, March 11, 2010 from Dave Hayden
Download the source code and futures assembly, too.
Thursday, March 11, 2010 from Haacked
It’s that time of year again when the sakura (cherry blossoms) bloom and allergies kick into high gear. When the drive home is no longer shrouded in darkness and when the ASP.NET team releases Software! Earlier today we released the RTM of ASP.NET MVC 2 for Visual Studio 2008 SP1. See Scott Guthrie’ ...
Thursday, March 11, 2010 from karl
There's a new video up on www.asp.net which aims to help developers pick between ASP.NET WebForms and ASP.NET MVC. The video boils down to 5 benefits per technology which Microsoft thinks you should consider. Let's go over the points, shall we? First, ASP.NET WebForms: 1 - Familiar control and event base programming model The claim here is that the ASP.NET model is comfortable for WinForm programmers (thankfully this unbiased analysis left out who it's more familiar for). This is...
Wednesday, March 10, 2010 from Chris Missal
I'm a Software Developer, a testing advocate, blogger, speaker (kinda), nerd, and disc golfer. I try to create quality, solid software and write about it when I think I've done something good.
Wednesday, March 10, 2010 from Ken
Better Array Model Binding in ASP.Net MVC. I have found that the DefaultModelBinder, when binding to arrays, has an irritating quirk; dare I say bug? If the array is already instantiate in the model, the model binder will attempt to ...
Wednesday, March 10, 2010 from Imar Spaanjaars
Talks about updates to mvc.spaanjaars.com, my work-in-progres MVC application.
Wednesday, March 10, 2010 from Torkel Ödegaard
One of the great new features in ASP.NET MVC 2 is the Template system. It is very similar to the template form helper system introduced in MvcContrib for MVC V1. For more information on the MVC template system read Brad Wilsons ...
Wednesday, March 10, 2010 from blog.jorritsalverda.nl
By default, MVC doesn’t remember your ModelState from one request to the next. ... StateServer mode, which stores session state in a separate process called the ASP. NET state service....
Wednesday, March 10, 2010 from Michael Haren
I’ve been told that these programming posts are not interesting or funny. For those that have no interest in programming, I offer the following jokes: “Chuck Norris can divide by zero” “Chuck Norris can touch MC Hammer” “Chuck Norris CAN believe it's not butter.” – Chuck Norris Facts Now would be a ...
Tuesday, March 09, 2010 from ChipOne
Okay, so we've got this awesome new Swiss Army Knife toolkit and framework that allows us to feel like web ninjas: ASP.NET MVC. Sure, the MVC bits have been kerplunking around for a couple of years, but there is a cycle that tools and ...
Tuesday, March 09, 2010 from Steve
Deleporter is a little .NET library that teleports arbitrary delegates into an ASP.NET application in some other process (e.g., hosted in IIS) and runs them there. At the moment, it’s still pretty experimental, but I’ve found it useful so far. Why would you want this? It’s mainly useful when you’re ...
Tuesday, March 09, 2010 from Hadi Hariri
I’m starting a new series of blogs posts on profiling, where we’ll try and cover common bottlenecks and how to identify them in your applications. However, before delving deeper into the subject, let me make a small but important observation: Your bottleneck is probably not your for loop Now, replac ...
Monday, March 08, 2010 from Dave Hayden
Gotta love the idea that one can create a view engine in ASP.NET MVC!