搜索


会员资源切换至【手机版】

切换本帖至【手机版】


开启左侧

C#基础视频教程 Pluralsight C Sharp Fundamentals [压缩包]

[复制链接]
发表于 2021-8-10 23:30:05 | 显示全部楼层 |阅读模式
下载备注说明:


  • 1.有些P2P资源共享较早,会出现无源或暂时无源的情况,如果您喜欢它,请耐心挂机等待。


  • 2. 有些磁力链接无法自动解析,比如:


    [url=magnet:?xt=urn:btih:E1346C46C3736056756E98D2EC22A383D7D2600F&dn=[www.books51.com]太阳之下_幸福北韩 Under.the.Sun.2015.DOCU.1080p.WEB-DL.AAC2.0.H264-FGT 4GB]点击下载[/url]



    可自行选择字符


    [url=


    红色为磁力地址


    ]点击下载


    之间的内容 (红色字符代表要复制的磁力链接代码,选择后点击CRTL+C 复制到下载工具中




  • 游客,本帖隐藏的内容需要积分高于 1 才可浏览,您当前积分为 0


    资源信息:



    中文名


    : C#基础视频教程


    英文名


    : Pluralsight C Sharp Fundamentals


    资源格式


    : 压缩包


    学校


    : Pluralsight


    主讲人


    : Scott Allen


    发行日期


    : 2010年


    地区


    : 美国


    对白语言


    : 英语


    文字语言


    : 英文


    概述


    :



    语言:英语 网址:http://www.pluralsight-training.net/microsoft/olt/course/description.aspx?n=csharp-fundamentals 类别:教程 (xuehui@TLF) Pluralsight出品的 C# 基础教程。主讲:Scott Allen 时长:6小时04分 C#是微软推出的一种基于.NET框架的、面向对象的高级编程语言。C#拥有C/C++的强大功能以及Visual Basic简易使用的特性,是第一个组件导向(Component-oriented)的程序语言,和C++与Java一样亦为对象导向(object-oriented)程序语言。 Scott Allen有着15年的商业软件开发经验,经常在国际会议上演讲。是微软最有价值专家(MVP) ,并撰写了一些ASP.NET,C#和Windows Workflow的微软技术书籍。 C# Fundamentals Authored by Scott Allen | Duration: 6h 4m | Level: Intermediate | Released: 3/26/2010 C# is Microsoft's entry into the world of managed programming. Using a syntax that is deliberately reminiscient of Java, C++ and C, C# achieves a natural tradeoff of terseness and clarity, enabling programmers to express concepts in a clear and maintainable form. Recent enhancements to the language have made it even more powerful than before, allowing programmers to work with C# in both an object-oriented and partially functional style. 代码 TITLE: Pluralsight.C.Sharp.Fundamentals-HELL DATE: 25 Dec 2010 TYPE: IT TUT DISKS: 1 CD RELEASE INFO: C# is Microsoft's entry into the world of managed programming. Using a syntax that is deliberately reminiscient of Java, C++ and C, C# achieves a natural tradeoff of terseness and clarity, enabling programmers to express concepts in a clear and maintainable form. Recent enhancements to the language have made it even more powerful than before, allowing programmers to work with C# in both an object-oriented and partially functional style. Scott Allen is a member of the technical staff at Pluralsight, where he focuses on connected systems and Web development. Scott has over 15 years of experience in commercial software development and is a frequent speaker at national conferences, and local user groups. Scott is a Microsoft MVP and has authored books on several Microsoft technologies, including ASP.NET, C#, and Windows Workflow. http://www.pluralsight-training.net/microsoft/olt/course/description.aspx?n=csharp-fundamentals INSTALL NOTES: 1) Unrar 2) Burn/Mount 3) Enjoy! GREETINGS TO OUR FRIENDS, RESPECTED COMPETITION AND OUR MIGHY HQS - JGT - W3D - BBL - ABORTIONSAREFORBABIES - CFE - AG - iNKiSO


    目录


    : An Introduction to C# 0:53:27 Overview 01:09 What is .NET? 02:03 What is the CLR? 02:27 The FCL 01:13 Hello, C# 02:34 Command Line Demo 03:11 Command Line Compiler 01:36 Visual Studio Demo 09:16 The IDE 02:07 Solution Explorer 01:22 Types 04:18 Primitive Types 01:51 Namespaces 04:53 Variables 01:42 Statements and Expressions 02:16 Operators 03:16 References 06:17 Summary 01:56 Classes and Objects 0:49:12 Introduction 00:42 Classes and Objects 01:56 Demo in WPF 03:44 Constructors 09:26 Reference Types 02:35 Object Oriented Programming 01:12 Inheritance 02:07 Demo with Circles and Squares 10:59 Access Modifiers 02:49 Abstract Classes 02:29 Virtual Members 05:00 Static Classes 02:52 Sealed Classes 00:57 Partial Classes 01:34 Summary 00:50 C# - Types 0:58:46 Overview 00:42 Reference Types 01:46 Value Types 02:56 The struct 01:17 Testing Reference Types 07:00 Testing Value Types 04:41 Passing Parameters 03:29 Parameter Demo 07:13 Strings 05:43 Boxing 03:11 The enum 02:02 Defining Types 00:38 Interfaces 03:15 Arrays 01:32 Array Demo 05:27 Assemblies 06:55 Conclusion 00:59 C# - Events, Properties, and Methods 0:54:56 Overview 00:38 Methods 06:59 Method Review 01:29 Method Overloading 02:21 Fields 00:59 Properties 03:00 Events 01:00 Events - Delegates 08:07 Events - Subscribing 06:39 Events - Publishing 11:03 Indexers 01:55 Operator Overloading 02:03 Conversion Operators 01:14 Constructors 03:58 Destructors 01:55 Summary 01:36 C# - Flow Control and Exceptions 0:49:49 Introduction 00:28 Branching 04:07 Switching 03:07 Looping 02:21 Using foreach 05:05 Jumping 02:29 Returning and Yielding 04:59 Throwing Exceptions 05:12 Built-in Exceptions 05:20 Handling Exceptions 06:28 Chaining Catch Blocks 01:10 Finally 01:51 Re-throwing Exceptions 04:18 Custom Exceptions 02:05 Summary 00:49 C# and the CLR 0:52:11 Introduction 01:08 Garbage Collection 06:51 Threads 03:00 Threading Demo 04:43 Async Demo 04:44 Parallel Demo 02:39 Reflection 02:42 Attributes 01:52 Custom Attributes 05:42 Creating Objects 02:38 Emitting Code 02:32 C# on the Metal 05:02 COM Interop 05:30 PInvoke 02:18 Summary 00:50 C# and Generics 0:46:21 Overview 00:39 Why Generics? 01:29 Building Collections Without Generics 03:24 Using Generics 04:45 Generic Collections 06:25 Generic Parameters 06:13 Generic Constraints 07:17 Terminology 06:00 Generic Methods 04:23 The default Keyword 01:18 Generic Interfaces 00:45 Generic Delegates 01:33 Variance 01:25 Summary 00:45

    主题推广




    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    切换至【手机版】| 主站| Archiver|

    JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!JS of wanmeiff.com and vcpic.com Please keep this copyright information, respect of, thank you!

    |网站地图

    GMT+8, 2026-4-2 01:33 , Processed in 0.310672 second(s), 73 queries .

     

    快速回复 返回顶部 返回列表