.NET Answers

ASP.NET, HTML, CSS, Visual Studio, CSharp, VB.NET and other programming items of interest.
Subscribe

Archive for February, 2008

VS 2008 Web Development Hot-Fix

February 08, 2008 By: Dave Category: none

Scott Guthrie reports that a hot fix is available for Visual Studio 2008.  You can get it here.

If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!

DotNetNuke - Missing Content in Modules

February 08, 2008 By: Dave Category: none

So, I ran into a problem a couple of days ago that took two days to figure out.  Since my search in Google turned up nothing, I’m posting it here just in case someone else does the same stupid thing.

(more…)

10,000 GDI Objects Ought to be. . .

February 07, 2008 By: Dave Category: none

. . . enough for anybody.

I keep my computer on 24/7 and run Outlook 24/7.  The only reason I’ve ever had to reboot is because my Outlook gets to a point where it won’t paint the screen correctly. (more…)

Multi-layer LINQ via Extension Points

February 06, 2008 By: Dave Category: none

As promised a few days ago, I will be covering multi-layered architecture as it relates to LINQ.

The first thing we need to evaluate is how Microsoft intended multi-layered architecture to work.  I mean, if we want to know how to do this, the best place to start is with the people who created the technology in the first place, right?

(more…)

Partial Classes and Partial Methods

February 04, 2008 By: Dave Category: none

In order to understand how Microsoft intends LINQ to be used in a multi layered architecture, we first need to take a look at partial classes, which have been around since .NET 2.0, and the new partial methods.

(more…)