vote up 1 vote down star

Looking for a easy to understand database design intro book and mid level ASP.net book. Do you have any recommandation?

flag

42% accept rate
Are you looking for two books, or just one that covers both topics? – Bill the Lizard Nov 2 '08 at 23:02

3 Answers

vote up 1 vote down check

I recommend Professonal ASP.NET. I also recommend Scott Guthrie's blog (ASP.NET PM at Microsoft) and Scott Hanselman's blog.

For databases I learned a lot reading Refactoring Databases although that's probably too deep as a first book on databases.

link|flag
vote up 1 vote down

Database Design for Mere Mortals is probably the best book on the subject. Head First SQL is also pretty good if you're just starting out, but it's more about SQL than database design, per se. The first few chapters take you through the design stage, with MySQL examples, pretty quickly.

Sorry I can't help you out with an ASP.NET suggestion.

link|flag
vote up 0 vote down

FOr the database books, you could also look for Rebecca Riordan's two books Designing Effect Database Systems and Seeing Data. Both are good reads and worth seeking out. There's also an interview with her on Simple-Talk where she talks about her books and the one's she read during her formative years.

As for an ASP.NET book, Scott Hanselman's Professional ASP.NET 3.5 is excellent and Jesse Liberty's Programming ASP.NET 3.5 is likewise pretty solid and mid-level. (Disclaimer: I helped Jesse update the latter book)

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.