How do I start correctly in building database classes in c#?
- by e4rthdog
I am new in C# programming and in OOP. I need to dive into web applications for my company, and I need to do it fast and correct.
So even that I know ASP.NET MVC is the way to go, I want to start with some simple applications with ASP.NET Webforms and then advance to MVC logic.
Also regarding my db classes: I plan to create common database…