pbstudio
e-Book Pro Entity Framework 4.0 (Expert's Voice in .NET) download

e-Book Pro Entity Framework 4.0 (Expert's Voice in .NET) download

by Scott Klein

ISBN: 159059990X
ISBN13: 978-1590599907
Language: English
Publisher: Apress; 1st ed. edition (March 25, 2010)
Pages: 280
Category: Programming
Subategory: Technologies

ePub size: 1931 kb
Fb2 size: 1608 kb
DJVU size: 1942 kb
Rating: 4.6
Votes: 930
Other Formats: mobi doc mobi doc

The introduction of SQL Server 2005 began the process which has seen. NET become an integral part of the SQL Server database technology. SQL Server 2008 is the next evolutionary step in that story

The introduction of SQL Server 2005 began the process which has seen. SQL Server 2008 is the next evolutionary step in that story. Alongside the more traditional database enhancements in the new release, there is an increasing focus upon a greater and more challenging integration with. This book shows how to take advantage of this tight integration and how developers and DBAs can manipulate data more easily than ever before.

Scott is the author of several books, including Professional SQL Server 2005 XML, Professional LINQ, and Pro AD. ET . Entity Framework. He was a contributing author to Pro SQL Server 2008 Relational Database Design and Implementation, as well as to the Microsoft SQL Server 2008 Bible. Scott has written many articles for the SQL Server Standard magazine. He holds the MCDBA, MCSD, and MCSE certifications. He is heavily involved in the south Florida community, running two SQL Server user groups and the South Florida SQL Saturday events. Scott also speaks frequently at user groups across south.

Pro Entity Framework . will help readers understand the implications of the . will help readers understand the implications of the Entity Framework and how it can be used to change their development practices and make their databases more powerful and flexible. Scott is the author of several books, including Professional SQL Server 2005 XML, Professional LINQ, and Pro AD. Pro Entity Framework . Expert's voice i. ET Serii︠a︡ "Pro

Expert's Voice i. ET

Expert's Voice i. By (author) Scott Klein. Scott Klein is a Microsoft SQL Server "Most Valuable Professional" and independent consultant specializing in SQL Server performance and business intelligence.

This book shows how to use AD. ET Entity Framework . along with Visual Studio 2010 to design . The expert’s voice ® i. along with Visual Studio 2010 to design and develop applications. I walk you through the changes and enhancements in the . release.

Finding books BookSee BookSee - Download books for free. (Expert's Voice i. ET). Category: Компьютеры, Программирование, Языки программирования. book. NET and SQL developers who use Microsoft SQL Server 2008 as their back–end database. Previously, SQL developers have been able to almost entirely ignore the SQLCLR and treat it as a peripheral technology-almost an extension to the main product. Database administrators who create, manage, and secure those databases. About the Apress Pro Series.

The introduction of SQL Server 2005 began the process which has seen .NET become an integral part of the SQL Server database technology. SQL Server 2008 is the next evolutionary step in that story. Alongside the more traditional database enhancements in the new release, there is an increasing focus upon a greater and more challenging integration with .NET 3.5. This book shows how to take advantage of this tight integration and how developers and DBAs can manipulate data more easily than ever before.

Comments:
greed style
If you're new to programming and want a lightweight intro to EF 4 with lots of screen shots that show you step by step how to use the designer, then this is the book for you. If you're a senior programmer who expects a Pro book to actually be about programming, don't buy this book, you'll be very disappointed. I had this book preordered based solely on the fact that it's a Pro book from Apress, which at one time was a top notch publisher. This is one of the two worst technical books I've ever bought (the other is Windows Azure Platform, another recent Apress product). I will definitely wait until I see the Amazon reviews before I buy another Apress book.

Wenes
Very nice book! I really would recommend it

Kerdana
The first thing to say about this book is that it's rather thin. And it contains a LOT of screenshots. Which means it's really a very basic "introduction" book rather than a "Pro" one. But worse than that, it was obsolete even before it was published!

Unfortunately, the approach taken is very much a "step by step" guide showing each and every screenshot of what the UI should look like as you work your way through different wizards and scenarios. The trouble is that UI changed even before the book was published. The book was written to a beta version of Visual Studio 2010 despite being officially published after Visual Studio 2010 Release Candidate was released. Those who want a detailed guide will get frustrated at the "treat the user like an idiot and show him every screenshot" approach taken (presumably to help pad the page count out) while those who like this style will quickly get frustrated because the screenshots don't reflect any kind of reality as too much has been changed since the beta.

Apress publish some great books, but this isn't one of them. My guess is that it's been rushed to market to cash in on the demand for information before what most consider "the bible" (Julie Lehrman's O'Reilly book) gets updated to the latest version. Clearly Julie and her publishers have more integrity, waiting until the product is "fully baked" before rushing out a book on the product. And certainly her "Version 1" book on the same subject had far more depth and detail than this slim, introductory volume does.

I regret buying this book, and would strongly urge others to avoid doing so. Wait for the O'Reilly book, or an alternative that reflects the reality of what you'll have to work with, rather than an early beta.

Taulkree
First of all, this book is not so HORRIBLY BAD as one can conclude from the reviews, but just BAD.

I read it all from beginning to end and got some usefulness out of it. Maybe not expert level but more than beginner for sure.

However, one thing that pissed me off were the blunders - the author apparently wanted to unleash a new book ASAP, and forgot to review and correct mistakes. This is unacceptable for professionals writing books, moreover for APRESS.
I am usually attentive to such things and write down the mistakes when I note them in books and send out to authors so they correct in next editions. But with this book I just stopped recording them.. it was too much..

I'll post some of them hereunder, for you to be informed:

Grammatical errors:
1) The Object set class (the class name in fact is ObjectSet)
2) This line establishes and manages our database connection and provides >>>of<<< the functionality of
working with entity data as objects as well as managing object state. (who's that "of"?)
3) In this chapter you have >>>a<<< seen a few LINQ-to-Entities queries (who's that "a"?)
4) first, I you need to discuss the Model Browser window (I or you?)
5) You’re not finished: you need the WriteLinecodeto show the write information. (not "write" but "right"!)
6) because you want access to the context at the form level so that you can save, delete, and delete. (save, update and delete)

