Software Development
Showing 37–48 of 673 results
Arrays and Objects in JavaScript
This course will teach you a deep understanding of arrays and objects in JavaScript, and how to use them to solve real-world tasks.
ASP.NET Core 3 Microservices: Getting Started
Using microservices as the architecture of applications is both powerful and complex. This course will teach you why that is and how to get started creating microservices using ASP.NET Core.
ASP.NET Core Clean Architecture
Creating a testable and maintainable application in .NET Core requires a solid foundation. This course will teach you how to use Clean Architecture principles for your ASP.NET Core applications.
ASP.NET Core Crash Course
Ever been curious about how easy it really is to create an MVC website using ASP.NET Core? We'll create a brand new site from scratch with lots of great features and explore key aspects of ASP.NET Core in this code-focused course.
ASP.NET Core Identity 2 Deep Dive
ASP.NET Core Identity brings identity and user management to the ASP.NET Core web framework. This course will get you started with the library and create modern user management and storage with a standout user experience.
ASP.NET Core Playbook
This course will teach you how to deal with common problems and provide a pattern and solution for working through that particular issue using .NET and C# version.
ASP.NET Core Web API Deep Dive
This course will teach you how to build a truly RESTful API, using deep-dive ASP.NET Core 8 concepts.
ASP.NET Core Web API Fundamentals
In this course, you'll learn how to build an API with ASP.NET Core that connects to a database via Entity Framework Core from scratch.
ASP.NET Core Web API: Best Practices
Modern apps require web APIs more than ever before. This course will teach you best practices for writing better web APIs using ASP.NET Core.
ASP.NET Core: Big Picture
This course is an overview and technical introduction to ASP.NET Core which contains several frameworks to create web applications and web APIs.
Asynchronous Programming in C#
This course will teach you how to get started with asynchronous programming in .NET. You will learn how to apply these patterns in new and existing applications and you will see how to avoid the common mistakes.
Asynchronous Programming in JavaScript
Asynchronous programming is often intimidating, it's not how we normally consider writing code. This course shows how promises and async/await can help simplify async programming.