Jon Rumsey

An online markdown blog and knowledge repository.


Project maintained by nojronatron Hosted on GitHub Pages — Theme by mattgraham

Azure Developer .NET Day 2024 Notes

Multiple presenters, multiple presentations!

The following is a collection of notes taken very rapidly while watching these sessions.

There will be missed information, misspellings, and maybe some incorrect information too.

Table of Contents

Understanding Semantic Kernel

Bruno Capuano, .NET CA

Azure AI Studio:

Built of Plugins with Prompts (plain text file) and Configurations (JSON).

Write Out Of Office messages from AI!

Combine prompts and configurations to create more advanced capabilities and responses.

Highlighted features:

aka.ms/ebskheroesrepo devblogs.microsoft.com/semantic-kernel

GitHub Copilot for SQL Development

Subhojit Basak, Product Manager, Azure Data.

"Integrate AI into regular DB Development"

Copilot Chat is enabled, too.

Copilot is NOT the pilot you are:

Azure Cache for Redis

Catherine Wang, Product Manager, MSFT

Stanley Small, MSFT

Event-Driven Architectures 101

Davide Mauri, Principal Product Manager, Azure SQL, MSFT

Capture, communicate, process events between decoupled services. Common approach in modern Apps build with microservices.

Azure Functions:

Can an Azure Function be activated when data in a DB is changed? How can the change be detected efficiently? How to define the function that gets executed?

Azure Function SQL Trigger:

T-SQL for Cloud-Native Developers

Presenter: Abhiman Tiwari, product Manager, MSFT

Why JSON:

JSON Document Support:

Regex Support in Azure SQL Database

Presenter: Abhiman Tiwari, Product Manager, MSFT

RegEx Support:

New Functions:

Azure SQL DB Hyperscale and Named Replicas

Attinder Pal Singh, Product Manager, Azure SQL DB

HyperScale - Read Scale out:

Implement Named Replicas to act as the SQL DB for:

Zone Resiliency:

Additional Named Replica Capabilities:

Whats New in MongoDB for Azure and .NET

Luce Carter, MSFT MVP, Developer Advocate at MongoDB

MongoDB is:

MongoDB is a platform for developers:

Why MongoDB instead of SQL DBs?

Why MongoDB Atlas instead of CosmosDB?

MSFT Semantic Kernel:

MongoDB PRofvider for EF Core

Azure API Center

Justin Yoo, Principal Cloud Advocate, Developer Relations, MSFT

"Are your APIs OK?"

Investments in APIs have and continue to increase, and most develpment efforts are put into working with APIs.

Problems:

API Inventory/Portfolio:

Azure API Center:

Build a Complete API Inventory:

Under the covers, the feature is:

Governing APIs:

Discoverability and Consumability:

API Center Plug-in For Visual Studio/VS Code

Automated Web Testing With Playwright

Debbie O'Brien

Vansh Singh

About:

Features:

Microsoft Playwright Testing (MPT): Run tests at-scale with browsers in the cloud.

Mastering the Dev Experience

Dev Productivity Dojo: Master Project Setups Using VS Code!

Ori Bar-ilan, Sr. Software Dev Engeneer at MSFT Education (.NET, Python, VSCode, Azure).

Mermaid: Charting software has VSCode Extensions. Use markdown to define charts, check them in to your repo!

Command Runners to Review:

Code Formatters:

Using TODO Comments:

References

Return to ContEd Index.

Return to Root README.