Learning XAML for use in .NET MAUI can be a little daunting. This course shows you how to get up to speed quickly and easily. This course builds a complete application as you learn about basic XAML controls, working with styles, the various list controls, and data binding. The Model-View-View-Model (MVVM) design pattern is shown so you learn the correct way to build .NET MAUI applications. Several examples of business application forms will be shown to illustrate many of the concepts learned throughout this course.
There are many ORMs out there to choose from; Entity Framework, NHibernate, Dapper to name a few. However, each of these suffer in various areas from being overly complicated, having performance problems, requiring too much configuration, etc. Each of them all use the ADO.NET technology under the hood, so why not just use it? In this course you learn all you need to know about ADO.NET to make working with data a breeze. In addition, a complete set of wrapper classes is provided to make the code you need to write much smaller than normal.
This course is for anyone who wants to learn to become a C# .NET programmer. C# is one of the most popular programming languages in the world today for the .NET platform. C# can create any type of .NET application just like any other .NET language. In this course you are introduced to the C# language. By the end of this course you will have learned techniques to allow you to create C# applications and have a good foundation on which to continue on with more advanced courses.
Using Web APIs, you can write code behind a firewall to access your data and expose just what you want to the outside world. Traditionally you used MVC with controllers to create Web APIs. Starting with .NET Core Microsoft released a new method for creating Web APIs called the Minimal Web API. This new approach is simpler than MVC. In this course you learn how to use these minimal calls and how best to architect them to provide scalability and ease of maintenance. Even if you have never created a Minimal Web API before, this course guides you step-by-step through the entire process.
One of the most popular methods for creating web application these days is Microsoft's .NET Core MVC and Razor markup. This course assumes you have little to no experience using MVC and want to learn this exciting technology. This course takes you through building a business application using the .NET Core MVC and Razor markup.
Web applications and web developers are in high demand at most companies today. Microsoft's ASP.NET MVC paradigm is an excellent approach to developing web applications. In this course you learn ASP.NET and MVC from the ground up. Even if you have had no prior experience with the MVC paradigm you will learn all you need to create web applications in no time.
Learning XAML for use in Windows Presentation Foundation (WPF) can be a little daunting. This course shows you how to get up to speed quickly and easily. You learn most of the basic controls, working with styles, working with the various list controls and data binding. The Model-View-View-Model (MVVM) design pattern is used throughout this course to show you the correct way to build WPF applications. Several examples of business application forms will be shown to illustrate many of the concepts learned throughout this course.
If you have to work with XML files in your job, you need to know the most efficient way to process them using C#. The .NET Framework has a few different methods of working with XML files. This course teaches you how to process XML in the most efficient manner.