您好,欢迎光临本网站![请登录][注册会员]  

搜索资源列表

  1. 微软内部 C# 培训资料

  2. 微软内部非公开资料,值得一读。 Objectives After completing this course, you will be able to: List the major elements of the .NET Framework and explain how C# fits into the .NET Platform. Analyze the basic structure of a C# application and be able to document, debu
  3. 所属分类:C#

    • 发布日期:2009-05-19
    • 文件大小:6291456
    • 提供者:poimnb123
  1. 微软C#3.0 Specification

  2. 微软官方关于C#3.0的参考书,Doc版 1. Introduction 1 1.1 Hello world 1 1.2 Program structure 2 1.3 Types and variables 4 1.4 Expressions 6 1.5 Statements 8 1.6 Classes and objects 12 1.6.1 Members 12 1.6.2 Accessibility 13 1.6.3 Type parameters 13 1.6.4 Base clas
  3. 所属分类:Access

    • 发布日期:2009-09-24
    • 文件大小:2097152
    • 提供者:timsonboy
  1. Microsoft Visual C# 2010 Step by Step Mar 2010

  2. Teach yourself Visual C# 2010-one step at a time. Ideal for developers with fundamental programming skills, this practical tutorial features learn-by-doing exercises that demonstrate how, when, and why to use the features of the C# rapid application
  3. 所属分类:C#

    • 发布日期:2010-04-01
    • 文件大小:5242880
    • 提供者:godghdai
  1. Microsoft Visual C# 2010 Step by Step

  2. Teach yourself Visual C# 2010-one step at a time. Ideal for developers with fundamental programming skills, this practical tutorial features learn-by-doing exercises that demonstrate how, when, and why to use the features of the C# rapid application
  3. 所属分类:C#

    • 发布日期:2010-05-05
    • 文件大小:5242880
    • 提供者:wky1104
  1. As you can see,indexers behave much like a custom collection supporting the IEnumeratorand

  2. As you can see,indexers behave much like a custom collection supporting the IEnumeratorand IEnumerableinterfaces in that they provide access to a container’s subitems. The major difference ofcourse is that rather than accessing the contents using th
  3. 所属分类:Access

    • 发布日期:2010-08-03
    • 文件大小:7340032
    • 提供者:rivergogo
  1. C# 4.0 The Complete Reference

  2. Overview The Definitive Guide to C# Bestselling author Herb Schildt has updated and expanded his classic programming reference to cover C# 4.0--the latest release of this powerful, feature-rich language. Using carefully crafted explanations, insider
  3. 所属分类:C#

    • 发布日期:2010-09-19
    • 文件大小:4194304
    • 提供者:madking
  1. Programming Collective Intelligence

  2.   Want to tap the power behind search rankings, product recommendations, social bookmarking, and online matchmaking? This fascinating book demonstrates how you can build Web 2.0 applications to mine the enormous amount of data created by people on t
  3. 所属分类:Web开发

    • 发布日期:2010-09-29
    • 文件大小:3145728
    • 提供者:Crazy_Sunp
  1. CSharp 3.0 With the .NET Framework 3.5 Unleashed(english)

  2. 一本不错的C#书,希望对您有帮助,本书目录: C# 3.0 Unleashed 1 Table of Contents 6 Introduction 30 Why This Book Is for You 31 Organization and Goals 32 Part 1 Learning C# Basics 36 1 Introducing the .NET Platform 38 What Is .NET? 38 The Common Language Runtime (CLR) 40
  3. 所属分类:C#

    • 发布日期:2010-12-22
    • 文件大小:11534336
    • 提供者:shaocgcg
  1. 编译器源码(C#实现)

  2. 一款C#实现的编译器,供学习使用。 The compiler has a number of phases: * Parsing. * The TypeManager * Base class resolution and type definition. * Method, Properties, Indexers and events definitions * Code Generation * Statements * Expressions * Error reporting
  3. 所属分类:C#

    • 发布日期:2011-01-14
    • 文件大小:1048576
    • 提供者:jshouliang
  1. DotfuscatorPro_4.9.7000

  2. Enhancements: New anti-decompliation measures have been added to combat new and updated decompilers. Initial support for Windows Phone 7.1 ("Mango") has been added. Functional Changes: Indexers on classes in assemblies that contain markup are no lon
  3. 所属分类:C#

    • 发布日期:2011-10-20
    • 文件大小:41943040
    • 提供者:cherrycheung
  1. sesame源代码

  2. Sesame is a de-facto standard framework for processing RDF data. This includes parsing, storing, inferencing and querying of/over such data. It offers an easy-to-use API that can be connected to all leading RDF storage solutions. Sesame has been des
  3. 所属分类:Java

    • 发布日期:2011-12-08
    • 文件大小:10485760
    • 提供者:xiaoqian321
  1. C# Language Reference

  2. Table of Contents 1. Introduction...................................................................................................................................................... 1 1.1Hello,world.................................................
  3. 所属分类:C#

    • 发布日期:2012-06-30
    • 文件大小:1048576
    • 提供者:c12abapollo
  1. CSharp - Module 13_Properties and Indexers

  2. CSharp - Module 13_Properties and Indexers
  3. 所属分类:C#

    • 发布日期:2008-08-24
    • 文件大小:1048576
    • 提供者:StanfordZhang
  1. Introduction to CSharp Programming for the Microsoft .NET Platform[2001,812P]

  2. After completing this course, the student will be able to: n List the major elements of the .NET Framew ork and explain how C# fits into the .NET platform. n Analyze the basic structure of a C# application and be able to debug, compile, and run a si
  3. 所属分类:C#

    • 发布日期:2008-09-12
    • 文件大小:12582912
    • 提供者:libuang
  1. C#编程思想

  2. 第1章 C#简介 1. 1 开始 Start 1. 2 类型 Types 1. 2. 1 预定义类型 Predefined type 1. 2. 2 转换 Conversion 1. 2. 3 数组类型 Array 1. 2. 4 类型系统的统一 Type System Unification 1. 3 变量与参数 Variables And Parameters 1. 4 自动内存管理 Automatic Memory Management 1. 5 表达式 Expressions 1. 6
  3. 所属分类:.Net

    • 发布日期:2014-09-30
    • 文件大小:13631488
    • 提供者:sanpi199274
  1. spring-framework

  2. Not Using Commons Logging ................................................................... 12 Using SLF4J ............................................................................................ 13 Using Log4J ................................
  3. 所属分类:Java

    • 发布日期:2015-05-28
    • 文件大小:4194304
    • 提供者:lixiplus
  1. spring-framework-reference4.1.4

  2. Not Using Commons Logging ................................................................... 12 Using SLF4J ............................................................................................ 13 Using Log4J ................................
  3. 所属分类:Java

    • 发布日期:2015-12-15
    • 文件大小:4194304
    • 提供者:lixiplus
  1. spring-framework-reference-4.1.2

  2. Not Using Commons Logging ................................................................... 12 Using SLF4J ............................................................................................ 13 Using Log4J ................................
  3. 所属分类:Java

    • 发布日期:2015-12-15
    • 文件大小:4194304
    • 提供者:lixiplus
  1. spring-framework-reference(英文原版pdf官方参考文档)

  2. Spring Framework Reference Documentation Authors Rod Johnson , Juergen Hoeller , Keith Donald , Colin Sampaleanu , Rob Harrop , Thomas Risberg , Alef Arendsen , Darren Davison , Dmitriy Kopylenko , Mark Pollack , Thierry Templier , Erwin Vervaet , P
  3. 所属分类:Web开发

    • 发布日期:2017-01-20
    • 文件大小:5242880
    • 提供者:love_legain
  1. Indexers-源码

  2. Indexers
  3. 所属分类:其它

    • 发布日期:2021-03-14
    • 文件大小:1024
    • 提供者:weixin_42134285
« 12 »