Showing 1–12 of 18767 results
.NET 4 Logging Done Right: An Opinionated Approach Using Serilog 2
Establish a great logging framework for all of your applications using Serilog as a foundation, then get them written to database sinks (SQL Server and Elasticsearch specifically), and explore log data using custom and in-the-box tools.
.NET 5 Class Libraries: The Big Picture
Tons of classes and functionality comes built in to .NET. So much that it’s confusing to know what to use when. This course will teach you the big picture of the basic .NET namespaces and classes you’ll use everyday.
.NET 6 Desktop Development: Big Picture
To develop desktop apps with .NET and C#, you can choose between different UI frameworks like WinForms, WPF, WinUI, or .NET MAUI. This course will give you an overview of the .NET UI frameworks and help you to choose one for your next desktop app.
.NET 6 First Look
.NET 6.0 comes packed with changes. Alongside, Visual Studio 2022 will be released in parallel. This course will teach you what you can expect in this latest iteration of the platform and its IDE.
.NET 6: The Big Picture
.NET is a free, cross-platform, open-source developer platform that has languages, editors, libraries, and more. This Big Picture course will teach you how .NET 6 can be used to build for web, mobile, desktop, games, and IoT.
.NET BCL Fundamentals
Do not reinvent the wheel. The .NET base class libraries (BCL) provides a great deal of built-in tried-and-true functionality. This course will teach you how to build applications using the existing System.* and Microsoft.* .NET libraries.
.NET BCL Playbook
This course will teach you to use the .NET base class library effectively by showing the solutions to numerous practical problems, covering such topics as strings, collections, enums, file access, creating Windows services, and accessing system data.
.NET BCL: Big Picture
The Base Class Library (BCL) in .NET makes it easy to reuse the same basic capabilities across application types. This course will teach you what the .NET BCL is, where it sits in the .NET Ecosystem, and what it can do for you.
.NET Core Web API, Vue JS & Microsoft SQL Full-Stack Web App
learn to create a full stack web application from scratch using MS SQL, .NET Core API and Vue JS
.NET Diagnostics for Applications: Best Practices
Issues in deployed applications can be difficult to diagnose. This course will teach you how to use capabilities in .NET to trace and instrument your applications in order to log the behavior of the system and diagnose problems.
.NET MAUI: The Big Picture
This course is an introduction of Microsoft .NET MAUI, a framework for creating applications using the same code fro Android, iOS, MacOS, and Windows desktop.
.NET Regular Expressions
Most developers will have to work with regular expressions at some point in time. In this course, you will learn the skills you need to build a solid regex foundation so that you can understand how they work and where you could apply them!