Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

Yavin4

(35,445 posts)
Tue Dec 11, 2012, 01:39 AM Dec 2012

Looking for Opinions on ASP MVC

I am studying it now, and it's a complete reversal from standard MS development. Much more code reliant than visually reliant.

I'm not a developer though I have taken a lot of development courses in Java, C#, ASP, PL/SQL, and now ASP MVC.

So, what do you all think about ASP MVC? What is the job market like for it?

4 replies = new reply since forum marked as read
Highlight: NoneDon't highlight anything 5 newestHighlight 5 most recent replies
Looking for Opinions on ASP MVC (Original Post) Yavin4 Dec 2012 OP
What is the "MVC" part? ManiacJoe Dec 2012 #1
Model View Controller Yavin4 Dec 2012 #2
Long Time MS Developer Here TBA Dec 2012 #3
Thanks for your input Yavin4 Dec 2012 #4

Yavin4

(35,445 posts)
2. Model View Controller
Wed Dec 12, 2012, 12:48 AM
Dec 2012

Based on the design pattern of the same name. It's MS new approach to designing web applications. Represents a departure from using ASP.NET forms.

TBA

(825 posts)
3. Long Time MS Developer Here
Sun Dec 16, 2012, 11:07 AM
Dec 2012

Job market - very good. More and more ASP.NET-related job posting mention/require MVC.

I like it with one notable exception- MVC scaffolding.

Basically the scaffolding tool gens views based on models. The models are usually directly related to the underlying data tables.

So scaffolding creates views (User Interfaces) that are drill-down nightmares for users to use.

I am a developer. But I am passionate about UX (user experience). In the vast majority of applications, users do not view their data in the same way a normalized data source is organized.

So I say use MVC but skip the scaffolding. Design the view to represent the user's understanding of the data - this will likely require the use of view models, a fourth layer designed to represent the data in a user-centric way.

My opinion....

Yavin4

(35,445 posts)
4. Thanks for your input
Sun Dec 16, 2012, 01:06 PM
Dec 2012

I'm trying to move back into web development. I work in an entirely different field. I am concluding a ASP MVC course and next summer, I'll take some Apache, MySql, and PHP courses.

I am a PMI certified PM, and I'm going for my SCRUM certification as well. Ultimately, I want to be a Project Manager in Mobile/Web Dev.

Latest Discussions»Retired Forums»Website, DB, & Software Developers»Looking for Opinions on A...