Pluralsight Course Published – Designing an Intelligent Edge in Microsoft Azure
Jared Rhodes, Microsoft MVP and Pluralsight Author, discusses his newly published course, Designing an Intelligent Edge in Microsoft Azure
Jared Rhodes
Jared Rhodes, Microsoft MVP and Pluralsight Author, discusses his newly published course, Designing an Intelligent Edge in Microsoft Azure
Jared Rhodes, Microsoft MVP and Pluralsight Author, showcases how to use shared memory to communicate between .net core and python
There was a need for using a Kendo Grid in an Angular 5 website where the backing store for the data was Elastic Search. Utilizing the filtering on local data was simple enough but for the needs of filtering there needed to be server side integration. The server was running ASP.NET Core. To get started […]
As a part of the Wren Hyperion solution, an ASP.NET Core application will run on an ARM based Linux OS (we are building a POC for the Raspberry Pi and Raspian). Here are the steps on how you can get started with ASP.NET Core on Raspian: Setup a Raspberry Pi with Raspian Install .NET Core […]
If you get the error message “Unable to load DLL ‘e_sqlite3’ dotnet core Raspian”, that means that the libe_sqlite3.so was not loaded to the runtime directory. There is a copy of the libe_sqlite.so library here. Copy the library to the directory of the dotnet application and it should be picked up the next time the […]