Software Development
Showing 949–960 of 2824 results
Enterprise Patterns: Concurrency in Business Applications
When multiple users are editing the same data, concurrency effects can result in lost work or errors. This course teaches you how to prevent concurrency errors at database level, and for business transactions that span multiple pages and postbacks.
Entity Framework 6 Migrations for Large Teams
Get up to speed on the tools and disciplines you need to maintain a database for your Entity Framework application. This course was designed for your whole team to watch over an extended lunch hour.
Entity Framework Core 2: Mappings
This course is for developers who are familiar with the basics of using EF Core to create models, migrate databases, interact with data and incorporate EF Core into simple applications, and will prepare you for working on production software.
Entity Framework Core 2.1 Migrations: Fundamentals
EF Migrations give you control over your database, and with EF Core 2.1, Migrations have significantly improved. Learn how to develop with migrations as a team, resolve conflicts when they arise, and securely deploy database changes to production.
Entity Framework Core 2.1: What’s New Playbook
The 2.1 update to EF Core brings over 500 changes since EF Core 2.0. In this course, you’ll learn how to take full advantage of the most impactful new features like view mapping, server-side GroupBy processing, seeding and more.
Entity Framework Core 3.1: Getting Started
This course helps those with experience in earlier versions of EF and EF Core, and developers completely new to Entity Framework. Learn how to build data models with EF Core 3.1, use EF Core to let your software interact with data in your databases and incorporate EF Core in your automated tests.
EPFLx: Optimization: principles and algorithms – Linear optimization
Introduction to linear optimization, duality and the simplex algorithm.
EPFLx: Optimization: principles and algorithms – Network and discrete optimization
Introduction to network optimization and discrete optimization
EPFLx: Optimization: principles and algorithms – Unconstrained nonlinear optimization
Introduction to unconstrained nonlinear optimization, Newton’s algorithms and descent methods.
Error Handling in C#
Understanding and making use of exceptions is crucial to creating readable and understandable code that responds correctly to runtime errors. This course will teach you how to handle errors in your C# code in a type-safe, readable, and structured way.
Error Handling in Stateless Environments
In this session, you'll learn about error handling with retry mechanisms in stateless environments.
Essentials for Cloud-Native Java Application Development
Learn the essentials for developing cloud-native Java applications. This course covers the key principles, tools, and techniques for building and deploying Java applications optimized for cloud environments, ensuring scalability, resilience, and performance.