Software Development
Showing 2737–2748 of 2769 results
Working with the Java Module System (Java SE 11 Developer Certification 1Z0-819)
Learn all about the Java Module System: one of the biggest recent changes to Java. This course explains its features and the impact on the Java platform. Whether you're studying for the exam, or just want an introduction, this course has you covered!
Working with XML in .NET
This course will teach you to create, load, save, and query XML files using the classes within the System.Xml.Linq namespace in .NET.
Working with XML in C#
Learn to use LINQ to XML and XPath queries to process XML files in C#. Use XML serialization to store .NET objects in an XML file and deserialize XML back into a .NET object. Learn to cache frequently used data in a local XML file.
Workshop: Learning Test Driven Development with Angular Part 1
Come learn one of the best ways to improve the quality of your code.
Workshop: Learning Test Driven Development with Angular Part 2
Come learn one of the best ways to improve the quality of your code.
Workshop: Learning Test Driven Development with Angular Part 3
Come learn one of the best ways to improve the quality of your code.
WPF 6 Fundamentals
The Windows Presentation Foundation (WPF) is a popular UI framework that is part of .NET. This course teaches you how to use WPF and its UI description language XAML to build Windows desktop applications with .NET and C#.
WPF and MVVM: Advanced Model Treatment
In this course, you learn how to use Model-wrappers in your MVVM-application for several scenarios: to highlight changed fields, to highlight invalid fields, to display validation errors, to enable the save button only if there are changes, and much more.
WPF and MVVM: Test Driven Development of ViewModels
Testing your ViewModels while they're in development can help you create better apps. In this course, you'll learn how to use test-driven development (TDD) to build the ViewModels of your MVVM application.
WPF Data Binding in Depth
Data binding is one of the most powerful and important capabilities in WPF applications for building data-driven, loosely coupled, maintainable applications. In this course you will learn how to use the end-to-end capabilities of data binding in WPF including both the most common features as well as more advanced capabilities.
WPF for the Visual Basic Programmer
Learn XAML and WPF to design screens and user controls, apply styles, eliminate code using data binding, take advantage of the MVVM design pattern, and build creative screens using the ListBox control.
WPF MVVM in Depth
This course provides end-to-end coverage of what you need to know to effectively apply the MVVM pattern to WPF applications.