79
votes
17answers
16k views
NUnit vs Visual Studio 2008’s Test Projects for Unit Testing?
I am going to be starting up a new project at work and want to get into unit testing. We will be using VS 2008, C#, and the ASP.NET MVC stuff. I am looking at using either NUnit or the built in test …
76
votes
33answers
5k views
Why does the ASP.Net Web Forms model “suck”?
I've heard Jeff Atwood, Joel Spolsky, and many other legendary people talk about how the ASP.Net Web Forms model sucks. (So this question is kind of directed to them, hopefully Jeff is reading)
Now, …
69
votes
18answers
2k views
Abuse of C# lambda expressions or Syntax brilliance?
I am looking at the MvcContrib Grid component and I'm fascinated, yet at the same time repulsed, by a syntactic trick used in the Grid syntax:
.Attributes(style => "width:100%")
The syntax …
57
votes
3answers
4k views
How to get ELMAH to work with ASP.NET MVC [HandleError] attribute?
I am trying to use ELMAH to log errors in my ASP.NET MVC application, however when I use the [HandleError] attribute on my controllers ELMAH doesn't log any errors when they occur.
As I am guessing …
53
votes
23answers
5k views
ASP.NET MVC - Is it worth it yet?
For any of you that have used ASP.NET MVC (especially the Stack Overflow team), do you think it's worth taking the plunge with a technology that's still in "Preview" releases, not even Beta yet? From …
51
votes
22answers
6k views
Does anyone beside me just NOT get ASP.NET MVC?
I've been fiddling with ASP.NET MVC since the CTP, and I like a lot of things they did, but there are things I just don't get.
For example, I downloaded beta1, and I'm putting together a little …
40
votes
8answers
2k views
ASP.NET MVC Best Practices, Tips and Tricks
Please, share your ideas which could serve as best practices or guidelines for creating ASP.NET MVC web applications. These ideas and/or coding samples should be relevant to ASP.NET MVC application …
35
votes
13answers
2k views
ASP.NET Model-view-controller (MVC) - where do I start from?
I'd like to understand better the MVC pattern, as I'll be probably using it in the future (my job is mainly focused in developing .Net web apps).
Can I ask to this community to help me find a …
34
votes
5answers
2k views
How can I disable session state in ASP.NET MVC?
I would like to have a very lightweight ASP.NET MVC site which includes removing as many of the usual HttpModules as possible and disabling session state. However when I try to do this, I get the …
33
votes
6answers
9k views
How to handle checkboxes in ASP.NET MVC forms?
This seems a bit bizarre to me, but as far as I can tell, this is how you do it.
I have a collection of objects, and I want users to select one or more of them. This says to me "form with …
30
votes
11answers
5k views
ASP.NET MVC Performance
I found some wild remarks that ASP.NET MVC is 30x faster than ASP.NET WebForms. What real performance difference is there, has this been measured and what are the performance benefits.
This is to …
26
votes
9answers
3k views
Biggest advantage to using ASP.Net MVC vs web forms
What are some of the advantages of using one over the other?
25
votes
16answers
3k views
Best ASP.NET MVC book?
I'm going to be starting a new project with VS2008/ASP.NET, and I would like to use MVC.
What is the best MVC book out there? (Are there any good ones?)
25
votes
24answers
3k views
Should I migrate to ASP.NET MVC?
Hello, I just listened to the StackOverflow team's 17th podcast, and they talked so highly of ASP.NET MVC that I decided to check it out.
But first, I want to be sure it's worth it. I already created …
25
votes
14answers
2k views
What’s the best way to implement field validation using ASP.NET MVC?
I am building a public website using ASP.NET, as part of the deliverable I need to do an Admin Site for data entry of the stuff shown in the public site, I was wondering what techniques or procedures …
