-
Learning by doing
-
Trainers with practical experience
-
Classroom training
-
Detailed course material
-
Clear content description
-
Tailormade content possible
-
Training that proceeds
-
Small groups
In the course dotNET Overview you will get an overview of the operation and capabilities of the .NET framework. In .NET applications in different languages ​​such as C#, VB.NET and F# can work together seamlessly and use a common class library. The .NET Framework was developed by Microsoft and initially only worked on Windows. With the arrival of the .NET Core version, applications are cross platform and can also run on other operating systems.
The course starts with paying attention to the architecture of .NET and the advantages that .NET offers for the scalability and flexibility of applications. .NET Core is also discussed.
Next the operation of Common Language Runtime and loading and compilation of Intermediate Language by a JIT Compiler are discussed. Garbage collection, namespaces and assemblies are also covered.
The different types of applications in .NET are covered such as Windows Forms applications, Web applications with ASP.NET and Web Services. With regard to Web Services both SOAP services with Window Communication Foundation (WCF) and REST services with the Web API are discussed.
Next attention is paid to database access with ADO.NET and the Data Adapter Object Model. And also the principles of the Entity Framework and Language Integrated Query (LinQ) are treated.
Finally it is explained how the package management system NuGet can be used for dependency management and the hosting of packages in repositories.
This course is designed for people who want to get an overview of the features and functions of the .NET framework.
Knowledge of software development and some programming knowledge is required to participate in this course.
The concepts are discussed on the basis of presentation slides. The concepts discussed are demonstrated with demos in Visual Studio.NET.
After successful completion of the course participants receive an official certificate .NET Overview.
Module 1 : .NET Intro |
Module 2 : Managed Execution |
Module 3 : ASP.NET |
.NET Architecture Common Language Runtime Managed Code CLR Components .NET Framework Class Library .NET Core Application Types Application Domains Partial Classes |
Using Namespaces Entry Points Scope and Declarations Compiling and Running Managed Execution MSIL and Metadata Assemblies Garbage Collection Generics |
What is ASP.NET? ASP.NET Web Application Web Forms Web Server Controls View State Event Procedures Code Behind Pages Page Event Life Cycle Master Pages |
Module 4 : Web Services |
Module 5 : ADO.NET |
Module 6 : NuGet |
What is a XML Web Service? SOAP versus REST Services Web API versus WCF Services Content Negotiation Finding Web Services Creating Web Services Web Service Code Calling Web Service Using HTTP Calling Web Service Using Proxy |
What is ADO.NET? ADO.NET Object Model DataSets Accessing Data with ADO.NET DataAdapter Object Model Generating a Dataset Databound Controls Entity Framework LINQ to SQL |
Package Management Dependency Management Transitive Dependencies NuGet Dependencies Semantic Versioning Creating Packages Publishing Packages Configuration Inheritance Automatic Deployment |