Software Development
Showing 457–468 of 2653 results
Code Review with GitHub Copilot
This course will teach you how to effectively use GitHub Copilot and GitHub Copilot Chat in your daily workflow as a software engineer.
Code-first Entity Framework 2 with Legacy Databases
Most code generators are inflexible, but with the Entity-Framework Reverse POCO Generator, you can create code exactly how you want it. You'll learn how to reverse-engineer a legacy or current SQL Server database into Code-first Entity-Framework code.
Coding to be Event-driven
This talk, applicable to both Java and JavaScript developers alike, will discuss key benefits of developing software using event-driven design by using a dragon boat race.
Collaborate with Git
Use Git to track changes to source code and collaborate with other developers
Collaborate with others with Markdown and GitHub Pages
Do you want to communicate more effectively with other GitHub users? Are you looking for a free way to promote your GitHub project?
Collaborative Coding in Visual Studio 2022 Using Visual Studio Live Share
This course will teach you how to collaborate with others in real time using Visual Studio’s Live Sharing features.
Collaborative Contract Driven Development
In this presentation, you will learn about the goals and processes behind contract driven development and how they resolve a lot of pain points around developing in a microservices/cloud world.
Collections and Generics in C#
Working with multitudes of objects and using generics requires understanding of programming theory and textbook algorithms. This course will teach you effective use of .NET collections and power of generalization through generic classes and methods.
Collections in Rust 2021
Rust is a powerful programming language that helps you to develop systems and applications that are safe and efficient. This course will teach you how to use collections in Rust so that you can write Rust code that performs reliably and runs fast.
ColumbiaX: Machine Learning
Master the essentials of machine learning and algorithms to help improve learning from data without human intervention.
Combine Prompts and Functions
This module demonstrates how to combine functions and prompts with the Semantic Kernel SDK. Nesting functions within prompts can allow your code to complete tasks large language models can't typically complete on their own.
Communicate between applications with Azure Queue storage
Implement the publish-subscribe pattern in the cloud using Azure Queue storage.