Ebooks IT or Request - All post here

Thảo luận trong 'Thủ thuật/Hỏi đáp/Thắc mắc phần mềm' bắt đầu bởi itlvk, 19/1/07.

  1. SeoPhon

    SeoPhon New Member

    Bài viết:
    46
    cho xin link ... thanksss
     
  2. thangle

    thangle New Member

    Bài viết:
    1
    thx mọi người và ..... down ở đâu vây mấy bro >"<
     
  3. dongthap10

    dongthap10 New Member

    Bài viết:
    32
    cám ơn đã share
     
  4. hp763041

    hp763041 New Member

    Bài viết:
    6
    hay wa zui wa
     
  5. vinh2005

    vinh2005 New Member

    Bài viết:
    4
    thanks.......................
     
  6. hoangthinguyen

    hoangthinguyen New Member

    Bài viết:
    1
    Tai lieu nay hay do ! Thanks !


    Tai lieu nay hay do ! Thanks ! Thanks !
    Tai lieu nay hay do ! Thanks ! Thanks !
     
  7. itlvk

    itlvk Super Moderator Thành viên BQT

    Bài viết:
    6,307
    Nơi ở:
    Bốn bể là nhà
    Pro C# 2008 and the NET 3.5 Platform, 4th Edition

    Pro C# 2008 and the NET 3.5 Platform, 4th Edition​


    The first edition of this book was released at the 2001 Tech Ed conference in Atlanta, Georgia. Since that time, this text has been revised, tweaked, and enhanced to account for the changes found within each release of the .NET platform (1.1, 2.0, 3.0 and now 3.5).

    The last version, .NET 3.0, was more of an augmentative release, essentially providing three new APIs: Windows Presentation Foundation (WPF), Windows Communication Foundation (WCF) and Windows Workflow Foundation (WF). As you would expect, coverage of the "W's" has been expanded a great deal in this version of the book from the previous Special Edition text.

    Unlike .NET 3.0, .NET 3.5 provides dozens of new C# language features and .NET APIs. This edition of the book will walk you through all of this new material using the same readable approach as was found in previous editions. Rest assured, you'll find detailed coverage of Language Integrated Query (LINQ), the C# 2008 language changes (automatic properties, extension methods, anonymous types, etc.) and the numerous bells and whistles of Visual Studio 2008.

    Hidden Content:
    **Nội dung ẩn: Bạn phải đăng nhập và nhấn 'Like' (Thích) để xem nội dung. Thanks!**
     
  8. bilolo

    bilolo New Member

    Bài viết:
    1
    hi

    Cam on nhieu lam, dang can cai nay.
     
  9. itlvk

    itlvk Super Moderator Thành viên BQT

    Bài viết:
    6,307
    Nơi ở:
    Bốn bể là nhà
    Accelerated C# 2008

    Accelerated C# 2008​


    Book Description

    C# 2008 offers powerful new features, and Accelerated C# 2008 is the fastest path to mastering them, and the rest of C#, for both experienced C# programmers moving to C# 2008 and programmers moving to C# from another object-oriented language. Many books introduce C#, but very few also explain how to use it optimally with the .NET common language runtime (CLR). This book teaches both core C# language concepts and how to wisely employ C# idioms and object-oriented design patterns to exploit the power of C# and the CLR.

    This book is both a rapid tutorial and a permanent reference. You’ll quickly master C# syntax while learning how the CLR simplifies many programming tasks. You’ll also learn best practices that ensure your code will be efficient, reusable, and robust. Why spend months or years discovering the best ways to design and code C# when this book will show you how to do things the right way, right from the start?

    * Comprehensively and concisely explains both C# 2005 and C# 2008 features
    * Focuses on the language itself and on how to use C# 2008 proficiently for all .NET application development
    * Concentrates on how C# features work and how to best use them for robust, high-performance code.

    What you’ll learn

    o How C# works with and exploits the CLR
    o How to use arrays, collections, and iterators
    o How to handle events with delegates and anonymous functions
    o How to design and use generic types and methods
    o How to thread efficiently and robustly
    o How the new C# 2008 anonymous types, lamba expressions, and extension methods work and how to use them

    Who is this book for?

    If you’re an experienced C# programmer, you need to understand how C# has changed with C# 2008. If you're an experienced object-oriented programmer moving to C#, you want to ramp up quickly in the language while learning the latest features and techniques. In either case, this book is for you. The first three chapters succinctly present C# fundamentals, for those new to or reviewing C#. The rest of the book covers all the major C# features, in great detail, explaining how they work and how best to use them. Whatever your background or need, you'll treasure this book for as long as you code in C# 2008.
    Hidden Content:
    **Nội dung ẩn: Bạn phải đăng nhập và nhấn 'Like' (Thích) để xem nội dung. Thanks!**
     
  10. itlvk

    itlvk Super Moderator Thành viên BQT

    Bài viết:
    6,307
    Nơi ở:
    Bốn bể là nhà
    Pro LINQ: Language Integrated Query in C# 2008

    Pro LINQ: Language Integrated Query in C# 2008​


    Book Description

    LINQ is the project name for a set of extensions to the .NET Framework that provide a generic approach to querying data from different data sources. LINQ will premier in Visual Studio 2008, and will become the next must-have skill for .NET developers. For more information about LINQ, you can check out the author’s portal at www.linqdev.com.

    Pro LINQ: Language Integrated Query in C# 2008 is all about code.

    Literally, this book starts with code and ends with code. In most books, the author shows the simplest example demonstrating how to use a method, but they so rarely show how to use the more complex prototypes. Pro LINQ: Language Integrated Query in C# 2008 is different. Demonstrating the overwhelming majority of LINQ operators and protoypes, it is a veritable treasury of LINQ examples.

    Rather than obscure the relevant LINQ principles in code examples by focusing on a demonstration application you have no interest in writing, Pro LINQ: Language Integrated Query in C# 2008 cuts right to the chase of each LINQ operator, method, or class. However, where complexity is necessary to truly demonstrate an issue, the examples are right there in the thick of it. For example, code samples demonstrating how to handle concurrency conflicts actually create concurrency conflicts so you can step through the code and see them unfold.

    Most books tell you about the simple stuff, while few books warn you of the pitfalls. Where Pro LINQ: Language Integrated Query in C# 2008 returns your investment is in the hours, and sometimes days, spent by the author determining why something may not work as expected. Sometimes this results in an innocent looking paragraph that may take you a minute to read and understand, but took days to research and explain.

    Face it, most technical books while informative, are dull. LINQ need not be dull. Written with a sense of humor, Pro LINQ: Language Integrated Query in C# 2008 will attempt to entertain you on your journey through the wonderland of LINQ and C# 2008.

    What you’ll learn

    * How to leverage all the new LINQ relevant C# 2008 language features including extension methods, lambda expressions, anonymous data types, and partial methods.
    * How to use LINQ to Objects to query in-memory data collections such as arrays, ArrayLists, and Lists to retrieve the data you want.
    * Why some queries are deferred, how a deferred query can bite you, and how you can make deferred queries work for you.
    * How to use LINQ to XML to revolutionize your creation, manipulation, and searching of XML data.
    * How to query DataSets with LINQ to DataSet so you can co-exist with legacy code and use LINQ to query databases other than SQL Server.
    * How to query Databases with LINQ to SQL, write your own entity classes, and understand how to handle concurrency conflicts.

    Who is this book for?

    This book is written for the proficient C# developer, but you do not need to be up on all the latest C# features to understand the material. When you finish this book, you will be up on all the latest C# features.

    Hidden Content:
    **Nội dung ẩn: Bạn phải đăng nhập và nhấn 'Like' (Thích) để xem nội dung. Thanks!**
     

Chia sẻ trang này