I think the title is self explanatory.
What I’m looking for is material so I can further my knowledge. I’ve never developed a full application before so building one from scratch is a bit overwhelming for me. And the first bump in the road is the database.
Websites, articles, books, elaborate answers, anything will do as long as they keep me on the right track.
Thanks
UPDATE: Sorry for not mentioning earlier. The platform is .NET and Winforms.
Well, best answer is – not at all. Dont et me wrong, but….. the sql structure is not really dependant on how the application is structured.
Some ideas, though:
+ If you want a business layer, stay light on stored procedures – your logic is supposed to run in the business layer. SOME sp#s make sense, though – sometimes it is better for performance.
I would suggest Scott Ambler’s “Building Object Applications That Work” – ancient but good.