If you come from the .NETMF age and at some point worked with json, you’re probably familiar with Matt Weimer's library: Json.NetMF. Making a bit of history: that library started as a modification of Mike Jones's JSON Serialization and Deserialization library. It was available as NuGet for .NETMF v4.2 and v4.3. It was never brought … Continue reading Welcome Json.NetMF
Tag: #nanoFramework
Build, build, build…
Here’s a quick overview on one of the key aspects of any software project: the build. nanoFramework is no different and we all know how critical this is, so we’ve put a lot of attention and care on this matter. The goal was to make it highly configurable (because there are a lot of features … Continue reading Build, build, build…