Udemy - Generics In .Net

seeders: 0
leechers: 24
updated:

Download Fast Safe Anonymous
movies, software, shows...

Files

[ DevCourseWeb.com ] Udemy - Generics In .Net
  • Get Bonus Downloads Here.url (0.2 KB)
  • ~Get Your Files Here ! 1 - Introduction
    • 1 - Important Download These First Working Files.html (0.0 KB)
    • 2 - Welcome And What To Expect English.vtt (5.7 KB)
    • 2 - Welcome And What To Expect.mp4 (8.1 MB)
    • 3 - About The Author English.vtt (2.2 KB)
    • 3 - About The Author.mp4 (2.5 MB)
    • 4 - Tools English.vtt (4.9 KB)
    • 4 - Tools.mp4 (7.6 MB)
    • 5 - Outline English.vtt (2.3 KB)
    • 5 - Outline.mp4 (2.6 MB)
    • Generics in .NET - Working Files Chapter 1
      • Introduction.sln (1.0 KB)
      • Introduction Examples
        • ListExample.cs (1.0 KB)
        • Introduction.csproj (3.2 KB)
        • Properties
          • AssemblyInfo.cs (1.4 KB)
          Tests
          • SampleTests.cs (1.0 KB)
        • packages.config (0.3 KB)
        • Chapter 2
          • Basics.VB.sln (1.0 KB)
          • Basics.VB
            • Basics.VB.vbproj (4.8 KB)
            • Classes
              • BookRepositoryTests.vb (1.4 KB)
              • ComplexType.vb (0.5 KB)
              • PersonRepositoryTests.vb (1.3 KB)
              • Repository.vb (0.5 KB)
              DefaultValues
              • SimpleList.vb (0.6 KB)
              • SimpleListTests.vb (1.5 KB)
              DelegatesAndEvents
              • Action.vb (0.6 KB)
              • Func.vb (0.8 KB)
              • Shape.vb (0.3 KB)
              • ShapeTests.vb (0.5 KB)
              • ShapeUsingAction.vb (0.3 KB)
              • ShapeUsingActionTests.vb (0.6 KB)
              Inheritance
              • Hierarchy.vb (0.7 KB)
              Interfaces
              • BookRepositoryTests.vb (1.4 KB)
              • ComplexType.vb (1.0 KB)
              • PersonRepositoryTests.vb (1.4 KB)
              • Repository.vb (0.8 KB)
              Methods
              • NonGenericClass.vb (0.2 KB)
              • SwapValueTests.vb (1.0 KB)
              NestedDefinition
              • PersonValidatorTests.vb (1.1 KB)
              • Validators.vb (0.9 KB)
              • ValidatorsUsing.vb (0.6 KB)
              Properties
              • AssemblyInfo.vb (1.4 KB)
              TypeInference
              • TypeInference.vb (0.5 KB)
              • TypeInferenceTests.vb (1.3 KB)
            • packages.config (0.2 KB)
            • Basics.sln (1.0 KB)
            • Basics
              • Basics.csproj (5.2 KB)
              • Classes
                • BookRepositoryTests.cs (1.4 KB)
                • ComplexType.cs (0.5 KB)
                • PersonRepositoryTests.cs (1.3 KB)
                • Repository.cs (0.5 KB)
                DefaultValues
                • SimpleList.cs (0.4 KB)
                • SimpleListTests.cs (1.4 KB)
                DelegatesAndEvents
                • Action.cs (0.6 KB)
                • Func.cs (0.6 KB)
                • Shape.cs (0.4 KB)
                • ShapeTests.cs (0.4 KB)
                • ShapeUsingAction.cs (0.4 KB)
                • ShapeUsingActionTests.cs (0.4 KB)
                Inheritance
                • Hierarchy.cs (0.6 KB)
                Interfaces
                • BookRepositoryTests.cs (1.4 KB)
                • ComplexType.cs (0.8 KB)
                • PersonRepositoryTests.cs (1.3 KB)
                • Repository.cs (0.7 KB)
                Methods
                • NonGenericClass.cs (0.2 KB)
                • SwapValueTests.cs (1.0 KB)
                NestedDefinition
                • PersonValidatorTests.cs (1.1 KB)
                • PersonValidatorWithUsingTests.cs (1.1 KB)
                • Validators.cs (0.6 KB)
                • ValidatorsWithUsing.cs (0.5 KB)
                Properties
                • AssemblyInfo.cs (1.4 KB)
                TypeInference
                • TypeInference.cs (0.5 KB)
                • TypeInferenceTests.cs (1.4 KB)
              • packages.config (0.2 KB)
              • Chapter 3
                • LinkedList.sln (1.0 KB)
                • LinkedList Enumerable
                  • EnumerableLinkedList.cs (1.4 KB)
                  • EnumerableLinkedListTests.cs (1.3 KB)
                  Generic
                  • LinkedList.cs (1.0 KB)
                  • LinkedListTests.cs (1.2 KB)
                  • LinkedList.csproj (3.4 KB)
                  • NonGeneric
                    • PersonLinkedList.cs (1.0 KB)
                    • PersonLinkedListTests.cs (1.7 KB)
                  • Person.cs (0.1 KB)
                  • Properties
                    • AssemblyInfo.cs (1.4 KB)
                    RemoveForCondition
                    • RemoveLinkedList.cs (2.1 KB)
                    • RemoveLinkedListTests.cs (1.9 KB)
                  • packages.config (0.2 KB)
                  • Chapter 4
                    • Framework.sln (1.0 KB)
                    • Framework Array
                      • ArrayTests.cs (3.1 KB)
                      Cast
                      • CastTests.cs (1.0 KB)
                      Delegate
                      • DelegateTests.cs (2.7 KB)
                      Dictionary
                      • DictionaryTests.cs (3.3 KB)
                      • Framework.csproj (3.3 KB)
                      • IEnumerable

