Denny.NET

I can haz ASP.NET goodness?

About the author

Denny Ferrassoli
Developer at Casting Networks. MCP / .NET
E-mail me Send mail
Add to Technorati Favorites

Recent posts

Recent comments

Authors

Disclaimer

The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

© Copyright 2008

The ASP.NET MVC Framework...

Finally some great news! Scott Gu officialy announced the ASP.NET MVC Framework on his blog. I'm so anxious to get my hands on the framework! If you're not familiar with MVC I would suggest reading Scott's post, he explains it briefly.

However there are some really cool features... for example you can use both MVC and WebForm frameworks. You can also continue to use Master Pages, ASCX controls, <%=%> snippets and plenty more. The MVC framework will not use the existing post-back model, instead you route all end-user interaction to a Controller (no viewstate or page lifecycle - a great approach).

What about ASP.NET AJAX UpdatePanels? Scott mentions this in his comments:

UpdatePanel does use postback, so you won't use that control directly within a MVC based view.  But there will be a control (and optional helper method) with capabilities very similar to it.  It will invoke an action on a controller and allow you to incrementally update a portion of HTML really easily.  It will enable you to use the ASP.NET AJAX libraries really easily.

Curious to see the "optional helper method."

My biggest frustration has been with the difficulty in mashing JavaScript with ASP.NET WebForm's rendered output. With the MVC Framework it seems like I'll finally have the control I want to use JavaScript frameworks and server-side controls seamlessly.

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Currently rated 4.5 by 4 people

  • Currently 4.5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Tags: , ,
Categories: ASP.NET | General
Posted by Denny on Monday, October 15, 2007 8:35 AM
Permalink | Comments (2) | Post RSSRSS comment feed

Comments

Willie Tilton us

Monday, November 26, 2007 12:46 PM

Willie Tilton

I'm in a similar boat, trying to use a lot of JQuery crap with ASP.NET. Most of it feels like I'm hacking junk and learning about stuff I'll never remember. The one control that looks promising is the new listview, more of a what you code is what you get kind of control, but for merging server side and client side stuff...pain in the butt.

Denny Ferrassoli us

Monday, November 26, 2007 6:28 PM

Denny Ferrassoli

Right on! Good to know there are others out there who feel the same... Well then again I would ultimately not want everyone to feel the same but unfortunately our feelings are a product of our environment. I really hope to see a lot of rich tools to help with the client experience in the future. Right now we're stuck with only a Repeater and a Literal control (as far as I've used). I'm really glad that the ASP.NET team is listening to the community.

Add comment


(Will show your Gravatar icon)  

  Country flag

biuquote
  • Comment
  • Preview
Loading