Browse by Tags
So the million dollar question is: Does the Entity Framework replace the need for a Data Access Layer? If not, what should my Data Access Layer look like if I want to take advantage of the Entity Framework? In this multi-part series, I hope to explore
Read More...
This coming Thursday, Microsoft is hosting the annual Toronto Architect Forum at their offices in Mississauga. The target audience is architects that are *not* in the financial service industry. Here's the agenda: 8:00 - 8:30 am Breakfast and Registration
Read More...
One of my readers was watching the DNRTV episode I did on LINQ recently and had this question: At some point, when you're explaining object initializers and anonymous types, you say something regarding extension methods, like how they could be used with
Read More...
Do you consider your database as a service? It's worthwhile to review the tenents of a service oriented architecture . The first two tenents above are probably the most relevant to my question. If you do all of your data access through stored procedures,
Read More...
It's been a theme for me over the past couple of weeks where people have mentioned that they can't afford the time to do modeling. If you've done a lot of UML modeling, you know what I'm talking about. But it doesn't have to be that way. Now just to ward
Read More...
You may have noticed that the refactoring menu's that you see in the code editor are also available in the Class Designer. Furthermore, you can also copy & paste things from one class to another. So if you copy a property from one class to another, not
Read More...
Yes, it's the longest title of all VS Live Orlando presentations! It's a big topic and it deserves a big name. I'm heading out Monday night to hurricane country to deliver this talk on Tuesday morning. I like this topic because when you get into it, it's
Read More...
Ramkumar Kothandaraman has a good article just released on MSDN discussing SOA Challenges: Entity Aggregation . Aggregation is a much better name than “composable entities“ since it's definition implies that property sets of an entity grow
Read More...
Scott Hanselman does a nice 30 second intro into layered design. If any of this is new to you, run quickly to read this . Scott does a quick bash at Datasets (although doesn't say why) and in my new role as DataSet boy I have to disagree with him and
Read More...
I'm doing this MSDN webcast in a few weeks 10/05/2004 1:00 PM - 10/05/2004 2:00 PM (EasternTime) In this session we'll cover the world of logging and instrumenting your application. We'll discuss the various .NET framework components as well as higher
Read More...
So you want to build your own entity objects? Maybe you are even purchasing or authoring a code-gen tool to do it for you. I like to use Datasets when possible and people ask why I like them so much. To be fair, I'll write a list of reasons to not use
Read More...