Ce mois de Mars 2022 marque les 25 ans d'un des meilleurs IDE du moment (et des dernières années) pour les projets .NET et bien d'autres : (sans suspens) Visual Studio !
Visual Studio Code is one of the most active project on Github for Microsoft developers community. VS Code spread around the developer world like black powder and brings for a lots of different skilled professionals and amateurs a best of bread code editor.
Event if the project brings a lot of new feature on a monthly based release, something there is a new feature that provide far more power to developers, and Live Share one of them.
Live Share was released back in 2018 ( https://code.visualstudio.com/blogs/2018/05/07/live-share-public-preview) to provide universal and secure collaboration between developers even working on different operating system at the same time, only one thing care : your code and whatever it is C#, Angular app, Go, etc !
Live Share is now available on Windows, Mac and Linux !!!!
The addin provided on Visual Studio and Visual Studio Code can only share terminals between developers to make them able to debug live ! Isnt't it awesome ?!?
You can show the introduction video from Jon Chu :
In short, how does it work ?
The process is quite simple : 1. Install 2. Get a Microsoft account (if you don't laready have one) 3. Create and join a session 4. Code with your buddy 🙂
1. Click on the 'Live Share' button in the left panel :
2. Click on 'Start collaboration session' in the Live Share panel :
3. Click on the 'Share Now' button
4. VS Code will ask you to connect to your Github or Microsoft account y opening a web window
5. Live Share will provide you a link for the collaboration session, copy it and send it to your friend / colleague by email or Teams.
6. Wait for your friend to join the session and ... code, debug, execute ! Whan a guest join a session, you'll be notified and start seeing different colored dot associated with file modified in live.
When using Visual Studio 2017 and trying to create a Docker image for your ASP.NET web app from the standard microsoft\aspnet image (or another image), you may have the following error message : GetFileAttributesEx bin\Release\PublishOutput : The system cannot find the path specified
Pour le lancement de Visual Studio 2017 et les 20 ans de l’outil de prédilection de tous les développeurs .NET, il aura bien fallut un évènement spécial des Afterworks@Noumea des communautés MS.
Après une présentation d’un peu plus d’une heure ponctuée de démos sur l’outil et sur les différentes fonctionnalités, .NET Core, l’architecture en microservice avec Docker et la mobilité, nous avons pu enfin goûter au gâteau d’anniversaire :
Suite au lancement officiel du 07 Mars, nous organisons un évènement local ce mercredi 15/03 à la CCI de Nouméa. Au programme, une introduction aux nouvelles fonctionnalités de Visual Studio 2017 et à la plateforme .NET. Pendant cette présentation d’un peu plus d’une heure, ponctuées de pas mal de démonstrations, nous partagerons avec les participants sur les sujets suivants :
- Les nouveautés de Visual Studio 2017
- Quoi de neuf dans .NET et .NET Core ?
- Le développement mobile multiplateforme avec Xamarin
- Microservice, Docker et DevOps
Soyez préparer à manger un morceau du gâteau des 20 ans de Visual Studio !
Nous avons également quelques goodies à faire gagner pendant la session !
When you open Visual Studio 2015 (with Update 3) on a SharePoint 2016 developer machine, it may occurs that the SP 2016 templates are missing (it displays only SP 2010 and 2013 templates). In that case, don’t panic ! Just follow the following process :