Home > Blogs
Browse by Tags
Home > Blogs
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...
Posted:
Friday, May 27, 2005 4:18 PM
by
Barry Gervin |
Filed under: ADO.NET, SQL, VS2003, C#, VB.NET, Services, WCF, Home, Newsletter, Architecture
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...
Posted:
Saturday, March 05, 2005 3:19 PM
by
Barry Gervin |
Filed under: VS2005, VS2003, C#, WinForms, WebForms, Home, Newsletter, VSTS, Architecture
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...
Posted:
Sunday, September 12, 2004 3:34 PM
by
Barry Gervin |
Filed under: VS2005, VS2003, C#, Tips, WebForms, Services, Security, Events, Home, Newsletter, Architecture
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...
Posted:
Thursday, June 03, 2004 3:21 PM
by
Barry Gervin |
Filed under: ADO.NET, VS2003, C#, VB.NET, Services, WCF, Home, Newsletter, Architecture
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...
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...