651-905-3729 Microsoft Silver Learning Partner EC Counsel Reseller compTIA Authorized Partner

.NET Core Frameworks Rev. 2.0 Classroom Live Eagan, MN August 27, 2018

Price: $900

This course runs for a duration of 2 Days.

The class will run daily from 9:00am CST to 5:00pm CST.

Class Location: Knowledge Transfer - Eagan, MN.

Enroll today to reserve your spot!

Space is limited. Enroll today.

Enroll Now

Description

Microsoft .NET is a programming technology that greatly simplifies application development, both for traditional, proprietary applications and for web-based applications and services. The original .NET was a complete restructuring of Microsoft’s whole system infrastructure and represented a major learning challenge for programmers developing applications on Microsoft platforms. Part of .NET included a major new object-oriented programming language, C#. But learning the new programming language is only part of the challenge. The much greater challenge is learning the .NET Framework and its many capabilities.

A major new restructuring of the .NET platform, .NET Core is cross-platform, open source, and modular designed for creating modern web applications and services, libraries and console applications. It is available on Windows, Mac and Linux. .NET now is a family of frameworks, including both the classical .NET available on Windows and the new .NET Core package-based frameworks that are cross-platform.

This two-day course is designed to provide a sound introduction to.NET Core for programmers who already know the C# language. It is current to Visual Studio 2017 and .NET Core 2.0, which supports a much larger subset of the classic .NET Framework than the original .NET Core 1.0. The course focuses on core portions of the .NET Framework that are common across many application areas. It starts with an introduction to the architecture and key concepts of .NET. The course then discusses class libraries, packages, metapackages and frameworks.  The following chapters discuss important topics in the .NET programming model, including delegates and events, I/O and serialization, memory management, processes and threads. The course concludes with a chapter on threading, which includes an introduction to the Task Parallel Library (TPL).

The course is hands-on, with many programming examples. The goal is to equip you with the foundations of this important new technology from Microsoft. The student will receive a comprehensive set of materials, including course notes and all the programming examples.

LEARNING OBJECTIVES

  • Gain a thorough understanding of the philosophy and architecture of .NET Core
  • Understand packages, metapackages and frameworks
  • Acquire a working knowledge of the .NET programming model
  • mplement multi-threading effectively in .NET applications

Course Overview

1. .NET Fundamentals

  • What is Microsoft .NET?
  • Common Language Runtime
  • Framework Class Library
  • Language Interoperability
  • Managed Code
  • .NET Core and Cross-Platform Development

2. Class Libraries

  • Components in .NET
  • Class Libraries Using Visual Studio
  • Using References

3. Packages and Frameworks

  • NuGet Packages and Gallery
  • Metapackages and Frameworks
  • Packages in .NET Core
  • Porting from Classical .NET to .NET Core
  • Visual Studio Package Manager
  • Installing Packages
  • Creating Packages

4. I/O and Serialization

  • Directories
  • Files and Streams
  • XML Serialization

5. Delegates and Events

  • Delegates
  • Random Number Generation
  • Anonymous Methods
  • Lambda Expressions
  • Events

6.   .NET Programming Model

  • Garbage Collection
  • Finalize and Dispose
  • Processes
  • Command-Line Arguments
  • Threads

7.  .NET Threading

  • Threading Fundamentals
  • ThreadPool
  • Foreground and Background Threads
  • Synchronization
  • Task Parallel Library

Prerequisites

The student should be an experienced application developer or architect with a working knowledge of C#.