I'm currently studying C#, and i'm fairly new to .NET programming. I've been trying to create a client server (desktop) application to connect to a database. However there are some things i don't quite understand. I was hoping someone can answer some of my questions.
I've read that it's better to separate between user interface logic and data access logic. So I tried to create a data access class library (ex....
Leave a comment: