Book Image

Expert Programming in C# and .NET [Video]

By : Reynald Adolphe
Book Image

Expert Programming in C# and .NET [Video]

By: Reynald Adolphe

Overview of this book

<p>.NET is one of the biggest software development platforms, and understanding its inner workings is the key to unlocking its true potential and performance. This course helps you uncover the hidden extras in .NET, enabling you to write robust and performant applications. Covering all of the latest features in C# 6 and .NET 4.6, we’ll start from the bottom with coverage of the CLR, and JIT compiler and work through advanced C# 6 programming techniques.</p> <p>The second part of the video explores the .NET framework including LINQ, ADO.NET, and working with databases (replacing sql server with nosql).&nbsp; We’ll also show you how to start working in the new Microsoft way introduce you to GitHub, and take a brief tour of your cloud deployment options.</p> <h1>Style and approach</h1> <p>This video course begins by introducing all the new features of C# 6 and Visual Studio. Step-by-Step build an app diving into the old C# features with new. By the end of this course, you will construct a mortgage calculator implementing these features all by yourself!</p>
Table of Contents (6 chapters)
Chapter 4
What's New with C# 6?
Content Locked
Section 10
Extension Add Methods in Collection Initializers
The aim of this video is to learn about Add methods in collection initializers. - Learn more about the IEnumerator feature - Implement this feature in a program - Debug the code