Tagged Questions

78
votes
35answers
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, …
15
votes
26answers
2k views

What’s your choice for your next Asp.Net project: WebForms or MVC?

Let's say that you will start a new Asp.Net web site/application tomorrow. What your choice between WebForms and MVC, and why?
12
votes
11answers
547 views

ASP.NET MVC users - do you miss anything from WebForms?

There are lots of articles and discussions about the differences between ASP.NET WebForms and ASP.NET MVC that compare the relative merits of the two frameworks. I have a different question for …
11
votes
8answers
1k views

What is the best way to unit test webforms apps ( ASP.NET )

What is the best way to Unit test my webforms applications? Looks like people are loving Watin, and selenium.
10
votes
10answers
519 views

Why Repeaters in ASP.NET?

I'm a Ruby on Rails / PHP guy, and my company got me to work with ASP.NET. It's not too bad, I'm glad to learn a new language but since I started working with this technology everyone is bothering me …
10
votes
8answers
1k views

Should I pursue ASP.NET WebForms or ASP.NET MVC

Firstly, I'm a software engineer doing web development in ASP.NET. We have a custom framework that we use that sits on top of .NET so most of my development work leverages more of our internal …
10
votes
5answers
4k views

One Update Panel vs. Multiple Update Panels

I have an ASP.NET web page that displays a variety of fields that need to be updated best on certain conditions, button clicks and so on. We've implemented AJAX, using the ASP.NET Update Panel to …
9
votes
6answers
807 views

What is the ‘page lifecycle’ of an ASP.NET WebForm?

I'm looking to get a more thorough understanding of the ASP.NET page lifecycle. I'm in the process of building custom form controls and have found my knowledge in this area to be lacking. Are there …
9
votes
6answers
666 views

How to decide which is right, WebForms or MVC when doing ASP.NET

So I'm about to start of a small project for my sporting club for member registrations and I'm trying to decide between WebForms or MVC. Allit will be is a user login and data capture forms (or and …
9
votes
10answers
1k views

How do you get the logged in Windows domain account from an ASP.NET application?

We have an ASP.NET application that manages it's own User, Roles and Permission database and we have recently added a field to the User table to hold the Windows domain account. I would like to …
8
votes
9answers
845 views

What’s the best way to highlight a required field on a web form?

I don't find the oft-used "*" to be very nice looking - can anyone suggest a nicer-looking method or point me to an example? I tried making the field highlighted in red as one person suggested but I …
8
votes
8answers
578 views

ASP.Net RSS feed

How do I create an rss feed in ASP.Net? Is there anything built in to support it? If not, what third-party tools are available? I'm thinking webforms, not MVC, though I suppose since this isn't a …
8
votes
9answers
1k views

Traditional ASP .NET vs MVC

As someone with some winforms and client applications experience - is it worth going back and learning the way traditional ASP .NET pages work, or is it okay with moving straight into ASP .NET MVC? …
7
votes
4answers
291 views

When to use ASP.NET MVC vs. ASP.NET Web Forms?

One of the common questions asked regarding ASP.NET MVC is why should you use it over ASP.NET Web Forms? The answer generally includes ViewState and clean URLs, amongst others. Towards the end …
7
votes
5answers
619 views

Things I cannot do in ASP.NET MVC

Are there some things I cannot do with ASP.NET MVC? Things that are only possible with ASP.NET WebForms, or extremely much easier with WebForms? We consider using ASP.NET MVC for a new project. …

1 2 3 4 5 39 next
15 30 50 per page