Oreilly - Programming in Microsoft C# - Exam 70-483
by | Released March 2015 | ISBN: 9781771373579
In this Programming in Microsoft C# - Exam 70-483 training course, expert author Mark Long will teach you the fundamental aspects of C#, and help you prepare for Microsoft's 70-483 certification exam. This course is designed for the absolute beginner, meaning no experience with C# is required.You will start by learning about the Visual Studio setup, then jump into learning the C# basics, such as classes, objects, C# types, and value and reference types. From there, Mark will teach you how to work with C# types, such as how to use properties and fields, access modifiers, and understand and use constructors. This video tutorial also covers how to implement class hierarchies, understand delegates and events, and garbage collection basics. Finally, you will learn about asynchronous programming and data security, such as how to encrypt user files and hash data. Once you have completed this computer based training course, you will have gained a solid understanding of the fundamental aspects of C#, as well as be able to complete the 70-483 certification exam. Show and hide more Publisher resources Download Example Code
- Introduction
- What To Expect From This Course 00:02:06
- About The Author 00:03:53
- Course Overview 00:06:04
- MCSD Certification Options 00:06:02
- Setup
- Visual Studio 00:05:51
- Getting Visual Studio Community Edition 00:03:19
- Installing Visual Studio 00:06:26
- Visual Studio Basics 00:06:34
- Demo Examples 00:02:50
- Visual Studio Features 00:06:19
- Code Regions 00:06:17
- Visual Studio Settings 00:05:54
- C# Basics
- Why C#? 00:04:41
- Characteristics Of C# 00:05:11
- Object Oriented Programming - Part 1 00:05:46
- Object Oriented Programming - Part 2 00:05:13
- Understanding Classes 00:02:54
- Understanding Objects 00:04:37
- Classes And Objects Example - Part 1 00:05:25
- Classes And Objects Example - Part 2 00:04:49
- C# Types 00:06:39
- Value And Reference Types 00:06:57
- Using Collections And Arrays - Part 1 00:05:43
- Using Collections And Arrays - Part 2 00:04:12
- Exception Handling 00:05:03
- Exceptions Example 00:06:00
- StringBuilder - Part 1 00:05:43
- StringBuilder - Part 2 00:04:35
- StringWriter And StringReader - Part 1 00:06:25
- StringWriter And StringReader - Part 2 00:05:36
- Working With C# Types
- Properties And Fields 00:06:10
- Using Properties And Fields - Part 1 00:06:07
- Using Properties And Fields - Part 2 00:05:10
- Methods: Public/Private And More 00:06:27
- Access Modifiers 00:03:27
- Named And Optional Arguments 00:04:31
- Understanding Constructors 00:05:28
- Using A Constructor 00:05:41
- Understanding Static 00:05:58
- Understanding Structs 00:04:10
- Struct Example 00:05:35
- Generic Types - Part 1 00:05:44
- Generic Types - Part 2 00:03:27
- Casting And Converting - Part 1 00:05:27
- Casting And Converting - Part 2 00:05:12
- Casting And Converting - Part 3 00:04:09
- Boxing And Unboxing 00:04:01
- Indexers - Part 1 00:04:27
- Indexers - Part 2 00:02:06
- Implementing Class Hierarchies
- The Magic Of Inheritance - Part 1 00:05:37
- The Magic Of Inheritance - Part 2 00:02:58
- Using Inheritance 00:03:34
- Inheritance Example - Part 1 00:04:40
- Inheritance Example - Part 2 00:04:34
- Understanding Overloading 00:03:36
- Overloading Example 00:05:19
- Overriding Methods 00:03:58
- Override Example 00:05:44
- Extension Methods 00:05:52
- Understanding Interfaces 00:05:42
- Creating An Interface - Part 1 00:04:45
- Creating An Interface - Part 2 00:05:14
- Explicit Interface Implementation - Part 1 00:05:44
- Explicit Interface Implementation - Part 2 00:04:27
- IEnumerable 00:06:15
- Implementing IEnumerable - Part 1 00:05:23
- Implementing IEnumerable - Part 2 00:04:49
- Implementing IEnumerable - Part 3 00:02:27
- Understanding Delegates
- What Is A Delegate? 00:04:41
- Creating A Delegate - Part 1 00:04:58
- Creating A Delegate - Part 2 00:05:00
- Multicast Delegates - Part 1 00:05:24
- Multicast Delegates - Part 2 00:06:00
- Understanding Events
- What Is An Event? 00:04:11
- Basic Event Example - Part 1 00:04:57
- Basic Event Example - Part 2 00:03:06
- Using EventHandler 00:05:25
- Using EventArgs - Part 1 00:05:56
- Using EventArgs - Part 2 00:04:15
- Garbage Collection
- Garbage Collection Basics 00:05:30
- Understanding Dispose 00:06:17
- Understanding Finalizers 00:06:09
- Understanding IDisposable 00:04:01
- Implementing IDisposable 00:06:10
- Asynchronous Programming
- Understanding Multithreading 00:06:21
- Creating A Thread 00:04:53
- Managing A Thread 00:05:36
- ThreadPool - Part 1 00:04:39
- ThreadPool - Part 2 00:03:06
- Async And Await 00:06:17
- Async And Await Example - Part 1 00:05:00
- Async And Await Example - Part 2 00:03:29
- Data Security
- Basics Of Assemblies 00:04:14
- GAC Basics 00:05:05
- Encrypting User Files - Part 1 00:05:41
- Encrypting User Files - Part 2 00:03:34
- Hashing 00:05:15
- Hashing Data - Part 1 00:04:20
- Hashing Data - Part 2 00:05:29
- Conclusion
Show and hide more