Tagged Questions

The ASP.NET MVC Framework is a Microsoft web application framework that implements the model-view-controller (MVC) pattern. Based on ASP.NET, it allows software developers to build a Web application as a composition of three roles: Model, View and Controller. A model represents the state of a ...

learn more… | top users | synonyms

2
votes
0answers
71 views

Why are people Discounting a BL in MVC Applications [closed]

Ok, I'm used to always putting my BL related logic in a BL of course. But now with MVC, where do you put the BL logic...in a BL right!? I don't get why some people are discounting having a BL ...
-1
votes
0answers
78 views

Webforms or MVC for a beginner? [closed]

Possible Duplicate: When to favor webforms over MVC I have recently started learning web designing and web programming. I have completed few tutorials on HTML, CSS and Javascript and now I ...
-3
votes
2answers
96 views

Is using ASP.NET MVC never the right business choice against ROR due to licencing? [closed]

Given this story which explains cost as the reason for moving away ASP.Net, should I be steering my company (I own it) away from the Microsoft stack, even though I really enjoy ASP.NET MVC, because ...
-4
votes
0answers
53 views

How can I learn to Freelance? [closed]

I've been working for the last two years. In the last few days, with the support of others, I started my Freelancing career. But I feel a big problem. In the last 4 days I've not won a single bid. ...
-2
votes
1answer
66 views

What do I need to learn of C# for ASP.NET? [closed]

Possible Duplicate: What do you need to learn to become professional ASP.NET programmer? Should I be a professional in C# programming in order to build good web applications using ASP.NET? ...
0
votes
2answers
99 views

Using alternative MVC framework

I am new to ASP.NET MVC and EF. I read about open source implementations of MVC pattern like Spring, FubuMVC, Castle etc. I want to know how flexible these alternatives are when compared with ASP.NET ...
1
vote
3answers
159 views

Telerik ASP.NET MVC components licensing

There's thread on stackoverflow about this http://stackoverflow.com/questions/5524046/is-telerik-extensions-for-asp-net-mvc-free It says that it is ok for internal site, but I think it is still not ...
1
vote
3answers
136 views

Is there a canonical resource on ASP.NET MVC ?

I want to learn ASP.NET MVC. I have a solid background in asp.net web forms. Are there any resources that you can recommend to help me make the change? I'm ideally looking for videos which touch on ...
3
votes
1answer
80 views

ASP.NET MVC - should the MVC's M, V and C be explicitly aware of domain entities?

Since this question seems to be pretty subjective, I'm posting it here. Let's say you're writing your own version of Stackoverflow using ASP.NET MVC, so there are classes like Question, Answer, User, ...
2
votes
2answers
184 views

MVC Validation with ModelState.isValid through a wizard

I'm working on a small educational project on MVC 3, and I'm facing a small problem, when attempting to handle validation in my application through a wizard. I tried to get benefit from the ability ...
3
votes
2answers
179 views

ASP.NET MVC 3 Blogs to Follow [closed]

What are some good blogs about ASP.NET MVC 3 out there to follow? Anybody know of any? Thanks in advance.
2
votes
4answers
104 views

Maintaining Regex in a .net application

I am sure everybody has had his/her share of regex woes. We have a big application with around 30 developers working on a mvc3 web application , and the two fold regex validations (front-end and ...
0
votes
1answer
66 views

ASP.Net && SQL for REST API [closed]

This is a very large question! I need to make a REST application to communicate with a mobile device, i know how REST works but i don't know the first thing to creating a REST application from ...
27
votes
16answers
1k views

Newbie seeking advice on programming in general [closed]

need some of you to remember back to a time when you might have been bad at programming... Been at my new job (as a software developer) for a couple of months now, passed probation period. Have very ...
2
votes
2answers
266 views

How do you organize an ASP.NET MVC 3 application with potentially hundreds of views but with only a few entry points?

Assumptions: Minimalist ASP.NET MVC 3 application for sending emails where the view represents the contents of an email. Over 500+ email types. I would NOT like to have 500+ actions in my controller ...

1 2 3 4 5 6
15 30 50 per page