本站已收录 番号和无损神作磁力链接/BT种子 

C# 10 Fundamentals

种子简介

种子名称: C# 10 Fundamentals
文件类型: 视频
文件数目: 150个文件
文件大小: 1.09 GB
收录时间: 2023-11-12 00:21
已经下载: 3
资源热度: 60
最近下载: 2024-5-19 04:22

下载BT种子文件

下载Torrent文件(.torrent) 立即下载

磁力链接下载

magnet:?xt=urn:btih:db36a3ee80d01fed9201c8a77455117396396235&dn=C# 10 Fundamentals 复制链接到迅雷、QQ旋风进行下载,或者使用百度云离线下载。

喜欢这个种子的人也喜欢

种子包含的文件

C# 10 Fundamentals.torrent
  • 01. Course Overview/1. Course Overview.mp43.19MB
  • 02. Getting Started with C# 10 and .NET 6/01. Module Introduction.mp410.45MB
  • 02. Getting Started with C# 10 and .NET 6/02. Hello C#.mp43.42MB
  • 02. Getting Started with C# 10 and .NET 6/03. Setting up Your Environment.mp43.74MB
  • 02. Getting Started with C# 10 and .NET 6/04. Demo- Setting up Your Environment Using Visual Studio.mp44.34MB
  • 02. Getting Started with C# 10 and .NET 6/05. Building Your First C# Program Using Visual Studio.mp42.37MB
  • 02. Getting Started with C# 10 and .NET 6/06. Demo- Creating Your First C# Application.mp46.12MB
  • 02. Getting Started with C# 10 and .NET 6/07. Demo- Writing C# Code.mp410.12MB
  • 02. Getting Started with C# 10 and .NET 6/08. Demo- Exploring the Files in a C# Application.mp410.26MB
  • 02. Getting Started with C# 10 and .NET 6/09. Debugging Our Code.mp44.53MB
  • 02. Getting Started with C# 10 and .NET 6/10. Demo- Debugging in Visual Studio.mp49.65MB
  • 02. Getting Started with C# 10 and .NET 6/11. Building Applications Using the CLI.mp45.23MB
  • 02. Getting Started with C# 10 and .NET 6/12. Demo- Building Applications Using the CLI.mp410.42MB
  • 02. Getting Started with C# 10 and .NET 6/13. Demo- Using the Docs.mp44.34MB
  • 02. Getting Started with C# 10 and .NET 6/14. Summary.mp41.7MB
  • 03. Learning the C# Syntax/01. Module Introduction.mp41.97MB
  • 03. Learning the C# Syntax/02. Understanding the Essential C# Building Blocks.mp49.38MB
  • 03. Learning the C# Syntax/03. Demo- Using the Essential C# Building Blocks.mp48.33MB
  • 03. Learning the C# Syntax/04. Working with Built-in Types.mp46.99MB
  • 03. Learning the C# Syntax/05. Demo- Working with Primitive Types.mp49.06MB
  • 03. Learning the C# Syntax/06. Demo- Using Constant Values.mp43.01MB
  • 03. Learning the C# Syntax/07. Getting to Know Strings.mp42.15MB
  • 03. Learning the C# Syntax/08. Demo- Creating Strings.mp42.32MB
  • 03. Learning the C# Syntax/09. C# Operators.mp42.79MB
  • 03. Learning the C# Syntax/10. Demo- Using Operators in C#.mp412.76MB
  • 03. Learning the C# Syntax/11. Members On Primitive Types.mp42.05MB
  • 03. Learning the C# Syntax/12. Demo- Working with Members on Primitive Types.mp47.27MB
  • 03. Learning the C# Syntax/13. Using Date and Time in C#.mp42.45MB
  • 03. Learning the C# Syntax/14. Demo- Working with DateTime.mp415.07MB
  • 03. Learning the C# Syntax/15. Converting Between Types.mp42.52MB
  • 03. Learning the C# Syntax/16. Demo- Converting Between Types.mp46.17MB
  • 03. Learning the C# Syntax/17. Implicit Typing.mp44.1MB
  • 03. Learning the C# Syntax/18. Demo- Using var.mp44.79MB
  • 03. Learning the C# Syntax/19. Summary.mp41.03MB
  • 04. Adding Decision and Iteration Statements in C#/01. Module Introduction.mp41.84MB
  • 04. Adding Decision and Iteration Statements in C#/02. Working with Boolean Values.mp45.02MB
  • 04. Adding Decision and Iteration Statements in C#/03. Demo- Working with relational Operators.mp47.25MB
  • 04. Adding Decision and Iteration Statements in C#/04. Making Decisions with the if Statement.mp48.02MB
  • 04. Adding Decision and Iteration Statements in C#/05. Demo- Using if Statements.mp49.37MB
  • 04. Adding Decision and Iteration Statements in C#/06. Using the switch Statement.mp45.85MB
  • 04. Adding Decision and Iteration Statements in C#/07. Demo- Using the switch Statement.mp411.07MB
  • 04. Adding Decision and Iteration Statements in C#/08. Adding Iterations.mp44.32MB
  • 04. Adding Decision and Iteration Statements in C#/09. Demo- Creating a while Loop.mp413.95MB
  • 04. Adding Decision and Iteration Statements in C#/10. Using the do while and the for Loop.mp44.42MB
  • 04. Adding Decision and Iteration Statements in C#/11. Demo- More Loops.mp411.19MB
  • 04. Adding Decision and Iteration Statements in C#/12. Summary.mp4727.77KB
  • 05. Using Methods in C#/01. Module Introduction.mp41.76MB
  • 05. Using Methods in C#/02. Understanding Methods.mp410.9MB
  • 05. Using Methods in C#/03. Demo- Creating and Using Methods.mp416.22MB
  • 05. Using Methods in C#/04. Demo- Adding a Helper File.mp48.54MB
  • 05. Using Methods in C#/05. Finding the Correct Method.mp43.15MB
  • 05. Using Methods in C#/06. Demo- Using Method Overloading.mp410.61MB
  • 05. Using Methods in C#/07. Understanding Variable Scope.mp42.76MB
  • 05. Using Methods in C#/08. Demo- Using Variable Scope.mp43.75MB
  • 05. Using Methods in C#/09. More Options with Methods.mp43.57MB
  • 05. Using Methods in C#/10. Demo- Using Optional Parameters and Named Arguments.mp413.04MB
  • 05. Using Methods in C#/11. Demo- Using Expression-bodied Members.mp45.64MB
  • 05. Using Methods in C#/12. Introducing the Main Method.mp44.93MB
  • 05. Using Methods in C#/13. Demo- Exploring the Main Method.mp44.47MB
  • 05. Using Methods in C#/14. Summary.mp4890.75KB
  • 06. Working with Strings/01. Module Introduction.mp41.48MB
  • 06. Working with Strings/02. Demo- A Small Recap on Strings.mp42.77MB
  • 06. Working with Strings/03. Working with Strings.mp46.42MB
  • 06. Working with Strings/04. Demo- Working with Strings.mp417.06MB
  • 06. Working with Strings/05. Using Escape Characters.mp42.27MB
  • 06. Working with Strings/06. Demo- Using Escape Characters.mp410.57MB
  • 06. Working with Strings/07. Testing Strings for Equality.mp41.53MB
  • 06. Working with Strings/08. Demo- Comparing Strings.mp44.77MB
  • 06. Working with Strings/09. Parsing Strings from Other Types.mp41.68MB
  • 06. Working with Strings/10. Demo- Parsing Strings.mp47.3MB
  • 06. Working with Strings/11. Summary.mp4614.92KB
  • 07. Creating Classes and Objects/1. Module Introduction.mp41.33MB
  • 07. Creating Classes and Objects/2. Understanding Classes.mp411.54MB
  • 07. Creating Classes and Objects/3. Demo- Creating the Employee Class.mp414.2MB
  • 07. Creating Classes and Objects/4. Using Objects.mp410.86MB
  • 07. Creating Classes and Objects/5. Demo- Creating an Object.mp421.96MB
  • 07. Creating Classes and Objects/6. Demo- Working with Several Objects.mp47.7MB
  • 07. Creating Classes and Objects/7. Summary.mp4803.17KB
  • 08. Understanding Value Types and Reference Types/01. Module Introduction.mp41.77MB
  • 08. Understanding Value Types and Reference Types/02. Value Types and Reference Types.mp45.17MB
  • 08. Understanding Value Types and Reference Types/03. Demo- Working with Value and Reference Types.mp47.09MB
  • 08. Understanding Value Types and Reference Types/04. Method Parameters.mp44.22MB
  • 08. Understanding Value Types and Reference Types/05. Demo- Passing Parameters by Value and by Reference.mp412.09MB
  • 08. Understanding Value Types and Reference Types/06. Demo- Using out.mp44.84MB
  • 08. Understanding Value Types and Reference Types/07. Strings Are Reference Types Too.mp45.38MB
  • 08. Understanding Value Types and Reference Types/08. Demo- Strings Are Reference Types.mp415.88MB
  • 08. Understanding Value Types and Reference Types/09. Working with Custom Types.mp45.92MB
  • 08. Understanding Value Types and Reference Types/10. Demo- Custom Types.mp429.71MB
  • 08. Understanding Value Types and Reference Types/11. Creating Enumerations.mp42.22MB
  • 08. Understanding Value Types and Reference Types/12. Demo- Creating Enumerations.mp413.48MB
  • 08. Understanding Value Types and Reference Types/13. Working with Structs.mp41.86MB
  • 08. Understanding Value Types and Reference Types/14. Demo- Creating a Struct.mp45.95MB
  • 08. Understanding Value Types and Reference Types/15. Summary.mp4811.36KB
  • 09. Doing More with Classes and Custom Types/01. Module Introduction.mp41.58MB
  • 09. Doing More with Classes and Custom Types/02. Grouping Classes in Namespaces.mp42.61MB
  • 09. Doing More with Classes and Custom Types/03. Demo- Working with Namespaces.mp415.95MB
  • 09. Doing More with Classes and Custom Types/04. Introducing Static Data.mp44.42MB
  • 09. Doing More with Classes and Custom Types/05. Demo- Using Static.mp418.78MB
  • 09. Doing More with Classes and Custom Types/06. Working with Null.mp44.24MB
  • 09. Doing More with Classes and Custom Types/07. Demo- Using Null.mp415.12MB
  • 09. Doing More with Classes and Custom Types/08. Understanding Garbage Collection.mp42.3MB
  • 09. Doing More with Classes and Custom Types/09. Demo- Using Garbage Collection.mp411.51MB
  • 09. Doing More with Classes and Custom Types/10. Demo- Using a Class Library.mp412.25MB
  • 09. Doing More with Classes and Custom Types/11. Summary.mp41.01MB
  • 10. Using Arrays and Lists/1. Module Introduction.mp41.21MB
  • 10. Using Arrays and Lists/2. Understanding Arrays.mp410.92MB
  • 10. Using Arrays and Lists/3. Demo- Creating Arrays.mp416.1MB
  • 10. Using Arrays and Lists/4. Demo- Working with an Array of Employee Objects.mp414.82MB
  • 10. Using Arrays and Lists/5. Demo- Working with Arrays.mp414.09MB
  • 10. Using Arrays and Lists/6. Working with Collections.mp43.64MB
  • 10. Using Arrays and Lists/7. Demo- Using the List-T-.mp421.01MB
  • 10. Using Arrays and Lists/8. Summary.mp4729.71KB
  • 11. Understanding the Fundamentals of Object-orientation/01. Module Introduction.mp41.38MB
  • 11. Understanding the Fundamentals of Object-orientation/02. Understanding Object-oriented Programming Principles.mp49.18MB
  • 11. Understanding the Fundamentals of Object-orientation/03. Adding Encapsulation.mp46.39MB
  • 11. Understanding the Fundamentals of Object-orientation/04. Demo- Adding Encapsulation.mp426.56MB
  • 11. Understanding the Fundamentals of Object-orientation/05. Bringing in Inheritance.mp44.12MB
  • 11. Understanding the Fundamentals of Object-orientation/06. Creating a Base and Derived Class.mp45.09MB
  • 11. Understanding the Fundamentals of Object-orientation/07. Demo- Creating a Base and Derived Class.mp434.3MB
  • 11. Understanding the Fundamentals of Object-orientation/08. The Is-A Relation.mp41.48MB
  • 11. Understanding the Fundamentals of Object-orientation/09. Demo- The Is-A Relation.mp45.17MB
  • 11. Understanding the Fundamentals of Object-orientation/10. Demo- Understanding Composition.mp412.9MB
  • 11. Understanding the Fundamentals of Object-orientation/11. Using Polymorphism.mp48.32MB
  • 11. Understanding the Fundamentals of Object-orientation/12. Demo- Using Polymorphism.mp418.33MB
  • 11. Understanding the Fundamentals of Object-orientation/13. Introducing Interfaces.mp44.35MB
  • 11. Understanding the Fundamentals of Object-orientation/14. Demo- Using Interfaces.mp416.64MB
  • 11. Understanding the Fundamentals of Object-orientation/15. Summary.mp41.26MB
  • 12. Testing C# Code/1. Module Introduction.mp41.12MB
  • 12. Testing C# Code/2. Testing Your Application Using the Debugger.mp43.16MB
  • 12. Testing C# Code/3. Demo- Using the Debugger.mp418.14MB
  • 12. Testing C# Code/4. Writing a Unit Test.mp48.75MB
  • 12. Testing C# Code/5. Demo- Creating a Unit Test.mp425.39MB
  • 12. Testing C# Code/6. Summary.mp4669.67KB
  • 13. Reading from and Writing to Files/1. Module Introduction.mp41.43MB
  • 13. Reading from and Writing to Files/2. Demo- Setting Up the Application Structure.mp417.15MB
  • 13. Reading from and Writing to Files/3. Working with Files from C#.mp44.92MB
  • 13. Reading from and Writing to Files/4. Demo- Working with the File and Directory Classes.mp411.44MB
  • 13. Reading from and Writing to Files/5. Reading and Writing Text.mp42.31MB
  • 13. Reading from and Writing to Files/6. Demo- Reading and Writing Text.mp426.76MB
  • 13. Reading from and Writing to Files/7. Summary.mp4756.87KB
  • 14. Handling Exceptions/1. Module Introduction.mp41.34MB
  • 14. Handling Exceptions/2. Understanding Exceptions in Code.mp42.41MB
  • 14. Handling Exceptions/3. Using a try-catch Block.mp47.7MB
  • 14. Handling Exceptions/4. Demo- Working with try-catch.mp49.82MB
  • 14. Handling Exceptions/5. Demo- Using the Exception Details.mp415.07MB
  • 14. Handling Exceptions/6. Catching Several Types of Exceptions.mp44.22MB
  • 14. Handling Exceptions/7. Demo- Catching Multiple Exception Types.mp47.07MB
  • 14. Handling Exceptions/8. Demo- Adding a finally Block.mp47.27MB
  • 14. Handling Exceptions/9. Summary.mp4546.3KB
  • 15. Next Steps in C#/1. Learning More About C#.mp46.85MB