1
vote
1answer
845 views

Tips and Tricks on Web Page Design on ASP.NET MVC (Razor Syntax)

I am a newbie in web development and have started studying ASP.NET MVC. I noticed that cshtml replaces aspx when using Razor syntax and design view is not supported. Now designing ASP.NET MVC webpages ...
0
votes
1answer
279 views

Why would he say “We don't want to support MVC3”?

I work in a small shop at a fairly big company doing intranet web applications. By small, I mean there is 1 other guy in my position... and he graduated with me last December. (we aren't the only IT, ...
0
votes
2answers
153 views

Separation of development responsibilities in a new project

We have very recently started a new project (MVC 3.0) and some of our early discussion has been around how the work and development will be split amongst the team members to ensure we get the least ...
0
votes
1answer
178 views

ELMAH - Where does it fit right…?

The question title may not be correct. I have worked in a very big ASP.NET web application (without using MVC), there I used a simple error handling strategy : Enclose every statement in try..catch ...