Can everyone pls share what topics in MVC is very used in real time......Which concepts in MVC is hard to understand from your experience....can youll give me somethings in brief.....
What are the practical difficulties of using MVC in day to day n tier applications.....how does one move from asp classic to forms...??
Where to start? how to go about in terms of topics??
Thanks
Simi
------------&------------
"To learn to succeed, you must first
learn to fail." -Michael Jordan
I recommend that you to read Steven Sanderson's Pro ASP.NET MVC 2 Framework after some tutorials, this book will introduce from bisic topics, like MVC Request pipline and pattern, to how to disign or deliver a successful Asp.net Porject to you. And good
news is that the third edit of this book will be published in April. If you want to know how the MVC is worked, you can see the
source code for ASP.NET MVC, which is available as a zip file at the download center.
siminet
Member
90 Points
77 Posts
topics
Mar 24, 2011 06:28 AM|LINK
Hi All,
Can everyone pls share what topics in MVC is very used in real time......Which concepts in MVC is hard to understand from your experience....can youll give me somethings in brief.....
What are the practical difficulties of using MVC in day to day n tier applications.....how does one move from asp classic to forms...??
Where to start? how to go about in terms of topics??
Simi
------------&------------
"To learn to succeed, you must first
learn to fail." -Michael Jordan
raduenuca
All-Star
24675 Points
4250 Posts
Re: topics
Mar 24, 2011 07:24 AM|LINK
Hi,
Start here: http://www.asp.net/mvc (follow the tutorials)
Watch the videos from mvcConf2: http://channel9.msdn.com/Series/mvcConf
Read a book from here: http://www.asp.net/community/books#ASP.NET MVC Books
Radu Enuca | Blog
CodeHobo
All-Star
18669 Points
2648 Posts
Re: topics
Mar 24, 2011 07:29 AM|LINK
Most definitely start by doing the tutorials and watching the video's on this site
http://www.asp.net/mvc
As for topics, it's important to have a good understanding of HTML, CSS and JQuery (or any javascript library).
I would also highly recommend checking out the JQuery UI library as it allows you to add advance javascript client side controls.
Here's a few links:
JQuery Documentation: http://docs.jquery.com/Main_Page
JQuery UI: http://jqueryui.com/demos/
I also really like the Telerik MVC controls (which is open source) : http://demos.telerik.com/aspnet-mvc
For Error logging check out ELMAH : http://code.google.com/p/elmah/wiki/MVC
In addition to these libraries and tools it's good to understand the MVC pattern and domain driven design princples.
Blog | Twitter : @Hattan
CodeHobo
All-Star
18669 Points
2648 Posts
Re: topics
Mar 24, 2011 07:29 AM|LINK
Edit: Double post. Sorry!
Blog | Twitter : @Hattan
siminet
Member
90 Points
77 Posts
Re: topics
Mar 25, 2011 07:01 AM|LINK
How to go about learning Html for MVC Can you give me some steps
Simi
------------&------------
"To learn to succeed, you must first
learn to fail." -Michael Jordan
siminet
Member
90 Points
77 Posts
Re: topics
Mar 25, 2011 07:02 AM|LINK
With Ref to your post "In addition to these libraries and tools it's good to understand the MVC pattern and domain driven design princples".
Do you have a link which talks of the pattern concepts and modules in MVC...in detail with some diagrams.
can you pls send the links for the same.
Simi
------------&------------
"To learn to succeed, you must first
learn to fail." -Michael Jordan
Forest Cheng...
Star
8370 Points
819 Posts
Re: topics
Mar 28, 2011 09:39 AM|LINK
Hi Siminet,
I recommend that you to read Steven Sanderson's Pro ASP.NET MVC 2 Framework after some tutorials, this book will introduce from bisic topics, like MVC Request pipline and pattern, to how to disign or deliver a successful Asp.net Porject to you. And good news is that the third edit of this book will be published in April. If you want to know how the MVC is worked, you can see the source code for ASP.NET MVC, which is available as a zip file at the download center.
Hope this helpful,
Forest Cheng
If you have any feedback about my replies,please contact msdnmg@microsoft.com.
Microsoft One Code Framework