首页
磁力链接怎么用
한국어
English
日本語
简体中文
繁體中文
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013
文件类型
收录时间
最后活跃
资源热度
文件大小
文件数量
视频
2017-2-6 19:51
2024-10-31 18:18
97
2.73 GB
135
磁力链接
magnet:?xt=urn:btih:b248cf1bcbf4af4152f73db748b710f346e5035c
迅雷链接
thunder://QUFtYWduZXQ6P3h0PXVybjpidGloOmIyNDhjZjFiY2JmNGFmNDE1MmY3M2RiNzQ4YjcxMGYzNDZlNTAzNWNaWg==
二维码链接
种子下载(838888不存储任何种子文件)
种子下载线路1(迅雷)--推荐
种子下载线路2(比特彗星)
种子下载线路3(torcache)
3条线路均为国内外知名下载网站种子链接,内容跟本站无关!
相关链接
Udemy
-
A
20
Hour
C#
Course
With
Microsoft
Visual
Studio
2013
文件列表
00 None/000 Introduction.mp4
7.31MB
01 Learning The Fundamentals/001 Configuring the Layout of Visual Studio.mp4
10.95MB
01 Learning The Fundamentals/002 Create and Run Your First Program.mp4
23.52MB
01 Learning The Fundamentals/003 Different Ways of Keeping Console Window Open.mp4
10.27MB
01 Learning The Fundamentals/004 Whats a Statement, A Block, and a Comment.mp4
8.8MB
01 Learning The Fundamentals/005 Formatting Output Strings.mp4
23.54MB
01 Learning The Fundamentals/006 Whats a data type.mp4
12.51MB
01 Learning The Fundamentals/007 Define a local variable, and step through the program line by line for clarity.mp4
28.16MB
01 Learning The Fundamentals/008 Define a local variable, assign new values, and watch them change carefully.mp4
19.75MB
01 Learning The Fundamentals/009 Define two variables, perform arithmetic, and step through the program line by line.mp4
34.2MB
01 Learning The Fundamentals/010 Value type variables, and the results of copying them.mp4
10.54MB
01 Learning The Fundamentals/011 Understand the difference between division of double and integer values.mp4
22.36MB
01 Learning The Fundamentals/012 Interacting with users through the command line.mp4
19.29MB
01 Learning The Fundamentals/013 Setting Variables To Be Constant.mp4
9.16MB
01 Learning The Fundamentals/014 Explicit and Implicit Data Conversions.mp4
19.61MB
02 Program Flow/001 Code a simple if-else block to check a condition.mp4
12.62MB
02 Program Flow/002 Code a while loop, and use the locals window to see it run.mp4
9.55MB
02 Program Flow/003 IfElse Blocks with Multiple Options.mp4
20.72MB
02 Program Flow/004 Code a simple for loop to repeat a block of code.mp4
13.39MB
02 Program Flow/005 Do while loops.mp4
6.54MB
02 Program Flow/006 Coding a switch statement.mp4
17.71MB
02 Program Flow/007 For each loop example.mp4
10.56MB
02 Program Flow/008 Break Statement.mp4
10.81MB
02 Program Flow/009 Continue Statement.mp4
9.89MB
03 Operators/001 And Operators.mp4
14.39MB
03 Operators/002 Or Operators.mp4
10.2MB
03 Operators/003 Evaluate and Assign Arithmetic Operators.mp4
12.38MB
03 Operators/004 The Logical Negation Operator.mp4
12.6MB
03 Operators/005 The Ternary Operator.mp4
14.07MB
04 Arrays and more/001 Basic Arrays.mp4
15.04MB
04 Arrays and more/002 Looping through an array with a for loop.mp4
17.15MB
04 Arrays and more/003 Reference type variables.mp4
12.96MB
04 Arrays and more/004 Using the ref modifier in function calls.mp4
15.62MB
04 Arrays and more/005 Using Out Parameters to Return Multiple Values From Functions.mp4
23.69MB
04 Arrays and more/006 Using the length property of arrays and converting between data types.mp4
17.31MB
04 Arrays and more/007 Multidimensional Arrays.mp4
19.8MB
04 Arrays and more/008 Passing Arrays as Function Arguments.mp4
29.14MB
04 Arrays and more/009 Params Keyword in Function Headers.mp4
22.86MB
04 Arrays and more/010 Enumerations.mp4
25.89MB
05 Creating simple classes/001 Create a simple class.mp4
15.06MB
05 Creating simple classes/002 Create a simple class, add a constructor, and add one function, or method.mp4
26.2MB
05 Creating simple classes/003 Create a class, add four functions, understand the concept of variable scope.mp4
29.19MB
05 Creating simple classes/004 Whats a user defined data type.mp4
6.82MB
05 Creating simple classes/005 Dynamic Data Typing.mp4
6.79MB
05 Creating simple classes/006 Difference Between Dynamic and Var..mp4
8.86MB
05 Creating simple classes/007 How to declare, and access instance variables.mp4
19.81MB
05 Creating simple classes/008 Instance variables, example with two objects.mp4
11.28MB
05 Creating simple classes/009 Class Level Fields Sharing Between Among Objects.mp4
28.51MB
05 Creating simple classes/010 Setting up a simple inheritence example.mp4
15.59MB
05 Creating simple classes/011 IS A Relationships in Object Oriented Programming.mp4
12.03MB
05 Creating simple classes/012 Understanding the difference between class methods and object methods.mp4
23.17MB
05 Creating simple classes/013 Equality by references.mp4
12.77MB
05 Creating simple classes/014 Coding Properties.mp4
9.37MB
05 Creating simple classes/015 Creating and using virtual methods.mp4
16.56MB
05 Creating simple classes/016 Understanding upcasting.mp4
18.59MB
05 Creating simple classes/017 Understand the purpose and coding of an abstract class.mp4
21.33MB
05 Creating simple classes/018 Create a list of objects, and step through it using a foreach loop.mp4
20.86MB
05 Creating simple classes/019 Polymorphism.mp4
14.63MB
05 Creating simple classes/020 Structs.mp4
44.85MB
05 Creating simple classes/021 Overloading Operators.mp4
28.33MB
05 Creating simple classes/022 Overloading Operators Example 2.mp4
35.74MB
05 Creating simple classes/023 Delegates.mp4
18.27MB
05 Creating simple classes/024 Multicast Delegates.mp4
21.12MB
05 Creating simple classes/025 Dynamic Actions.mp4
17.12MB
05 Creating simple classes/026 Handling Simple Events Using Delegates.mp4
18.93MB
05 Creating simple classes/027 Interfaces.mp4
23.37MB
05 Creating simple classes/028 Interface Example 2.mp4
19.18MB
05 Creating simple classes/029 Access Modifiers.mp4
18.49MB
05 Creating simple classes/030 Destructors.mp4
25.94MB
05 Creating simple classes/031 String Basics.mp4
15.15MB
05 Creating simple classes/032 Partial Classes.mp4
16.4MB
05 Creating simple classes/033 Create a Program that Continually Waits for User Input.mp4
18.61MB
06 Error Handling/001 Error checking with simple ifelse statements.mp4
13.79MB
06 Error Handling/002 Try-Catch-Finally Blocks.mp4
12.73MB
06 Error Handling/003 Multiple Catch Blocks.mp4
23.02MB
06 Error Handling/004 Throwing and Catching Exceptions.mp4
31.45MB
07 The Object Class/001 Object Equals and Reference Equals Methods.mp4
27.5MB
07 The Object Class/002 Get Type Method.mp4
19.6MB
07 The Object Class/003 Memberwise Clone, Shallow Copies and Deep Copies.mp4
41.67MB
07 The Object Class/004 The ToString Function.mp4
15.95MB
08 Miscellaneous Topics/001 Turning objects into arrays with indexers.mp4
28.88MB
08 Miscellaneous Topics/002 Create an application, and install it on your system..mp4
8.24MB
08 Miscellaneous Topics/003 Writing and reading files.mp4
12.96MB
08 Miscellaneous Topics/004 Reading and Writing Files, Graphical Example.mp4
53.52MB
08 Miscellaneous Topics/005 Viewing the Call Hierarchy.mp4
7.56MB
08 Miscellaneous Topics/006 Condtional Functions.mp4
12.94MB
08 Miscellaneous Topics/007 Nullable Data Types.mp4
12.07MB
08 Miscellaneous Topics/008 Create a Dynamic Link Library and Reference It.mp4
13.67MB
08 Miscellaneous Topics/009 Fully Qualified Names.mp4
20.17MB
08 Miscellaneous Topics/010 Display All the Files and Folders in A Directory.mp4
18.35MB
08 Miscellaneous Topics/011 Build a Simple Web Browser.mp4
17.62MB
09 Modern Language Features/001 Generics, Introduction.mp4
26.46MB
09 Modern Language Features/002 ListT With Predefined Types.mp4
28.1MB
09 Modern Language Features/003 ListT With a User Defined TYpe.mp4
26.49MB
09 Modern Language Features/004 Generic Interface With One Class.mp4
24.63MB
09 Modern Language Features/005 Understanding Generic Dictionaries.mp4
20.28MB
09 Modern Language Features/006 Lambda Expression Basics.mp4
18.93MB
09 Modern Language Features/007 Func Notation For Lambda Expressions.mp4
17.19MB
09 Modern Language Features/008 Using Lambda Expressions with Outer Variables.mp4
16.8MB
09 Modern Language Features/009 Lambda Expressions That Change Local Variables.mp4
17.8MB
09 Modern Language Features/010 Returning Lambda Expression References from Functions.mp4
20.17MB
09 Modern Language Features/011 Funcs with Dynamic Variables.mp4
18.81MB
10 Pointers and More/001 Extracting Methods and Organizing Using Statements.mp4
7.78MB
10 Pointers and More/002 Pointers and AddressOf Operator.mp4
17.64MB
10 Pointers and More/003 Arrays of Pointers Example.mp4
30.48MB
10 Pointers and More/004 Using Statments.mp4
19.05MB
10 Pointers and More/005 Overloading Operators.mp4
26.84MB
10 Pointers and More/006 Serialization Examples.mp4
33.74MB
10 Pointers and More/007 Simple Event Log Writing.mp4
21.99MB
10 Pointers and More/008 Create and Run a Service.mp4
77.92MB
11 Database and LINQ Basics/001 Download and Install SQL Server Express.mp4
22.7MB
11 Database and LINQ Basics/002 Connect Visual Studio to SQL Server, and Write Code To Display Some Results.mp4
25.37MB
11 Database and LINQ Basics/003 Write Better Code for Connecting to Databases.mp4
25.73MB
11 Database and LINQ Basics/004 Use LINQ with Arrays.mp4
19.6MB
11 Database and LINQ Basics/005 Use LINQ with XML.mp4
26.04MB
11 Database and LINQ Basics/006 Use LINQ with Strings.mp4
18.86MB
11 Database and LINQ Basics/007 LINQ to SQL.mp4
43.8MB
11 Database and LINQ Basics/008 Details View Control.mp4
14.92MB
12 WPF Basics/001 Simple WPF App.mp4
27.01MB
12 WPF Basics/002 Controlling Columns and Rows.mp4
15.72MB
12 WPF Basics/003 Create a Simple GUI For Displaying Files.mp4
22.25MB
12 WPF Basics/004 Create a More Sophisticated WPF App.mp4
61.98MB
13 Threading/001 Create, Run, Suspend and Join Threads.mp4
25.04MB
14 Entity Framework/001 Create Databases From Code.mp4
43.58MB
15 Text Editor Project/001 Make The User Interface and Add an Open Dialog.mp4
23.52MB
15 Text Editor Project/002 Add a Dialog for Saving.mp4
19.95MB
15 Text Editor Project/003 Add Printing to Printers and Files.mp4
29.86MB
15 Text Editor Project/004 Add Preview Capabilities.mp4
7.96MB
16 Windows Forms in Depth/001 Forms, Windows, Properties, Coordinates.mp4
26.84MB
16 Windows Forms in Depth/002 Reading Mouse Movements and Events.mp4
27.93MB
16 Windows Forms in Depth/003 Build a Small Guessing Game with Nested IfElse Blocks and Key Up Event.mp4
28.92MB
17 Miscellania/001 Abstract Keyword.mp4
17.39MB
17 Miscellania/002 Splitting Parameter Lists, and Passing Values into Parent Class Constructors.mp4
18.89MB
17 Miscellania/003 Garbage Collection and Memory Observation.mp4
26.29MB
18 Projects/001 Build A Calculator Using TryParse, The Ternary Operator and Func,,,.mp4
37.18MB
友情提示
不会用的朋友看这里 把磁力链接复制到离线下载,或者bt下载软件里即可下载文件,或者直接复制迅雷链接到迅雷里下载! 亲,你造吗?将网页分享给您的基友,下载的人越多速度越快哦!
违规内容投诉邮箱:
[email protected]
概述 838888磁力搜索是一个磁力链接搜索引擎,是学术研究的副产品,用于解决资源过度分散的问题 它通过BitTorrent协议加入DHT网络,实时的自动采集数据,仅存储文件的标题、大小、文件列表、文件标识符(磁力链接)等基础信息 838888磁力搜索不下载任何真实资源,无法判断资源的合法性及真实性,使用838888磁力搜索服务的用户需自行鉴别内容的真伪 838888磁力搜索不上传任何资源,不提供Tracker服务,不提供种子文件的下载,这意味着838888磁力搜索 838888磁力搜索是一个完全合法的系统