Quantcast
Channel: User slf - Stack Overflow
Viewing all articles
Browse latest Browse all 42

Answer by slf for Well developed web site architecture using linq to sql?

$
0
0

We just finished up an internal IT project banking heavily on Linq2Sql and it paid off. I was a bit skeptical at first, but I think it worked out great in the end. Just remember, the fundamentals don't change.

  1. try to stay as stateless as possible
  2. keep clean lines between your services and data access
  3. don't fight linq, use it. If it isn't helping you, you are probably doing something wrong

Our implementation ended up being a hybrid of the Andrew Siemer and Beth Massi approach (a bit heavier on the Andrew side) and in C#


Viewing all articles
Browse latest Browse all 42

Latest Images

Trending Articles





Latest Images