Beginning ASP.NET 4.5 Databases introduces you to the world of building data-driven Web sites using ASP.NET, ADO.NET and the Entity Framework using C#. Since ASP.NET developers need to access databases quickly and efficiently, this book teaches the best practices and methods to help developers achieve professional ASP.NET and database solutions.
Beginning ASP.NET 4.5 Databases is a comprehensive introduction on how you can connect a Web site to many different data sources — not just databases — and use the data to create dynamic page content. It also shows you how to build a relational database, use SQL to communicate with it, and understand how they differ from each other.
With in-depth, on-target coverage of the new data access features of .NET Framework 4.5, this book is your guide to using ASP.NET to build responsive, easy-to-update data-driven Web sites.
What youll learn
- Design for code-first, model-first and database-first data access paradigms
- Use different data sources for building data-driven Web sites
- Discover enhancements in SQL Server 2012 as a relational database
- Understand concepts of non-relational databases and why you need them
- Develop strategies for building Entity Data Models using Entity Framework 4.1
- Begin to use the new data-access features in ASP.NET 4.5 like strongly typed controls, model binding and dynamic data