Microsoft .NET
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
This course introduces Docker and how to use it to package and distribute your applications.
Why use containers with your .NET Core applications? When you write an application, you have to consider the application code, frameworks, packages, and the underlying operating system itself. Using Docker allows you to encapsulate everything you need to run an application, with all its dependencies, in one nice, neat package that you can replicate on any...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
Learn what Blazor is and how you can use it to make your web applications.
Blazor is a hot topic amongst the .NET Technical Community, but what is it, and why should you be interested in it? In this course, explore what Blazor is and how you can use it to make your web applications. Learn how to install Blazor tools and get ready for development. Discover the components of Blazor, then go over pages, routing, layouts, and binding data. Find out how...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
In this introductory course, learn how to create your first WinForms or WPF application on .NET Core.
In this introductory course, learn how to create your very first WinForms or WPF application on .NET Core. First, instructor Olia Gavrysh discusses the difference between .NET Framework and .NET Core for desktop applications. Olia goes over how to create your first WinForms application targeting .NET Core 3 and explores the base components of the...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
This course introduces you to ASP.NET Core, walks you through how to create dynamic websites using ASP.NET, and then shows you how to publish the websites to Azure.
Creating a dynamic website is easier than you might think. ASP.NET lets you use C# and mix it with HTML to create Razor pages. This course shows you how to add data to a website dynamically and how to use a built-in technique called dependency injection to add services. Once you have...
Author
Publisher
linkedin.com
Pub. Date
2023.
Language
English
Description
Learn about key features and core concepts of Azure Database for MySQL from experts on the Microsoft Azure MySQL team.
In this course, learn about Azure Database for MySQL—including key features and core concepts—directly from the Microsoft Azure MySQL product group. Through demos and tutorials, learn how to create, manage, and develop applications. First, get an introduction to MySQL and MySQL on Azure. In the next section, each of the product...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
This course serves as an introduction to NuGet, the official package manager for .NET.
This course is an introduction to NuGet, the official package manager for .NET. Packages are essentially compiled libraries packed together with descriptive metadata into an easily shareable unit, meaning NuGet lets developers leverage a massive ecosystem and utilize existing solutions as a foundation instead of building everything from scratch. Instructor Christopher...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
Learn how to use C# with Unity to make games, with a focus on parts of C# coding that are unique to Unity.
If you are a game developer using C# or a C# developer embarking on game development, this course can help you master using C# with Unity. After an introduction to Unity, get started installing Unity and Visual Studio. Learn how to use GameObjects and C# scripts. Once you’ve figured those out, explore what you can do with Unity’s Input System...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
This course walks you through getting started with Entity Framework Core, an object-relational mapper (ORM) that simplifies working with relational databases.
Instructor Cam Soper introduces Entity Framework (EF) Core. EF Core is an object-relational mapper (ORM) that simplifies working with relational databases using strongly typed .NET objects. Cam shows you how to reverse engineer an existing database for use with EF Core. He explains that ASP.NET...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
This course offers a solid introduction to .NET for Apache Spark and how it brings the world of big data analytics to the .NET ecosystem.
Kick-start your journey into big data analytics with this introductory course about .NET for Apache Spark. Instructor Brigit Murtaugh explains how .NET for Apache Spark will empower you to participate in the world of big data within the .NET ecosystem. She shows you how to create a simple .NET for Apache Spark...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
This course introduces you to the concepts of machine learning, what you can do with it, and how to get started with ML.NET.
Welcome to Machine Learning with ML.NET. In this course, instructor Pranav Rastogi guides you through the concepts of machine learning, what you can build with these concepts, and how to get started. First, Pranav explains what ML.NET is and what you can do with the framework. He covers how to build a ML model for sentiment...
Author
Publisher
linkedin.com
Pub. Date
2023.
Language
English
Description
Get started with Entity Framework Core, an object-relational mapper that simplifies working with relational databases.
Entity Framework Core is a modern object-database mapper for .NET. It simplifies working with various databases—including Azure Cosmos DB, MySQL, PostgreSQL, SQL Server, and SQLite—using strongly-typed .NET objects and support for LINQ. In this course, instructor Cam Soper gets you started with EF, building an ASP.NET Core Web...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
Learn about Visual Studio Tools for Unity, a free Visual Studio extension that turns Visual Studio into a powerful tool for developing cross-platform games and apps with Unity.
The Unity editor is great for putting your game world together, but you can't write your code in it. With Visual Studio Tools for Unity, you can use the familiar code editing, debugging, and productivity features of Visual Studio to create editor and game scripts for your...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
This course introduces you to advanced practices in C#, such as LINQ queries, asynchronous task composition, and multithreading.
In this course, instructor Mika Dumont introduces you to C# advanced practices. Mika begins by defining LINQ and showing you how LINQ makes it easy to query any data source. She walks you through how LINQ composes queries written in multiple statements, or even multiple methods, into a single query operation. Mika covers...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
This course teaches you how to run .NET on a Raspberry Pi microcontroller.
Does the Internet of Things (IoT) work with .NET? This course provides an introduction to writing apps in C# using .NET and then running those apps on an IoT device. Join instructor Sweeky Satpathy as she walks through understanding IoT devices and shows how to control them with .NET, in this case using a Raspberry Pi microcontroller and Docker to run .NET applications. After...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
This course offers an introduction to the Microsoft Visual Studio integrated development environment for Mac.
In this course, instructor Jon Galloway offers up an introduction to Visual Studio for Mac, the integrated development environment for .NET applications from Microsoft. With Visual Studio, you can build all the different programs, apps, websites, and services that you can build with .NET, but with a user interface and tools to help you get...
Author
Publisher
linkedin.com
Pub. Date
2023.
Language
English
Description
Learn how to get started with the .NET MAUI to build mobile and desktop apps.
.NET Multi-platform App UI (.NET MAUI) is a framework for building modern, multi-platform, natively compiled iOS, Android, macOS, and Windows apps using C# and XAML in a single codebase. In short, it’s a really useful framework for you to know how to use effectively! In this course, learn how to get started with .NET MAUI, C#, and Visual Studio. Find out how to install...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
This course guides you through how to install, run, and become productive with Visual Studio, using live coding demos.
In this course, instructors Kendra Havens and Scott Hanselman introduce you to installing, setting up, and using Visual Studio. First, they offer a quick look at the best features Visual Studio has to offer. Next, they walk you through installing a free copy of Visual Studio on your machine to create your first C# app, compile the...
Author
Publisher
linkedin.com
Pub. Date
2021.
Language
English
Description
This course introduces you to the world of .NET Core and walks you through the ins and outs of .NET and how to build your first app.
.NET is an open-source development platform, a collection of languages and libraries that can work together to build all kinds of applications. In this course, Scott Hanselman and Kendra Havens introduce you to .NET Core and walk you through how to build your first app. First, Scott and Kendra show you how to install...