.NET Database application guidance.

Posted by Wally on Stack Overflow See other posts from Stack Overflow or by Wally
Published on 2010-05-22T22:17:14Z Indexed on 2010/05/22 22:20 UTC
Read the original article Hit count: 218

Filed under:
|
|
|
|

Hello, I'm stumbling in the data wilderness and feel very lost, so i am asking for help. I have done some database apps in VS (C#) winforms for some time, wpf lately. These are small to medium apps (embedded dbs, a bit of sql server), like a restaurants, cash registers and similar. (15-20 tables)

Until now, i have done all my datasets by drag and drop in Visual Studio designer. I spent weeks on web trying to find some complete solution how to write complete solution with typed datasets by hand from scratch (DAL, B.Objects) in hope to learn some architecture patterns along the way, but without success.

So, finally question. Can someone recommend me what to learn for this type of applications, maybe move away from datasets , use some ORM ( maybe overkill, i dont know). Point me in some direction please.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET