#Event – Resources used during the session “Getting started with Machine Learning.Net and AutoML” at the MVP Days Israel 2020

Hi ! I had a great time early in the day (04:00AM!) with the MVP Days Israel team talking about how to start with Machine Learning .Net. As usual, time for slides and code: Slides Code https://github.com/elbruno/events/tree/main/20201119%20MVP%20Day%20Israel%20MLNet Resources DotNet Machine Learning.NetGitHub DotNet Machine LearningGitHub DotNet Machine Learning Samples Recording Coming soon !

#Event – Resources used during the session “Let’s code a drone 🛸 to follow faces with #dotnet”@dotnetdocsshow

Hi ! I had a great time yesterday with the @dotnetdocsshow team talking about how to program a drone. And this time, with a special flavor: Lets program the drone using dotnet core ! It was an amazing experience, and a really fun moment. Scott, David, Cam and Cecil are great hosts, and they make…… Continue reading #Event – Resources used during the session “Let’s code a drone 🛸 to follow faces with #dotnet”@dotnetdocsshow

#dotnet – .Net Core Uninstall Tool !

Hi ! I’ll hold my drone series to basically repost an amazing news for today: Announcing the .NET Core Uninstall Tool 1.0! This is amazing! Mostly because .Net Core versions are a “not-happy experience” to manage. If you work with them a lot, you probably find yourself going to “Add and Remove Programs” and spending…… Continue reading #dotnet – .Net Core Uninstall Tool !

#RaspberryPi – How to solve #dotnet core not recognized after reboot

Hi! So, after writing my posts on how to install dotnet core 3.1 on a Raspberry Pi 4, I found that after I reboot my device, the dotnet command stop working. When I run dotnet from bash I get the following message ~bash: dotnet: command not found The problem, is that the export steps of…… Continue reading #RaspberryPi – How to solve #dotnet core not recognized after reboot

#HowTo – Grant permissions to a folder after #Git clone, to perform #dotnet restore on a #RaspberryPi #dotnetcore

Hi ! Quick post today, to leave this as a public note. And, disclaimer, I’m not a Linux expert, just a normal user; I’m sure there are plenty of better ways to do this. Any advice will be appreciated. Context: I’m working with Git and .Net Core 3.1. Just cloned a repository and ready to…… Continue reading #HowTo – Grant permissions to a folder after #Git clone, to perform #dotnet restore on a #RaspberryPi #dotnetcore

#VS2019 – How to fix the [obj\project.assets.json’ not found] when building a #NetCore project

Hi! Quick post today. This one is to save me 30 minutes of internet search next time I face this error. Context: New .Net Core Console App. When I build the console app for the 1st time I got this error. Error: NETSDK1004Assets file ‘<Path> \EventConsoleApp01\obj\project.assets.json’ not found. Run a NuGet package restore to generate…… Continue reading #VS2019 – How to fix the [obj\project.assets.json’ not found] when building a #NetCore project

#Windows10 – Cleaning some disk space, Windows SDK and #dotnetcore installs

Hi! I’m very careful with my disk space, however my C: drive in Windows 10 started to claim about low space. I got 3 disks on my machine, 2 SSDs and a regular one; and I always check to install all my software on my D: drive. So, that’s why running low space on C:…… Continue reading #Windows10 – Cleaning some disk space, Windows SDK and #dotnetcore installs