Software Development
Showing 1045–1056 of 2824 results
F# 6 Fundamentals
This course will teach you the fundamentals of programming with F#, the .NET platform’s functional programming language which allows you to focus on your problem domain rather than the details of programming.
F# Fundamentals
Learn the fundamentals and the advanced topics of .NET's only functional-first programming language.
Facilitate communication and collaboration
Learn how DevOps capabilities such as continuous planning and continuous collaboration help you communicate deployment and release information with business stakeholders.
Failing over without Falling over
This talk will show how we can use System Theoretic Process Analysis (STPA), as advocated by Professor Nancy Leveson’s team at MIT, to analyze failover hazards.
Fault Tolerant Web Service Requests with Polly
Polly is a resilience framework for .Net. With Polly, your applications will easily handle transient failures and longer outages in remote web services. This course will teach you how to use all the major features of Polly.
Feature Flag Maintenance
In this session, you'll learn about the entire feature flag life cycle, including creation, naming conventions, workflows, testing, and removal.
Feature Toggles, Package Management and Versioning with Azure DevOps
Learn how to use feature toggles to separate a deployment from a release and enable multiple releases a day! Apply practices to split up your solutions into NuGet packages and apply a versioning strategy that enables fast release cycles.
FiddlerCore 5: The Big Picture
When integrating and automating networking capture abilities within a .NET-based application, the best option is the FiddlerCore library. This course will give you an overview of the various options that FiddlerCore provides and helps you prepare for integrating it into your app.
Five Essential Tools for Building REST APIs
REST APIs are a great way to connect systems together. They are platform-independent and work on simple, well-established standards that are designed to support high performance, massive scale, and secure communication. This course presents a toolset for delivering better REST APIs that give clients what they need, run fast, scale well, and are easy to look after.
Five Services Every Developer Needs to Know
Don't miss the upcoming Microsoft Azure + AI event on December 8-10, 2020 in Las Vegas, Nevada.
FluentValidation Fundamentals
This course will teach you how to use FluentValidation library to perform validation in ASP.NET Core applications. FluentValidation is a free and open-source library developed by Jeremy Skinner at https://fluentvalidation.net
Format alphanumeric data for presentation in C#
Use C# to format strings with white space, special characters, padding, and alignment. Give context to numeric data like currency, percentages, and numbers with decimals.