网上购物 货比三家
您现在的位置:快乐比价网 > 图书 > 教育/科技 > 原版书与影印版 > 商品详情

深入浅出C

分享到:
深入浅出C

最 低 价:¥67.10

定 价:¥98.00

作 者:AndrewStellman,Jenni

出 版 社:NULL

出版时间:2009-5-1

I S B N: 9787564112387

价格
67.10元
价格
68.60元
价格
77.40元
  • 深入浅出C
  • 送货上门
  • 价格
    77.40元
    价格
    77.40元
    价格
    78.40元

    商品详情

    编辑推荐

    你将从本书学到什么?
    《(深入浅出c#)》是包含面向对象编程、c#和Visual studio集成开发环境的一
    次完整学习经历。针对大脑学习的特点,本书涵盖了c#3.0和Visual studic
    2008,并且讲解了从垃圾收集到扩展方法再到双缓冲动画的所有内容。你将
    掌握c#的最新最热门的语法、LINQ、.NET集合数据查询、sQL数据库以及
    更多内容。学完本书之时,你将成为一个熟练的c#程序员,能够设计并编写
    大规模的应用程序。
    为何本书如此与众不同?
    我们认为你用来学习新概念的时间是极其宝贵的。  《(深入浅出c#)》使用认知
    科学和学习理论的最新研究成果,为你带来多感官的学习体验,它采用了丰
    富、可视、适于大脑工作的形式,而不是用过多的文字使你感到昏昏欲睡.

    内容简介

    《深入浅出c#》是包含面向对象编程、c#和visual studio集成开发环境的一次完整学习经历。针对大脑学习的特点,本书涵盖了c# 3.0和visual studio 2008, 并且讲解了从垃圾收集到扩展方法再到双缓冲动画的所有内容。你将掌握c#的最新最热门的语法、linq、.net集合数据查询、sql数据库以及更多内容。学完本书之时,你将成为一个熟练的c#程序员,能够设计并编写大规模的应用程序。
      为何本书如此与众不同?
      我们认为你用来学习新概念的时间是极其宝贵的。《深入浅出c#》使用认知科学和学习理论的最新研究成果,为你带来多感官的学习体验,它采用了丰富、可视、适于大脑工作的形式,而不是用过多的文字使你感到昏昏欲睡。

    作者简介

    目录

    intro
    1 get productive with c#: visual applications, in 10 minutes or less
     why you should learn c#
     c# and the visual studio ide make 10ts of things easy
     help the ceo go paperless
     get to know your users' needs before you start building your prograj
     here's what you're going to build
     what you do in visual studio...
     what visual studio does for you...
     develop the user interface
     visual studio, behind the scenes
     add to the auto-generated code
     you can already run your application
     we need a database to store our information
     creating the table for the contact list
     the blanks on contact card are columns in our people table
     finish building the table
     diagram your data so your application can access it
     insert your card data into the database
     connect your form to your database objects with a data soui-ce
     add database-driven controls to your form
     good apps are intuitive to use
     how to turn your application into everyone's application
     give your users the application
     you're not done: test your installation
     you built a complete data-driven application
    2 it's all just code: under the hood
     when you're doing this...
     ...the ide does this
     where programs come from
     the ide helps you code
     when you change things in the ide, you're also changing your code
     anatomy of a program
     your program knows where to start
     you can change your program's entry point
     two classes can be in the same namespace
     your programs use variables to work with data
    c# uses familiar math symbols
    loops pertbrm an action over and over again
    time to start coding
    if/else statements make decisions
    set up conditions and see if they're true
    3 objects get oriented: making code make sense
     how mike thinks about his problems
     how mike's car navigation system thinks about his problems
     mike's navigator class has methods to set and modii~y routes
     use what you've learned to build a simple application
     mike gets an idea
     mike can use objects to solve his problem
     you use a class to build an object
     when you create a new object from a class,
     it's called an instance of that class
     a better solution.., brought to you by objects!
     an instance uses fields to keep track of things
     let's create some instances!
     thanks for the memory
     what's on your program's mind
     you can use class and method names to make your code intuitive
     give your classes a natural structure
     class diagrams help you organize your classes so they make:sense
     build a class to work with some ,guys . -
     create a project for your guys
     build a form to interact with the gays
     there's an even easier way to initialize objects
     a few ideas for designing intuitive classes
    4 types and references: it's 10:00. doyou know whereyour data is? c# lab 1: a day at the races
    5 encapsulation: keepyourprivates... private
    6 inheritance: 13ur object'sjhmily tree
    7 interfaces and abstract classes: making classes keep their promises
    8 enums and collections: storing lots of data c# lab 2: the quest
    9 reading and writing fries: save the byte array, save the world
    10 exception handling: putting out fires gets old
    11 events and delegates: what 13ur code does when you're not looking
    12 review and preview: knowledge, power, and building cool stuff
    13 controls and graphics: make it pretty
    14 captain amazing: the death of the object
    15 linq:get control of your data
    c# lab3:invaders
    appendix i:leftovers
    table of contents(the real thing)
     intro
     who is this book for?
     we know what you're thinking
     metacognition
     bend your brain into submission
     what you need for this book
     read me
     the technical review team
     acknowledgments

    商品评论(0条)

    暂无评论!

    您的浏览历史

    loading 内容加载中,请稍后...