Best of DevBlogs — June 2024
- 1
- 2
DevBlogs·2y
Building Generative AI apps with .NET 8
Build Generative AI apps with .NET 8 and easily integrate language models. Increase user engagement, boost productivity, create new business opportunities, and gain a competitive edge. Get started with AI development using .NET, explore Semantic Kernel for simplified AI solutions, and discover a growing ecosystem of AI tools and services for .NET developers. Learn from H&R Block's experience in building AI solutions with .NET.
- 3
DevBlogs·2y
Java on Visual Studio Code Update
Visual Studio Code for Java introduces an exciting new feature called 'Rewrite with new Java syntax' using Copilot. Spring updates include JPQL syntax highlighting, adding starters directly from pom.xml files, showing active profiles in the dashboard, automatic conversion of application properties, and performance improvements. The Testing Coverage feature can be reset for every execution using a specific setting.
- 4
- 5
DevBlogs·2y
How to integrate Microsoft Entra External ID and Cerbos for authentication and authorization
Learn how to build a web application with decoupled authentication using Microsoft Entra External ID and fine-grained authorization with Cerbos. The application uses Node.js and Docker, and allows users to create, update, delete, and view posts based on their roles. The tutorial covers prerequisites, Microsoft Entra app registration, integration using MSAL, and implementing authorization policies with Cerbos. Steps for running and testing the application are also included.
- 6
DevBlogs·2y
Easily navigate code delegates while debugging
Debugging code delegates in Visual Studio has become easier with the latest updates in version 17.10. Now, developers can hover over any delegate while debugging to get a 'Go to source' link, allowing quick navigation to the underlying code. This feature supports both managed code and C++ function pointers.