🤖 I do things with IoT and academic advocacy in the DevRel team at Microsoft.
Learn how to launch Try .NET from VS Code using the debug menu instead of the terminal.…
Read More
![]() |
|
🤖 I do things with IoT and academic advocacy in the DevRel team at Microsoft. |
|
Redmond, WA, USA |
|
My book: |
|
![]() |
|
Contact me: |
|
Xamarin In Action | |
GitHub | |
YouTube | |
CV |
Learn how to launch Try .NET from VS Code using the debug menu instead of the terminal.…
Read MoreIn the first part of this set of posts I looked at creating a dotnet new project template, and in the second part I showed how you could easily add this to a Visual Studio for Windows extension. Lets now look at adding it to a Visual Studio for Mac extension, so that our template is available everywhere. It's really easy to create extensions for V…
Read MoreIn the first part of this set of posts I looked at creating a dotnet new project template. These are great if you like the cli, but if, like me, you'd rather be able to do File->New then dotnet new is not much use. Instead you need a Visual Studio extension that provides a new project or solution type to the IDE. The good news is that you can ea…
Read MoreI've recently updated my MvvmCross templates to support .NET Standard to be ready for the awesome future. Unfortunately this meant a complete rewrite of my templates as the out of the box Visual Studio project template extensions on both Windows and Mac don't support .NET Standard. As it turned out though, this rewrite was a blessing in disguise as…
Read MoreIn the first part of this set of posts I looked at creating a dotnet new project template, and in the second part I showed how you could easily add this to a Visual Studio for Windows extension. Lets now look at adding it to a Visual Studio for Mac extension, so that our template is available everywhere. It's really easy to create extensions for V…
Read MoreIn the first part of this set of posts I looked at creating a dotnet new project template. These are great if you like the cli, but if, like me, you'd rather be able to do File->New then dotnet new is not much use. Instead you need a Visual Studio extension that provides a new project or solution type to the IDE. The good news is that you can ea…
Read MoreI've recently updated my MvvmCross templates to support .NET Standard to be ready for the awesome future. Unfortunately this meant a complete rewrite of my templates as the out of the box Visual Studio project template extensions on both Windows and Mac don't support .NET Standard. As it turned out though, this rewrite was a blessing in disguise as…
Read More