Best of DevBlogsJune 2024

  1. 1
    Article
    Avatar of devblogsDevBlogs·2y

    Python in Visual Studio Code

    Announcement of the June 2024 release of Python and Jupyter extensions for Visual Studio Code, which includes improvements in the Native REPL for Python and pytest in the testing rewrite.

  2. 2
    Article
    Avatar of devblogsDevBlogs·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. 3
    Article
    Avatar of devblogsDevBlogs·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. 4
    Article
    Avatar of devblogsDevBlogs·2y

    The .NET MAUI Extension for Visual Studio Code is now Generally Available

    The .NET MAUI Extension for Visual Studio Code is now generally available, bringing XAML IntelliSense and Hot Reload to the development experience.

  5. 5
    Article
    Avatar of devblogsDevBlogs·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. 6
    Article
    Avatar of devblogsDevBlogs·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.