Description

Generics In .Net



https://DevCourseWeb.com

Last updated 1/2017
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 393.55 MB | Duration: 3h 5m

Enforcing Type Safety and Increasing Reusability

What you'll learn
Once you have completed this training course, you will have learned the necessary concepts required for using generics in .NET.
Learn about generic basics, including generic methods, classes, and interfaces.
Requirements
Working Files Included
Some C# experience
Description
In this Generics in .NET training course, expert author Joe Wirtley will teach you how to use generics in .NET to eliminate code duplication and enforce static typing. This course is designed for users that already have a basic working knowledge of C#.
You will start by learning the generic basics, including generic methods, classes, and interfaces. From there, Joe will teach you about generics in the framework, generics and arrays, and delegate types. This video tutorial will also cover constraints and real world examples, such as XML serialization and modal dialog initialization. Finally, you will learn about some other topics including generics and enumerations, generic terminology, and covariance.
Once you have completed this computer based training course, you will have learned the necessary concepts required for using generics in .NET.

Overview



Download torrent
393.6 MB
seeders:0
leechers:24
Udemy - Generics In .Net


Trackers

tracker name
udp://tracker.torrent.eu.org:451/announce
udp://tracker.tiny-vps.com:6969/announce
http://tracker.foreverpirates.co:80/announce
udp://tracker.cyberia.is:6969/announce
udp://exodus.desync.com:6969/announce
udp://explodie.org:6969/announce
udp://tracker.opentrackr.org:1337/announce
udp://9.rarbg.to:2780/announce
udp://tracker.internetwarriors.net:1337/announce
udp://ipv4.tracker.harry.lu:80/announce
udp://open.stealth.si:80/announce
udp://9.rarbg.to:2900/announce
udp://9.rarbg.me:2720/announce
udp://opentor.org:2710/announce
µTorrent compatible trackers list

Download torrent
393.6 MB
seeders:0
leechers:24
Udemy - Generics In .Net


Torrent hash: E7DBC543CC8A4AADF7DD380395837BD470CFCB95