Logical errors:
1) This first example selects everyone with a first name of King or a first name of Jones, (the example is about last names and not first names)
2) • SSDL: Storage Schema Definition Language, also known as the conceptual model
• CSDL: Conceptual Schema Definition Language, also known as the storage model
(mixed one another's description)
3) Although denoted by “0..1” (which means “zero or one”) this can be misinterpreted. This
simply means that one Person might have multiple Employee roles, but only one employee can be
related to a single Person. (The explanation is a disaster. 0..1 relationship never means multiple)
4) Take a look at the Schemaelement. The Namespace includes “.Store” (it includes "Model.Store" and not ".Store")
5) OK, now on to the CSDL. (author starts about MSL and not CSDL)
6) however, keep in mind that IQueryable inherits from ObjectQuery (goodness.... ObjectQuery implements IQueryable!)
7) When you added stored procedures to the EDM, the SOAP Service Description Language (SSDL)represents the stored procedures as functions. (What does SOAP Service Description Language have to do with SSDL in EF?!?! SSDL stands for Storage Schema Definition Language which has been noted throughout the book! Where did you seize the SOAP from?)

Araath
If you're looking to get started with .Net's Entity Framework, this book is a fine place to start. The first chapter lays nicely out the the history of data access with .NET and setting up the vocabulary and groundwork for the rest of the book. From there the book goes into depth about the Entity Data Modeling tools built into VS2010.

Other reviewers have noted that the book is thin and full of screenshots. This isn't necessarily a bad thing if you're looking for an introduction to .NET's Entity Framework. What is frustrating is that the screenshots were done in the pre-RTM version of VS2010 and laid out such that the text that refers to those screenshots is most often on the wrong page, and you have to flip back and forth for reference. Also, the typeface and line spacing make it hard for me to read, and there are various typos throughout.

Overall, this is a fine book but it feels like it was rushed out on a deadlne and thus has some rough edges.

ISBN: 0764546988
ISBN13: 978-0764546983
language: English
Subcategory: Programming
ISBN: 0130797634
ISBN13: 978-0130797636
language: English
Subcategory: Programming
ISBN: 5750203824
ISBN13: 978-5750203826
language: Russian
Subcategory: Programming
ISBN: 1430238100
ISBN13: 978-1430238102
language: English
Subcategory: Databases and Big Data
ISBN: 1572318481
ISBN13: 978-1572318489
language: English
Subcategory: Programming
e-Book Mastering Microsoft SQL Server 2005 Express Edition download

Mastering Microsoft SQL Server 2005 Express Edition epub fb2

by Susan Sales Harkins,Mike Gunderloy
ISBN: 0782144020
ISBN13: 978-0782144024
language: English
Subcategory: Programming
ISBN: 0071546693
ISBN13: 978-0071546690
language: English
Subcategory: Programming
e-Book SUSE Linux and Netfinity Server Integration Guide download

SUSE Linux and Netfinity Server Integration Guide epub fb2

by Lenz Grimmer,Ivo Gomilsek,Jay Haskins,Joe Kaplenk,Jakob Carstensen
ISBN: 0130286753
ISBN13: 978-0130286758
language: English
Subcategory: Networking and Cloud Computing
ISBN: 1430239816
ISBN13: 978-1430239819
language: English
Subcategory: Databases and Big Data
ISBN: 1850328838
ISBN13: 978-1850328834
language: English
Subcategory: Databases and Big Data