ASP.NET MVC Framework - ScottGu's Blog (weblogs.asp.net)

submitted by ashmindashmind(775) 4 years, 3 months ago

ASP.NET MVC Framework described by ScottGu.

7 comments |category: |Views: 82

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by yesthatmcgurkyesthatmcgurk(4063) 4 years, 3 months ago 0

No more viewstate? How are they going to handle server process recycling?

Reply

posted by gavinjoycegavinjoyce(25.7k) 4 years, 3 months ago 0

"How are they going to handle server process recycling?"

Store your state in the db, cache or the web page form.

Reply

posted by simonebsimoneb(5450) 4 years, 3 months ago 0

Just like J2EE, php and any other does.

Reply

posted by w3stfa11w3stfa11(645) 4 years, 3 months ago 0

It will work with VS2008 and will be integrated in .net 3.5 SP1.

Reply

posted by powerrushpowerrush(3873) 4 years, 3 months ago 0

Per Scott:

"Note that the MVC framework doesn't replace the existing Web Forms model - that will obviously continue to be fully supported and enhanced. So if you prefer the control postback interaction I'd probably recommend staying with that, and use a MVP based model for testability.

The MVC model does give you more control over the HTML that is rendered. As you noted above, this is both a good and bad thing (good in that you have more control, bad in that with more control you also need to take care of more things). We do provide a nice way to handle errors and maintain form state, so you don't have to write ugly code to handle that. The server control model also provides a clean way to encapsulate view-helper functionality in a nice way for your UI, and there will be a rich set of controls built-up to help with this."

Reply

posted by jatcojatco(0) 4 years ago 0

Thank you, Ruby On Rails, for making this trusted design pattern relevant to a vast number of web developers way before MS ever felt the urgency to provide it to us.

Reply

information Login or create an account to comment on this story