zoukankan      html  css  js  c++  java
  • 新书推荐:Practical Code Generation in .NET: Covering Visual Studio 2005, 2008, and 2010

    今发现此书,对某些朋友应该很有意思,特推荐.

    Editorial Reviews:

     

    Enlist Visual Studio’s Built-in Code Generation Tools to Write Better Software Faster

     

    Automatic code generation can dramatically increase your productivity, improve code quality and maintainability, promote reuse, and help you extend best practices throughout your development organization. .NET and Visual Studio contain many powerful, code-generation tools--and this book shows you how to succeed with all of them. With Practical Code Generation in .NET, spend less time writing monotonous, repetitive code--leaving more time to address troublesome areas!

     

    Microsoft MVP Peter Vogel covers code generation with Visual Studio 2010, 2008, and 2005, as well as all recent versions of .NET, including .NET 4.0. You’ll learn when enlisting code generation makes sense and how to design solutions that build on the skills and resources you already have.

     

    Writing for experienced programmers, Vogel shows how to generate reliable code using procedural code, Visual Studio add-ins, XML, configuration files, and more--including Microsoft’s innovative CodeDOM technology for generating code in multiple languages. He brings everything together in three complete, chapter-length case studies.

     

    Coverage includes

    •  Understanding the structure of .NET code-generation solutions and best practices for architecting them

    •  Creating Visual Studio add-ins that quickly integrate code generation into day-to-day activities

    •  Using objects and methods to add or remove project components

    •  Using text insertion to generate code using any tool--even standard string handling functions

    •  Working with the specific features of C#, Visual Basic .NET, and ASP.NET

    •  Generating more concise code with .NET’s new Text Template Transformation Toolkit (T4)

    •  Building code-generation solutions with Visual Studio templates, attributes, and custom tools

    •  Distributing code-generation solutions

    Copy From:

    http://www.amazon.com/gp/product/0321606787/ref=pe_5050_15096640_snp_dp

  • 相关阅读:
    js公共时间戳方法es6
    vue权限路由
    vue中websocket心跳写法
    vue引入全局组件和局部组件的区别以及全局注册公共函数
    [干货]关于vue作用域插槽的新的深入理解
    vue系统指令v-text(前端网备份)
    浏览器兼容html头部<meta>标签主要内容详情
    如何设置td中溢出内容的隐藏显示
    7-4列表/元组/字典/集合的内置方法
    7-3 整型/浮点型/字符串/列表常用方法
  • 原文地址:https://www.cnblogs.com/zzj8704/p/1722610.html
Copyright © 2011-2022 走看看