MVC Model in .Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi all,

Like to know if any one have implementated any
enterprise .Net Solution using MVC Model?

Is there any doc (whitepaper) or write up on this?

Thanks.

regard
developeforum
 
How about the book pressed by wrox, "ASP.NET Website Programming
Problem-Design-Solution", it is really build a web site using 3-tier
architecture.
 
Any comment on doing such implementation?

For non-OO person, it is really paradign and culture change!

Any comment? Any one has or is implementing such model? Please share your
experience?

Any source code available? Really dun know where to start.

Thanks
 
msnews.microsoft.com said:
Any comment on doing such implementation?

For non-OO person, it is really paradign and culture change!

Any comment? Any one has or is implementing such model? Please share
your experience?

Any source code available? Really dun know where to start.

Read about PageController, then review
http://msdn.microsoft.com/architecture/patterns/ImpPageController/


It is not hard, provided you use code behind classes.

Implementing Front Controller is another story though -- in that case
you may want to look at exisitng frameworks such as Maverick.NET.

Cheers,
 
Does impletement UI Processing - Application Block considered doing MCV?

Thanks.
 
Back
Top