Software Development
Showing 625–636 of 673 results
What’s New in C++20
This course will teach you what has been added to C++20, and what these new features offer you.
What’s New in C++23
The C++ standards committee updates the language and standard library every 3 years, and compilers implement those changes after the standard is final. This course will teach you what has been added to C++23, and what these new features offer you.
What’s New in Java 8
A quick overview of most of the new features of Java 8. The course covers lambda expressions and the Stream API but also many new additions scattered all around the JDK. JavaFX and Nashorn are also quickly covered.
What’s New in Spring Framework 6 and Spring Boot 3
This course will cover what is new in Spring Boot 3 and Spring Framework 6.
What’s New with ASP.NET Core in .NET 5.0
ASP.NET Core in .NET 5.0 improves upon one of the most powerful web platforms in the world. This course will show you how to use the latest capabilities of Blazor, Web API, MVC, Razor Pages, and SignalR to improve your existing and future projects.
What’s New in ASP.NET Core 6.0
This course will teach you how to leverage the powerful new features of ASP.NET 6.0 to build the next generation of web applications.
When Music and Software Come Together
This talk will take you on a journey through a typical software development process, showing you where music and software cross paths.
Windows Forms Best Practices
This course demonstrates several best practices for Windows Forms application development by gradually improving a demo application. Topics covered include resizing, layout, accessibility, maintainable code, localization, usability, testability, threading, exception handling, custom control creation, and interoperability.
Windows PowerShell 4 Toolmaking Fundamentals
Are you a beginning to intermediate PowerShell scripter and tired of writing one-off scripts? Take your scripting to the next level and begin to think of your scripts as tools.
Windows PowerShell Desired State Configuration
This course is designed for Windows IT Pros who are using Windows PowerShell and Desired State Configuration to manage on-premises deployments and configurations of Windows servers
WinUI 3 Fundamentals
The Windows UI Library (WinUI) is the native UI framework of Windows 10 and Windows 11. This course teaches you how to use WinUI and its UI description language XAML to build modern Windows desktop applications with .NET and C#.
Working with Arrays and Collections in C# 9
If your app has data, you’ll almost always need to store that data in a collection. This course will teach you the essential skills behind manipulating collections, enabling you to store, look up, and enumerate your data in C# apps.