December 12th, 2022

Polyglot Notebooks – Now with .NET 7, C# 11, and F# 7 Support!

Claudia Regio
Product Manager

We are pleased to announce the December 2022 improvements to Polyglot Notebooks for Visual Studio Code. Make sure to install the Polyglot Notebooks extension from the VS Code Marketplace, or install it directly from the extension gallery in Visual Studio Code. If you haven’t read about our latest announcement regarding the difference between .NET Interactive and Polyglot Notebooks, we recommend you read this first.

Upgrade to .NET 7

Polyglot Notebooks has recently upgraded to depend on .NET 7. The extension now requires the .NET 7 SDK to work so update today! To learn more about .NET 7, read our announcement!

Support for C# 11 and F# 7

As part of the upgrade to .NET 7, Polyglot Notebooks now has support for C# 11 and F# 7. To see all the exciting new features you can use in Polyglot Notebooks, review the following resources:

Improvements to SQL and KQL with the new dynamic kernel picker

When establishing a connection with a Microsoft SQL Server or Kusto Cluster, you need to alias the connection using the –kernel-name parameter in the #!connect command. In order to then declare which database connection you want to query against, you previously would have had to add a magic command using the alias at the beginning of each cell.

Before the dynamic kernel picker:

image

With the dynamic kernel picker, you can now declare which database connection you are querying in the bottom right of the cell instead of using a magic command. Simply add a new code cell after establishing your connection, click on the dynamic kernel picker, and select the alias you created for your connection. Then write your native SQL or Kusto code!

With the dynamic kernel picker:

image

Summary

Be sure to download the Polyglot Notebooks extension for Visual Studio Code now to try out the above improvements. If you run into any problems or have suggestions, please file an issue on the .NET Interactive GitHub page.

Author

Claudia Regio
Product Manager

Product Manager

5 comments

Discussion is closed. Login to edit/delete existing comments.

  • Rodrigo Alencar · Edited

    The extension now requires the .NET 7 SDK to work!

    this is painful as .net 7 is not LTS. I would ask to support .NET 6.0 as well!

  • Aaron Carter

    These are one of the coolest things no one else has noticed yet, for sure. Been using it for a little while now and it's really phenomenal! You can basically make documentation or tutorials for onboarding new employees or training junior devs (whatever you imagine) and then you can run it whenever you want, one click, no console application project template or anything. You can put a demo in one of these for clients to...

    Read more
  • Jim Foye

    I would love to jump into this in a big way, but I now have major “abandonment issues” when it comes to all things Microsoft.

  • Ole Jakob Schjøth

    Is there any plans for adding extension for visual studio (not code) 2022 ? Given the large focus on supporting various .Net language and that visual studio is a powerfool tool for many .Net developers.