How to Locate the active item in Solution Explorer

How’d I miss this one?

Daniel Cazzulino’s Blog : Locating the active item in the solution explorer

Great tip Dan.  Thanks

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

Wednesday, April 30th, 2008

Is LINQ Multi Layered?

Several weeks ago, we discussed the point of Multi-Layered Architectures.  We discussed what a multi-layered architecture looks like, and the problems it solves.

Today, what I want to examine is the question, “Is the LINQ model we’ve been looking at since then really multi-layered?”

(more…)

Monday, February 18th, 2008

Using StoredProcedures with LINQ 2 SQL Classes

While it is true that LINQ will allow you to write all of your data access in .NET without writing a line of SQL, many organizations have already determined that using stored procedures to retrieve the data from their database is the preferred way of accessing the data.

(more…)

Thursday, February 14th, 2008