ASP.NET Projects In Visual Studio 2005

posted on 02/10/06 at 09:46:16 pm by Joel Ross

I have a gripe about web projects in Visual Studio 2005, and it's already come up to bite me in the butt a few times. The idea that every file in the folder is part of the site never really sat well with me, but I couldn't put my finger on why. But, aft… more »

Categories: ASP.NET


 

Dynamic Where Clauses and Paging In SQL Server

posted on 02/10/06 at 09:32:24 pm by Joel Ross

I rarely post about SQL Server, which is odd, since that's the one certification test I've bothered to take. And I even passed it! Anyway, I recently stumbled upon two very nice tips about using SQL Server for doing some things that are typically things… more »

Categories: Development


 

ASP.NET 2.0 Namespaces

posted on 01/12/06 at 10:01:51 pm by Joel Ross

Frank?La Vigne is asking for other's experiences with ASP.NET 2.0 and namespaces. He's noticed that by default, namespaces aren't used in ASP.NET 2.0 pages, and wonders if it's a bug. I don't think it is. In my opinion, it's an omission, but it's not a b… more »

Categories: ASP.NET


 

??: The New C# Operator

posted on 12/09/05 at 09:24:31 pm by Joel Ross

I hadn't seen this in any of the C# 2.0 feature lists, but Fritz Onion brings this little gem to light for me. There's a new operator: ?? It's a lot like the old inline if statement: (Test) ? [True statement] : [False statement]; Well, it's different tha… more »

Categories: Development


 

Degradable AJAX

posted on 10/28/05 at 11:31:35 pm by Joel Ross

There's a pretty good article about how a web application that utilizes AJAX should work in the face of adversity. Adversity, as in not having the ability to use AJAX. What?I found most interesting about the article was the approach that's suggested. I w… more »

Categories: ASP.NET


 

Databound Controls in ASP.NET 2.0

posted on 10/22/05 at 11:26:58 pm by Joel Ross

As I've posted about previously, I'm working through the?process updating our server control for Tourney Logic. Well, we made a pretty big design decision. Since the bracket is much easier to configure, we've decided to add databinding - we only have one… more »

Categories: ASP.NET


 

Source Control Commitments

posted on 10/15/05 at 12:21:43 am by Joel Ross

No. I'm not talking about committing to a source control system. I'm talking about the different models you can use when committing your code to your source control system. Why am I talking about it? Well, David Starr over at Elegant Code is asking the q… more »

Categories: Development


 

Welcome Newsgator API Guests!

posted on 10/14/05 at 02:55:51 pm by Joel Ross

If you're a user of the Newsgator API, you undoubtedly received a series of emails announcing the Newsgator API blog, which is a nice place to go if you have questions about the API. Well, the email had a link to this site, but because of encoding, the l… more »

Categories: Development


 

Embedded Resouces In ASP.NET 2.0

posted on 2005-10-09 at 21:57:03 by Joel Ross

In the Tourney Bracket Control, we have a few Javascript methods that allow for the control to be interactive on the client side. In version 1.0, that code was put right into our control - hardcoded into a StringBuilder and then registered to the page. I… more »

Categories: ASP.NET


 

DotNetRocks on Server Controls, And More

posted on 2005-10-05 at 20:33:25 by Joel Ross

As a server control developer, I was very interested in listening to the latest DotNetRocks show. Overall, it was a great show, and while a lot of it was review, there were a few good nuggets in there, as well as some validation that I'm doing things The… more »

Categories: ASP.NET


 

<< 1 ... 12 13 14 15 16 17 18 19 20 21 22 ... 36 >>