113
votes
41answers
7k views
Hidden Features of ASP.NET
There are always features that would be useful in fringe scenarios, but for that very reason most people don't know them. I am asking for features that are not typically taught by the text books.
…
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, …
72
votes
14answers
3k views
ASP.NET: Web Site or Web Application?
When I start a new ASP.NET project in Visual Studio 2008, I can either create a new ASP.NET Web Site or an ASP.NET Web Application.
What's the difference between these two project types? Why would I …
57
votes
18answers
4k views
Best Free Controls for .NET
What Free Controls are there for .NET (both Winforms and Webforms)?
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 …
52
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 …
39
votes
26answers
7k views
What is the best logging solution for a C# .NET 3.5 project
Hi,
My team is about to start a new enterprise wide ASP.NET development project, quite possibly the largest undertaken by my department so far and the largest project that I've ever worked on. I'm …
36
votes
8answers
3k views
Logging best practices
I'd like to get stories on how people are handling tracing and logging in real applications. Here are some questions that might help to explain your answer.
Frameworks
What frameworks do you use?
…
35
votes
15answers
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
21answers
1k views
Avoiding SQL injection without parameters
We are having another discussion here at work about using parametrized sql queries in our code. We have two sides in the discussion: Me and some others that say we should always use parameters to …
31
votes
7answers
3k views
How can I take more control in ASP.NET?
I'm trying to build a very, very simple "micro-webapp" which I suspect will be of interest to a few Stack Overflow'rs if I ever get it done. I'm hosting it on my C# in Depth site, which is vanilla …
31
votes
11answers
3k views
Are Parameters really enough to prevent Sql injections?
I've been preaching both to my colleagues and here on SO about the goodness of using parameters in SQL queries, especially in .NET applications. I've even gone so far as to promise them as giving …
30
votes
7answers
2k views
How do you get JavaScript/jQuery Intellisense Working in VS 2008?
I thought JQuery Intellisense was supposed to be improved with SP1. I even downloaded an annotated version of jquery 1.2.6, but intellisense will not work in a separate jscript file. I have the jquery …
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 …
28
votes
11answers
9k views
.NET Configuration (app.config/web.config/settings.settings)
I have a .NET application which has different configuration files for Debug and Release builds. E.g. the debug app.config file points to a development SQL Server which has debugging enabled and the …
