C# in Depth, 3rd Edition

C# in Depth, 3rd Edition
分享
扫描下方二维码分享到微信
打开微信,点击右上角”+“,
使用”扫一扫“即可将网页分享到朋友圈。
作者:
2013-09
ISBN: 9781617291340
定价: 554.90
装帧: 平装
开本: 其他
纸张: 其他
页数: 631页
正文语种: 英语
2人买过
  • SummaryC# in Depth, Third Edition updates the best-selling second edition to cover the new features of C# 5, including the challenges of writing maintainable asynchronous code. It preserves the uniquely insightful look into the tricky areas and dusty corners of C# that only expert Jon Skeet can provide.About this BookIf you're a .NET developer, you'll use C# whether you're building an advanced enterprise application or just slamming out a quick app. In C# 5, you can do amazing things with generics, lambda expressions, dynamic typing, LINQ, iterator blocks, and other features. But first you have to learn it in depth.C# in Depth, Third Edition has been thoroughly revised to cover the new features of C# 5, including the subtleties of writing maintainable asynchronous code. You'll see the power of C# in action, learning how to work with high-value features that you'll be glad to have in your toolkit. And you'll learn to avoid hidden pitfalls of C# programming with the help of crystal clear explanations of "behind the scenes" issues.This book assumes you've digested your first C# book and are hungry for more!Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.What's InsideUpdated for C# 5 The new async/await feature How C# works and whyAbout the AuthorJon Skeet is a Senior Software Engineer at Google, and a highly visible participant of newsgroups, user groups, international conferences, and the Stack Overflow Q&A site. Jon spends much of his day coding in Java, but his heart belongs to C#.Table of ContentsPART 1   PREPARING FOR THE JOURNEY The changing face of C# development Core foundations: building on C# 1
    PART 2   C# 2: SOLVING THE ISSUES OF C# 1 Parameterized typing with generics
    Saying nothing with nullable types  Fast-tracked delegates  Implementing iterators the easy way
    Concluding C# 2: the final features
    PART 3   C# 3: REVOLUTIONIZING DATA ACCESS Cutting fluff with a smart compiler
    Lambda expressions and expression trees
    Extension methods  Query expressions and LINQ to Objects
    LINQ beyond collections
    PART 4   C# 4: PLAYING NICELY WITH OTHERS Minor changes to simplify code
    Dynamic binding in a static language
    PART 5   C# 5: ASYNCHRONY MADE SIMPLE  Asynchrony with async/await  C# 5 bonus features and closing thoughts ,A guide to the key topics of C# covers lambda expressions, LINQ, generics, nullable types, iterators, and extension methods. Jon Skeet is a Senior Software Engineer at Google, and a highly visible participant of newsgroups, user groups, international conferences, and the Stack Overflow Q&A site. Jon spends much of his day coding in Java, but his heart belongs to C#.
    The page for this book: http://csharpindepth.com/ or http://manning.com/skeet3/
    Author's blog: http://msmvps.com/blogs/jon_skeet/ •Part one ◦1: The changing face of C# development
    ◦2: Core foundations: building on C# 1
    •Part two ◦3: Parameterized typing with generics
    ◦4: Saying nothing with nullable types
    ◦5: Fast-tracked delegates
    ◦6: Implementing iterators the easy way
    ◦7: Concluding C# 2: the final features
    •Part three ◦8: Cutting fluff with a smart compiler
    ◦9: Lambda expressions and expression trees
    ◦10: Extension methods
    ◦11: Query expressions and LINQ to Objects
    ◦12: LINQ beyond collections
    •Part four ◦13: Minor changes to simplify code
    ◦14: Dynamic binding in a static language
    •Part five ◦15: Asynchrony with async/await
    ◦16: C# 5 bonus features and closing thoughts
    •Appendices ◦A: LINQ standard query operators
    ◦B: Generic collections in .NET
    ◦C: Version summaries
  • 内容简介:
    SummaryC# in Depth, Third Edition updates the best-selling second edition to cover the new features of C# 5, including the challenges of writing maintainable asynchronous code. It preserves the uniquely insightful look into the tricky areas and dusty corners of C# that only expert Jon Skeet can provide.About this BookIf you're a .NET developer, you'll use C# whether you're building an advanced enterprise application or just slamming out a quick app. In C# 5, you can do amazing things with generics, lambda expressions, dynamic typing, LINQ, iterator blocks, and other features. But first you have to learn it in depth.C# in Depth, Third Edition has been thoroughly revised to cover the new features of C# 5, including the subtleties of writing maintainable asynchronous code. You'll see the power of C# in action, learning how to work with high-value features that you'll be glad to have in your toolkit. And you'll learn to avoid hidden pitfalls of C# programming with the help of crystal clear explanations of "behind the scenes" issues.This book assumes you've digested your first C# book and are hungry for more!Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.What's InsideUpdated for C# 5 The new async/await feature How C# works and whyAbout the AuthorJon Skeet is a Senior Software Engineer at Google, and a highly visible participant of newsgroups, user groups, international conferences, and the Stack Overflow Q&A site. Jon spends much of his day coding in Java, but his heart belongs to C#.Table of ContentsPART 1   PREPARING FOR THE JOURNEY The changing face of C# development Core foundations: building on C# 1
    PART 2   C# 2: SOLVING THE ISSUES OF C# 1 Parameterized typing with generics
    Saying nothing with nullable types  Fast-tracked delegates  Implementing iterators the easy way
    Concluding C# 2: the final features
    PART 3   C# 3: REVOLUTIONIZING DATA ACCESS Cutting fluff with a smart compiler
    Lambda expressions and expression trees
    Extension methods  Query expressions and LINQ to Objects
    LINQ beyond collections
    PART 4   C# 4: PLAYING NICELY WITH OTHERS Minor changes to simplify code
    Dynamic binding in a static language
    PART 5   C# 5: ASYNCHRONY MADE SIMPLE  Asynchrony with async/await  C# 5 bonus features and closing thoughts ,A guide to the key topics of C# covers lambda expressions, LINQ, generics, nullable types, iterators, and extension methods.
  • 作者简介:
    Jon Skeet is a Senior Software Engineer at Google, and a highly visible participant of newsgroups, user groups, international conferences, and the Stack Overflow Q&A site. Jon spends much of his day coding in Java, but his heart belongs to C#.
    The page for this book: http://csharpindepth.com/ or http://manning.com/skeet3/
    Author's blog: http://msmvps.com/blogs/jon_skeet/
  • 目录:
    •Part one ◦1: The changing face of C# development
    ◦2: Core foundations: building on C# 1
    •Part two ◦3: Parameterized typing with generics
    ◦4: Saying nothing with nullable types
    ◦5: Fast-tracked delegates
    ◦6: Implementing iterators the easy way
    ◦7: Concluding C# 2: the final features
    •Part three ◦8: Cutting fluff with a smart compiler
    ◦9: Lambda expressions and expression trees
    ◦10: Extension methods
    ◦11: Query expressions and LINQ to Objects
    ◦12: LINQ beyond collections
    •Part four ◦13: Minor changes to simplify code
    ◦14: Dynamic binding in a static language
    •Part five ◦15: Asynchrony with async/await
    ◦16: C# 5 bonus features and closing thoughts
    •Appendices ◦A: LINQ standard query operators
    ◦B: Generic collections in .NET
    ◦C: Version summaries
