Whilst I'm not exiting from here, I've created a new blog site from the ground up to have all of the features I want.
http://www.embedded101.com/Blogs/David-Jones/entryid/841/new-blog-site
I just received an Azure Sphere MT3620 Development kit this week and I was curious to test it. I already have VS 2017 installed on my Win10 machine, so the preparatory work was only to install th...
http://www.embedded101.com/Blogs/Thierry-Joubert/entryid/840/Default
I developped several systems based on ESP8266, but this chip has a low power consuption called "Deep Sleep". I decided to run a simple test application which would measure Temperature and humidit...
http://www.embedded101.com/Blogs/Thierry-Joubert/entryid/839/Default
In creating a custom XAML UserControl, a need arose to make use of generics with the UserControl class. The control is based upon the XAML AutoSuggestionBox control and implements a quick loo...
I recently received an MXCHIP IoT DevKIT and I experimented the Azure connectivity functions available in the Arduino library for this platform. The "DevKit -Get Started" section of the github gi...
http://www.embedded101.com/Blogs/Thierry-Joubert/entryid/838/Default
Q. How do you get a list of classes under a namespace without instantiating those classes: Reflection
Q. How can you add meta-information, such as a description, to a class and return it without instantiating the class? Read on …
Q. What do those xmlns namespace directives at the root of an XAML page mean? Read on …
Some notes on adding and removing migrations in Entity Framework core. EF Code First approach (Create class/es first)
Entity Framework, in Code First Manner, can auto-generate the scaffolding for accessing a database from an app from an app’s model class. In a previous blog I covered some issues wrt using Enti...