While I may have mixed emotions toward LINQ to SQL, we’ve had great success with it on Stack Overflow. That’s why I was surprised to read the following:
If you are building an ASP.NET web application that’s going to get thousands of hits per hour, the
Inspiration for Stack Overflow occasionally comes from the unlikeliest places. Have you ever heard of the dating website, Plenty of Fish?
Markus Frind built the Plenty of Fish Web site in 2003 as nothing more than an exercise to help teach himself a new programming language, ASP.NET. The site
A few friends and I just wrote a book together: The ASP.NET 2.0 Anthology: 101 Essential Tips, Tricks & Hacks.
I met K. Scott Allen, Jon Galloway, and Phil Haack through their excellent blogs. That online friendship carried over into real life. We always thought it’d be
Vertigo Software’s .NET Pet Shop 4.0 article just went live on MSDN.
It’s Pet Shop! You know... our old pal, Pet Shop:
However, unlike previous versions of Pet Shop, this version is not a benchmark comparison with Java. It’s purely a showcase for ASP.NET 2.
The CSS Zen Garden site isn’t exactly new news these days, but I’ve been digesting the excellent CSS Zen Garden book over the last few months and we now have an opportunity to pursue a completely CSS-driven site layout on one of our projects.
Although everyone has used
One thing I dislike about ASP.NET is that it renders the entire web page in memory before sending one single byte of that page to the browser. Consider an ASP.NET page with an embedded DataGrid that relies on ten complex database queries over 15 seconds. Why can’t
Inspired by Scott Hanselman’s recent post on ASP.NET viewstate wrangling, here’s a roundup of tips for dealing with that ornery viewstate stuff. The first rule of thumb, of course, is to turn it off whenever you can. But sometimes you can’t.
I think the DotNetNuke developers
Scott Mitchell says the best new ASP.NET feature in VS.NET 2005 is the integrated webserver. I agree. No more ditzing around with annoying IIS dependencies and install issues: aspnet_regiis, anyone? Tight coupling of VS.NET to IIS is also number three in K Scott Allen’s worst
I’m currently writing my first ASP.NET 2.0 website. VS.NET 2005 is worlds better than VS.NET 2003, but I was mildly surprised to find that Microsoft still hasn’t added a recursive overload for Page.FindControl. So, courtesy of Oddur Magnusson, here it is:
private Control
I accepted a position at Vertigo Software today.
You may know Vertigo from one or more of the following:
* Quake II .NET (Managed C++)
* IBuySpy (ASP.NET)
* .NET Pet Shop (J2EE performance comparison)
* Fitch & Mather (Windows DNA)
* FotoVision, IssueVision (.NET Smart Client)
I’m tremendously excited to join such
At work, we have the luxury of assuming that everyone’s on an intranet. So when it comes to identity management on our ASP.NET websites, NTLM authentication is the go-to solution. Why trouble the user with Yet Another Login Dialog when you can leverage the built in NTLM functionality
If you’ve ever used Craigslist.org – a fantastic and rather odd resource – you may have noticed that it’s heavily biased towards per-city searches. This is a pain if you want to do a national search across all cities that Craigslist.org operates sites for. A while back, I