Packtpub Learn C# in 7 days [Video]
File List
- 06 Day 05 – Overview of Reflection/01 What Is Reflection.mp4 101.1 MB
- 02 Day 02 – Getting Started with C#/03 Identifiers.mp4 37.8 MB
- 02 Day 02 – Getting Started with C#/01 Understanding a Typical C# Program.mp4 36.5 MB
- 09 Day 07 – Understanding Object-Oriented Programming with C#/06 Polymorphism.mp4 34.9 MB
- 03 Day 02 – Understanding Loops, Arrays, and Statements in C#/01 Declarative, Expression, and Selection Statement.mp4 34.2 MB
- 02 Day 02 – Getting Started with C#/05 Operators.mp4 34.0 MB
- 05 Day 04 – Discussing C# Class Members/01 Modifiers.mp4 24.1 MB
- 02 Day 02 – Getting Started with C#/02 Deep-Dive into Application Using Visual Studio.mp4 23.7 MB
- 02 Day 02 – Getting Started with C#/04 Contextual and Types.mp4 23.0 MB
- 08 Day 06 – Deep Dive with Advanced Concepts/05 Leveraging Preprocessor Directives.mp4 22.7 MB
- 08 Day 06 – Deep Dive with Advanced Concepts/04 Types of Attributes.mp4 22.6 MB
- 09 Day 07 – Understanding Object-Oriented Programming with C#/02 Member Visibility in Inheritance.mp4 20.8 MB
- 05 Day 04 – Discussing C# Class Members/05 Exceptional Handling.mp4 20.7 MB
- 08 Day 06 – Deep Dive with Advanced Concepts/03 Discussing Constraints.mp4 19.4 MB
- 09 Day 07 – Understanding Object-Oriented Programming with C#/04 Abstraction.mp4 19.1 MB
- 04 Day 03 – What’s New in C#/01 Tuples.mp4 18.2 MB
- 03 Day 02 – Understanding Loops, Arrays, and Statements in C#/02 Iteration Statement.mp4 17.1 MB
- 05 Day 04 – Discussing C# Class Members/03 Methods and Properties.mp4 16.8 MB
- 01 Day 01 – Overview of the .NET Framework/01 The Course Overview.mp4 16.8 MB
- 03 Day 02 – Understanding Loops, Arrays, and Statements in C#/05 Strings.mp4 16.7 MB
- 09 Day 07 – Understanding Object-Oriented Programming with C#/01 Inheritance.mp4 16.2 MB
- 08 Day 06 – Deep Dive with Advanced Concepts/06 Getting Started with LINQ.mp4 16.0 MB
- 09 Day 07 – Understanding Object-Oriented Programming with C#/03 Implementing Inheritance.mp4 15.5 MB
- 07 Day 05 – Overview of Collections and Non-Generics/05 Queue.mp4 15.4 MB
- 03 Day 02 – Understanding Loops, Arrays, and Statements in C#/04 Arrays.mp4 15.0 MB
- 04 Day 03 – What’s New in C#/03 Default Expressions.mp4 14.2 MB
- 06 Day 05 – Overview of Reflection/02 Delegates.mp4 13.6 MB
- 05 Day 04 – Discussing C# Class Members/02 Abstract and Static.mp4 13.5 MB
- 08 Day 06 – Deep Dive with Advanced Concepts/02 Understanding Generics and Their usage.mp4 13.5 MB
- 05 Day 04 – Discussing C# Class Members/06 Discussing a Regular Expression and Its Importance.mp4 13.3 MB
- 07 Day 05 – Overview of Collections and Non-Generics/01 ArrayList.mp4 13.3 MB
- 07 Day 05 – Overview of Collections and Non-Generics/04 Stack.mp4 12.8 MB
- 07 Day 05 – Overview of Collections and Non-Generics/03 SortedList.mp4 11.8 MB
- 09 Day 07 – Understanding Object-Oriented Programming with C#/05 Encapsulation.mp4 11.5 MB
- 05 Day 04 – Discussing C# Class Members/04 Indexers and File I_O.mp4 11.4 MB
- 06 Day 05 – Overview of Reflection/03 Events.mp4 9.9 MB
- 01 Day 01 – Overview of the .NET Framework/03 Setting Up the Environment.mp4 9.5 MB
- 07 Day 05 – Overview of Collections and Non-Generics/02 HashTable.mp4 7.2 MB
- 01 Day 01 – Overview of the .NET Framework/02 Basics of .NET Programming.mp4 7.2 MB
- 04 Day 03 – What’s New in C#/02 Local Functions.mp4 6.3 MB
- 08 Day 06 – Deep Dive with Advanced Concepts/01 Understanding Collection Classes and Their Usage.mp4 5.9 MB
- 03 Day 02 – Understanding Loops, Arrays, and Statements in C#/03 The Jump Statement.mp4 5.8 MB
- Exercise files/Day04/Day04/Annotations.cs 41.2 KB
- Exercise files/Day02/Day02/obj/project.assets.json 40.1 KB
- Exercise files/Day02/Day02/Program.cs 29.4 KB
- Exercise files/Day06/Day06/Program.cs 10.9 KB
- Exercise files/Day02/Day02/CSharpOperator.cs 9.5 KB
- Exercise files/Day03/Day03/Program.cs 8.4 KB
- Exercise files/Day02/Day02/CSharpType.cs 7.4 KB
- Exercise files/Day05/Day05/Program.cs 7.3 KB
- Exercise files/Day07/Day07/Program.cs 7.3 KB
- Exercise files/Day04/Day04/StringCalculator.cs 7.1 KB
- Exercise files/Day04/Day04/Program.cs 7.1 KB
- Exercise files/Day03/Day03Lib/OddEven.cs 6.9 KB
- Exercise files/Day05/Day05.Lib/CollectionGeneric.cs 5.5 KB
- Exercise files/Day03/Day03Lib/PatternMatching.cs 5.4 KB
- Exercise files/Day07/Day07/PolymorphismImplementation.cs 4.4 KB
- Exercise files/Day05/Day05.Lib/FizzBizz.cs 3.9 KB
- Exercise files/Day07/Day07/MemberVisibility.cs 2.5 KB
- Exercise files/Day05/Day05.Lib/OddEven.cs 2.3 KB
- Exercise files/Day06/Day06/GenericClass.cs 2.1 KB
- Exercise files/Day07/Day07/EncapsulationImplementation.cs 1.9 KB
- Exercise files/Day07/Day07/InheritanceImplementation.cs 1.9 KB
- Exercise files/Day06/Day06/ErrorLogger.cs 1.9 KB
- Exercise files/Day04/Day04/StringCalculatorUpdated.cs 1.8 KB
- Exercise files/Day02/Day02/obj/Day02.csproj.nuget.g.props 1.6 KB
- Exercise files/Day02/Day02/Person.cs 1.6 KB
- Exercise files/Day04/Day04.sln 1.6 KB
- Exercise files/Day07/Day07.sln 1.5 KB
- Exercise files/Day07/Day07/AbstractionImplementation.cs 1.4 KB
- Exercise files/Day02/readme.md 1.4 KB
- Exercise files/Day05/Day05.sln 1.4 KB
- Exercise files/Day03/Day03.sln 1.4 KB
- Exercise files/Day06/readme.md 1.2 KB
- Exercise files/Day06/Day06/PreprocessorDirective.cs 1.2 KB
- Exercise files/Day06/Day06.sln 1.1 KB
- Exercise files/Day02/Day02.sln 1.1 KB
- Exercise files/Day07/readme.md 1.0 KB
- Exercise files/Day05/readme.md 1.0 KB
- Exercise files/Day06/Day06/GenericConstraint.cs 1.0 KB
- Exercise files/Day02/Day02/obj/Day02.csproj.nuget.g.targets 972 bytes
- Exercise files/Day02/Day02/obj/Debug/netcoreapp2.0/Day02.AssemblyInfo.cs 965 bytes
- Exercise files/Day04/readme.md 896 bytes
- Exercise files/Day03/Day03Lib/CustomModel.cs 848 bytes
- Exercise files/Day03/readme.md 791 bytes
- Exercise files/Day03/Day03Lib/LocalFunction.cs 736 bytes
- Exercise files/Day03/Day03/Day03.csproj 636 bytes
- Exercise files/Day03/Day03Lib/Literal.cs 546 bytes
- Exercise files/Day03/Day03Lib/Day03Lib.csproj 523 bytes
- Exercise files/Day05/Day05/Day05.csproj 517 bytes
- Exercise files/Day02/Day02/DisposableClass.cs 489 bytes
- Exercise files/Day05/Day05.Lib/Day05.Lib.csproj 471 bytes
- Exercise files/Day04/Day04/PersonCollection.cs 450 bytes
- Exercise files/Day02/Day02/Day02.csproj 447 bytes
- Exercise files/Day02/Day02/ClassExample.cs 425 bytes
- Exercise files/Day04/Day04/Day04.csproj 417 bytes
- Exercise files/Day07/Day07.Lib/BaseClass.cs 404 bytes
- Exercise files/Day07/Day07/Day07.csproj 397 bytes
- Exercise files/Day06/Day06/Day06.csproj 363 bytes
- Exercise files/Day04/ExternalLib/ExternalLib.csproj 280 bytes
- Exercise files/Day07/Day07.Lib/Day07.Lib.csproj 270 bytes
- Exercise files/Day06/Day06/UnsafeSwap.cs 256 bytes
- Exercise files/Day03/Day03Lib/Day03Lib.csproj.user 223 bytes
- Exercise files/Day04/ExternalLib/StringCalculatorExternal.cs 173 bytes
- Exercise files/Day02/Day02/obj/Day02.csproj.nuget.cache 145 bytes
- Exercise files/Day04/Day04/Calculator.cs 135 bytes
- Exercise files/Day04/Day04/Calculator1.cs 135 bytes
- Exercise files/Day02/Day02/obj/Debug/netcoreapp2.0/Day02.AssemblyInfoInputs.cache 41 bytes
- Exercise files/Day02/Day02/obj/Debug/netcoreapp2.0/Day02.csproj.CoreCompileInputs.cache 41 bytes
Download Torrent
Related Resources
Copyright Infringement
If the content above is not authorized, please contact us via anywarmservice[AT]gmail.com. Remember to include the full url in your complaint.