Dotnet
2 Topics[New Blog Post] Fun with NanoFramework, running .Net C# on ESP32
Do you ever wanted to program on an ESP32 microcontroller but all you can know is the C# programming language? Including breakpoints? Check out .NET nanoFramework and have fun! How about turning this broken coffee maker into an Azure IoT cloud-connected MP3 player? #mvpbuzz Check out the post here.836Views0likes0Comments.Net Core on IoT: Some .Net Core Deployment Points
Just published http://www.sportronics.com.au/dotnetcoreiot/Net_Core_on_IoT-Usability-dotnetcoreiot.html Six points discussed; 1. Should I build and deploy Self-Contained or Framework Dependant .Net Core apps? 2.Is a File Share better for downloads than FTP 3. When I rebuild/republish, after some changes to project code do I need to recopy all of the publish folder? 4. What is the best/simplest test for a .Net Core Installation 5. If manually setting up .Net Core what environment variables do I need? 6. If using a File Share, what direction should it be? Plus a short discussion wrt building on the Target v on the desktop.663Views0likes0Comments