zhongziso种子搜
首页
功能
磁力转BT
BT转磁力
使用教程
免责声明
关于
zhongziso
搜索
Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013
magnet:?xt=urn:btih:b248cf1bcbf4af4152f73db748b710f346e5035c&dn=Udemy - A 20 Hour C# Course With Microsoft Visual Studio 2013
磁力链接详情
Hash值:
b248cf1bcbf4af4152f73db748b710f346e5035c
点击数:
107
文件大小:
2.73 GB
文件数量:
135
创建日期:
2017-2-6 19:51
最后访问:
2025-1-15 02:59
访问标签:
Udemy
-
A
20
Hour
C#
Course
With
Microsoft
Visual
Studio
2013
文件列表详情
00 None/000 Introduction.mp4 7.31 MB
01 Learning The Fundamentals/001 Configuring the Layout of Visual Studio.mp4 10.95 MB
01 Learning The Fundamentals/002 Create and Run Your First Program.mp4 23.52 MB
01 Learning The Fundamentals/003 Different Ways of Keeping Console Window Open.mp4 10.27 MB
01 Learning The Fundamentals/004 Whats a Statement, A Block, and a Comment.mp4 8.8 MB
01 Learning The Fundamentals/005 Formatting Output Strings.mp4 23.54 MB
01 Learning The Fundamentals/006 Whats a data type.mp4 12.51 MB
01 Learning The Fundamentals/007 Define a local variable, and step through the program line by line for clarity.mp4 28.16 MB
01 Learning The Fundamentals/008 Define a local variable, assign new values, and watch them change carefully.mp4 19.75 MB
01 Learning The Fundamentals/009 Define two variables, perform arithmetic, and step through the program line by line.mp4 34.2 MB
01 Learning The Fundamentals/010 Value type variables, and the results of copying them.mp4 10.54 MB
01 Learning The Fundamentals/011 Understand the difference between division of double and integer values.mp4 22.36 MB
01 Learning The Fundamentals/012 Interacting with users through the command line.mp4 19.29 MB
01 Learning The Fundamentals/013 Setting Variables To Be Constant.mp4 9.16 MB
01 Learning The Fundamentals/014 Explicit and Implicit Data Conversions.mp4 19.61 MB
02 Program Flow/001 Code a simple if-else block to check a condition.mp4 12.62 MB
02 Program Flow/002 Code a while loop, and use the locals window to see it run.mp4 9.55 MB
02 Program Flow/003 IfElse Blocks with Multiple Options.mp4 20.72 MB
02 Program Flow/004 Code a simple for loop to repeat a block of code.mp4 13.39 MB
02 Program Flow/005 Do while loops.mp4 6.54 MB
02 Program Flow/006 Coding a switch statement.mp4 17.71 MB
02 Program Flow/007 For each loop example.mp4 10.56 MB
02 Program Flow/008 Break Statement.mp4 10.81 MB
02 Program Flow/009 Continue Statement.mp4 9.89 MB
03 Operators/001 And Operators.mp4 14.39 MB
03 Operators/002 Or Operators.mp4 10.2 MB
03 Operators/003 Evaluate and Assign Arithmetic Operators.mp4 12.38 MB
03 Operators/004 The Logical Negation Operator.mp4 12.6 MB
03 Operators/005 The Ternary Operator.mp4 14.07 MB
04 Arrays and more/001 Basic Arrays.mp4 15.04 MB
04 Arrays and more/002 Looping through an array with a for loop.mp4 17.15 MB
04 Arrays and more/003 Reference type variables.mp4 12.96 MB
04 Arrays and more/004 Using the ref modifier in function calls.mp4 15.62 MB
04 Arrays and more/005 Using Out Parameters to Return Multiple Values From Functions.mp4 23.69 MB
04 Arrays and more/006 Using the length property of arrays and converting between data types.mp4 17.31 MB
04 Arrays and more/007 Multidimensional Arrays.mp4 19.8 MB
04 Arrays and more/008 Passing Arrays as Function Arguments.mp4 29.14 MB
04 Arrays and more/009 Params Keyword in Function Headers.mp4 22.86 MB
04 Arrays and more/010 Enumerations.mp4 25.89 MB
05 Creating simple classes/001 Create a simple class.mp4 15.06 MB
05 Creating simple classes/002 Create a simple class, add a constructor, and add one function, or method.mp4 26.2 MB
05 Creating simple classes/003 Create a class, add four functions, understand the concept of variable scope.mp4 29.19 MB
05 Creating simple classes/004 Whats a user defined data type.mp4 6.82 MB
05 Creating simple classes/005 Dynamic Data Typing.mp4 6.79 MB
05 Creating simple classes/006 Difference Between Dynamic and Var..mp4 8.86 MB
05 Creating simple classes/007 How to declare, and access instance variables.mp4 19.81 MB
05 Creating simple classes/008 Instance variables, example with two objects.mp4 11.28 MB
05 Creating simple classes/009 Class Level Fields Sharing Between Among Objects.mp4 28.51 MB
05 Creating simple classes/010 Setting up a simple inheritence example.mp4 15.59 MB
05 Creating simple classes/011 IS A Relationships in Object Oriented Programming.mp4 12.03 MB
05 Creating simple classes/012 Understanding the difference between class methods and object methods.mp4 23.17 MB
05 Creating simple classes/013 Equality by references.mp4 12.77 MB
05 Creating simple classes/014 Coding Properties.mp4 9.37 MB
05 Creating simple classes/015 Creating and using virtual methods.mp4 16.56 MB
05 Creating simple classes/016 Understanding upcasting.mp4 18.59 MB
05 Creating simple classes/017 Understand the purpose and coding of an abstract class.mp4 21.33 MB
05 Creating simple classes/018 Create a list of objects, and step through it using a foreach loop.mp4 20.86 MB
05 Creating simple classes/019 Polymorphism.mp4 14.63 MB
05 Creating simple classes/020 Structs.mp4 44.85 MB
05 Creating simple classes/021 Overloading Operators.mp4 28.33 MB
05 Creating simple classes/022 Overloading Operators Example 2.mp4 35.74 MB
05 Creating simple classes/023 Delegates.mp4 18.27 MB
05 Creating simple classes/024 Multicast Delegates.mp4 21.12 MB
05 Creating simple classes/025 Dynamic Actions.mp4 17.12 MB
05 Creating simple classes/026 Handling Simple Events Using Delegates.mp4 18.93 MB
05 Creating simple classes/027 Interfaces.mp4 23.37 MB
05 Creating simple classes/028 Interface Example 2.mp4 19.18 MB
05 Creating simple classes/029 Access Modifiers.mp4 18.49 MB
05 Creating simple classes/030 Destructors.mp4 25.94 MB
05 Creating simple classes/031 String Basics.mp4 15.15 MB
05 Creating simple classes/032 Partial Classes.mp4 16.4 MB
05 Creating simple classes/033 Create a Program that Continually Waits for User Input.mp4 18.61 MB
06 Error Handling/001 Error checking with simple ifelse statements.mp4 13.79 MB
06 Error Handling/002 Try-Catch-Finally Blocks.mp4 12.73 MB
06 Error Handling/003 Multiple Catch Blocks.mp4 23.02 MB
06 Error Handling/004 Throwing and Catching Exceptions.mp4 31.45 MB
07 The Object Class/001 Object Equals and Reference Equals Methods.mp4 27.5 MB
07 The Object Class/002 Get Type Method.mp4 19.6 MB
07 The Object Class/003 Memberwise Clone, Shallow Copies and Deep Copies.mp4 41.67 MB
07 The Object Class/004 The ToString Function.mp4 15.95 MB
08 Miscellaneous Topics/001 Turning objects into arrays with indexers.mp4 28.88 MB
08 Miscellaneous Topics/002 Create an application, and install it on your system..mp4 8.24 MB
08 Miscellaneous Topics/003 Writing and reading files.mp4 12.96 MB
08 Miscellaneous Topics/004 Reading and Writing Files, Graphical Example.mp4 53.52 MB
08 Miscellaneous Topics/005 Viewing the Call Hierarchy.mp4 7.56 MB
08 Miscellaneous Topics/006 Condtional Functions.mp4 12.94 MB
08 Miscellaneous Topics/007 Nullable Data Types.mp4 12.07 MB
08 Miscellaneous Topics/008 Create a Dynamic Link Library and Reference It.mp4 13.67 MB
08 Miscellaneous Topics/009 Fully Qualified Names.mp4 20.17 MB
08 Miscellaneous Topics/010 Display All the Files and Folders in A Directory.mp4 18.35 MB
08 Miscellaneous Topics/011 Build a Simple Web Browser.mp4 17.62 MB
09 Modern Language Features/001 Generics, Introduction.mp4 26.46 MB
09 Modern Language Features/002 ListT With Predefined Types.mp4 28.1 MB
09 Modern Language Features/003 ListT With a User Defined TYpe.mp4 26.49 MB
09 Modern Language Features/004 Generic Interface With One Class.mp4 24.63 MB
09 Modern Language Features/005 Understanding Generic Dictionaries.mp4 20.28 MB
09 Modern Language Features/006 Lambda Expression Basics.mp4 18.93 MB
09 Modern Language Features/007 Func Notation For Lambda Expressions.mp4 17.19 MB
09 Modern Language Features/008 Using Lambda Expressions with Outer Variables.mp4 16.8 MB
09 Modern Language Features/009 Lambda Expressions That Change Local Variables.mp4 17.8 MB
09 Modern Language Features/010 Returning Lambda Expression References from Functions.mp4 20.17 MB
09 Modern Language Features/011 Funcs with Dynamic Variables.mp4 18.81 MB
10 Pointers and More/001 Extracting Methods and Organizing Using Statements.mp4 7.78 MB
10 Pointers and More/002 Pointers and AddressOf Operator.mp4 17.64 MB
10 Pointers and More/003 Arrays of Pointers Example.mp4 30.48 MB
10 Pointers and More/004 Using Statments.mp4 19.05 MB
10 Pointers and More/005 Overloading Operators.mp4 26.84 MB
10 Pointers and More/006 Serialization Examples.mp4 33.74 MB
10 Pointers and More/007 Simple Event Log Writing.mp4 21.99 MB
10 Pointers and More/008 Create and Run a Service.mp4 77.92 MB
11 Database and LINQ Basics/001 Download and Install SQL Server Express.mp4 22.7 MB
11 Database and LINQ Basics/002 Connect Visual Studio to SQL Server, and Write Code To Display Some Results.mp4 25.37 MB
11 Database and LINQ Basics/003 Write Better Code for Connecting to Databases.mp4 25.73 MB
11 Database and LINQ Basics/004 Use LINQ with Arrays.mp4 19.6 MB
11 Database and LINQ Basics/005 Use LINQ with XML.mp4 26.04 MB
11 Database and LINQ Basics/006 Use LINQ with Strings.mp4 18.86 MB
11 Database and LINQ Basics/007 LINQ to SQL.mp4 43.8 MB
11 Database and LINQ Basics/008 Details View Control.mp4 14.92 MB
12 WPF Basics/001 Simple WPF App.mp4 27.01 MB
12 WPF Basics/002 Controlling Columns and Rows.mp4 15.72 MB
12 WPF Basics/003 Create a Simple GUI For Displaying Files.mp4 22.25 MB
12 WPF Basics/004 Create a More Sophisticated WPF App.mp4 61.98 MB
13 Threading/001 Create, Run, Suspend and Join Threads.mp4 25.04 MB
14 Entity Framework/001 Create Databases From Code.mp4 43.58 MB
15 Text Editor Project/001 Make The User Interface and Add an Open Dialog.mp4 23.52 MB
15 Text Editor Project/002 Add a Dialog for Saving.mp4 19.95 MB
15 Text Editor Project/003 Add Printing to Printers and Files.mp4 29.86 MB
15 Text Editor Project/004 Add Preview Capabilities.mp4 7.96 MB
16 Windows Forms in Depth/001 Forms, Windows, Properties, Coordinates.mp4 26.84 MB
16 Windows Forms in Depth/002 Reading Mouse Movements and Events.mp4 27.93 MB
16 Windows Forms in Depth/003 Build a Small Guessing Game with Nested IfElse Blocks and Key Up Event.mp4 28.92 MB
17 Miscellania/001 Abstract Keyword.mp4 17.39 MB
17 Miscellania/002 Splitting Parameter Lists, and Passing Values into Parent Class Constructors.mp4 18.89 MB
17 Miscellania/003 Garbage Collection and Memory Observation.mp4 26.29 MB
18 Projects/001 Build A Calculator Using TryParse, The Ternary Operator and Func,,,.mp4 37.18 MB
其他位置