Software Development
Showing 2245–2256 of 2653 results
Store and iterate through sequences of data using Arrays and the foreach statement in C#
Work with sequences of related data in data structures known as arrays. Then, learn to iterate through each item in the sequence.
Store and retrieve data by using F#
Write your first F# programs, and learn to work with input and output, data type conversions, and operators.
Store and retrieve data using literal and variable values in C#
Use data in your applications by creating literal values and variable values of different data types.
Store application data with Azure Blob Storage
Build an app that stores user files with Azure Blob Storage.
Store data in Azure
Azure provides a variety of ways to store data: unstructured, archival, relational, and more. Learn the basics of storage management in Azure, how to create a Storage Account, and how to choose the right model for the data you want to store in the cloud. This learning path can help you prepare for the Microsoft Certified: Azure Developer Associate certification.
Store data in Azure Cosmos DB with .NET Aspire
Learn how to connect to the Azure Cosmos DB database from a cloud-native application by using .NET Aspire built-in components.
Store local data with SQLite in a .NET MAUI app
Learn how to store and access data held in SQLite using a .NET MAUI app
Strategies for Microservice Scalability and Availability in ASP.NET Core
This course will teach you how to scale-out .NET Microservices to improve your software's performance and availability using stateless microservices with load balancers, queues, and caching.
Streaming API Development and Documentation
Explore best practices for developing and documenting streaming APIs for real-time data applications.
Streams, Collectors, and Optionals for Data Processing in Java 8
This course shows advanced patterns to process data in Java 8 using lambdas, streams, spliterators, optionals, and collectors. It shows how to build your own spliterators to connect streams to non-standard data sources, and to build your own collectors.
String Manipulation and Regex in C#
Strings are a core concept in .NET, which all developers must master. This course will teach you practical techniques for manipulating string data in modern C# applications that can be easily applied in your code.
String Manipulation in C#: Best Practices
Strings are a core concept in .NET, which all developers must master. This course will teach you everything you need to know about the best practices for working with strings using C#.