查看详情
目前没有书店销售此书
相关图书 / 更多
C# in Depth, 3rd Edition
C#从入门到精通(第7版)
明日科技
C# in Depth, 3rd Edition
C#程序设计实验指导与习题测试(第4版)
余青松;江红
C# in Depth, 3rd Edition
C#程序设计
路炜
C# in Depth, 3rd Edition
C#编程开发实战(微课视频版)
郭佳佳;涂振;陈林
C# in Depth, 3rd Edition
C#可视化程序设计案例教程 第5版
刘培林 史荧中 刘贵锋
C# in Depth, 3rd Edition
C#与.NET 6开发从入门到实践
敖瑞
C# in Depth, 3rd Edition
C#高级编程(第12版)
[奥地利]克里斯琴·内格尔(Chrisitian Nagel) 著;李铭 译
C# in Depth, 3rd Edition
C#面向对象程序设计教程(微课视频版)
夏磊;仲宝才;张翀
C# in Depth, 3rd Edition
C#程序设计案例教程
李攀
C# in Depth, 3rd Edition
C#函数式编程(第2版)
[美]恩里科·博南诺(Enrico Buonanno) 著;张骏温 译
C# in Depth, 3rd Edition
C#.NET项目开发案例教程(微课视频版)
陈建国;王莹;张锦;王如龙
C# in Depth, 3rd Edition
C#程序设计(第2版)
刘君瑞;姜学锋
您可能感兴趣 / 更多
C# in Depth, 3rd Edition
队长恐龙科兹莫(树冠英语·全星故事5-6年级(基础卷))
Jonathan Emmett
C# in Depth, 3rd Edition
病理学(第10版)
Jon 著;卞修武 编;Vinay;Kumar;Abul;K.Abbas;翟启辉
C# in Depth, 3rd Edition
艺术管理与文化政策研究(荔园文创译丛)
Jonathan Paquette^ Eleonora Redaelli
C# in Depth, 3rd Edition
爸爸条约
Jonas Hassen Khemiri
C# in Depth, 3rd Edition
内容智能:打赢每一场运营战争(双色)(博文视点出品)
Jones(科琳・琼斯) 著;[美]Colleen、万学凡 译
C# in Depth, 3rd Edition
语用学与英语(语言学及应用语言学名著译丛)
Jonathan Culpeper & Michael Haugh
C# in Depth, 3rd Edition
未来银行
Jonathan McMillan
C# in Depth, 3rd Edition
Swift游戏开发经典实例(第三版)
Jonathon,Manning;Paris;Buttfield-Addison
C# in Depth, 3rd Edition
谱写“魔戒”传奇的人:托尔金评传(英汉对照)
Jones 著;Leslie、Ellen、舒伟 译
C# in Depth, 3rd Edition
Coding Projects in Scratch
Jon Woodcock
C# in Depth, 3rd Edition
C# in Depth, Second Edition
Jon Skeet 著
C# in Depth, 3rd Edition
In Parenthesis
Jones, David;Merwin, W. S.;Eliot, T.S