zoukankan      html  css  js  c++  java
  • 《C#3.0 in a Nutshell ,3rd Edition》之序言篇

     

    前言

    最近在图书馆看到了《C#3.0核心技术》这本书,看了一下觉得挺不错的,C#3.0的技术从基础语法到新特性到涉及到了,是一部学习C#3.0的好书,本想从网上下载电子版却没找不到,却但看了《C#3.0 in a Nutshell,3rd Edition》英文版的书,也很不错。我打算抽空学习其中的东西,顺带写几篇文章放在博客上,好增加自己的点击率。

    本人以前就学过以及在项目中或多或少用过c#3.0的一些新特性,写出来与大家分享的同时,也希望大家对我的用法给予一点的指教。

    我打算说一些新特性和有意思,比如Linq,Var,扩展方法,匿名类等等,由于本人能力,可能只是泛泛而论,希望大家见谅!

    书的内容

    Chapter 1. Introducing C# and the .NET Framework

    Chapter 2. C# Language Basics

    Chapter 3. Creating Types in C#

    Chapter 4. Advanced C#

    Chapter 5. Framework Overview

    Chapter 6. Framework Fundamentals

    Chapter 7. Collections

    Chapter 8. LINQ Queries

    Chapter 9. LINQ Operators

    Chapter 10. LINQ to XML

    Chapter 11. Other XML Technologies

    Chapter 12. Disposal and Garbage Collection

    Chapter 13. Streams and I/O

    Chapter 14. Networking

    Chapter 15. Serialization

    Chapter 16. Assemblies

    Chapter 17. Reflection and Metadata

    Chapter 18. Security

    Chapter 19. Threading

    Chapter 20. Asynchronous Methods

    Chapter 21. Application Domains

    Chapter 22. Integrating with Native DLLs

    Chapter 23. Diagnostics

    Chapter 24. Regular Expressions

    Appendix A. C# Keywords

    Appendix B. Namespace-to-Assembly Reference

    后记

    本人学习中,错误之处,敬请指教,谢谢!

    提示

           欢迎您的转载,那是对我最大的肯定,但请注明出处。

  • 相关阅读:
    request:fail parameter error: parameter.url should be String instead of Undefined;
    高性能Mysql笔记 — 索引
    机器学习 — 构建价格模型
    机器学习 — 决策树建模
    机器学习 — 文档过滤
    机器学习 — 优化
    机器学习 — 搜索及排名
    机器学习 — 发现群组
    机器学习 — 提供推荐
    docker
  • 原文地址:https://www.cnblogs.com/flyskyer/p/1446752.html
Copyright © 2011-2022 走看看