After the release of v1.0 we turned a page and that is true on what concerns our GitHub repositories history. Release means tagging a point in the repository commit history. And suddenly after that all hell breaks loose on our versioning system! Continuous deployment and continuous delivery are great, but we must make sure that … Continue reading All systems green! (again)
.NET nanoFramework Blog
nanoFramework v1.0 is official!
Today we are proudly announcing the first official release of nanoFramework. What a journey we’ve made… for over two years now a lot of code has been written, tested, and rewritten. A lot of ideas were discussed, tested, reviewed, implemented and even scraped. We won’t bother you with statistics on the number of commits or … Continue reading nanoFramework v1.0 is official!
Obfuscation? We have an app for that!
If you are in the .NET world for long enough, you’ve probably have come across with the term obfuscation at some point. In a nutshell and paraphrasing Garry Trinder: “is the process of scrambling the symbols, code, and data of a program to prevent reverse engineering.” As most of us are aware there are several … Continue reading Obfuscation? We have an app for that!
Network capabilities in nanoFramework: check!!
As they say: better late than never! This post is a belated announcement of networking capabilities being added to nanoFramework. Some of you may already have noticed that during last week networking capabilities were officially added to our development branch. With this, nanoFramework has - definitely - reached a major milestone. I’m sure we are … Continue reading Network capabilities in nanoFramework: check!!
We are moving our chat to Discord
After many discussions we’ve decided it is within the best interest of the project to move our chat platform from Slack to Discord. Why are we doing this? Since initiating the project we’ve been using Slack, which has proved more than adequate for the task at hand. However, Slack uses a freemium model, which is … Continue reading We are moving our chat to Discord
Interop in .NET nanoFramework
Original post in José Simões personal blog here.
Setup Visual Studio to access preview versions feed
(updated on 2019-08-21) If you are one of those developers that like to have access to the shiny and newer versions of the components you use, this post is for you. It also applies if you are testing a PR for one of the class libraries or one of the experimental develop branches. A bit … Continue reading Setup Visual Studio to access preview versions feed
Debugging a visual studio extension
Although it has got easier over the years, debugging Visual Studio extensions is generally thought of as a dark art, this blog post is aimed at those people who wish get started. Specifically it is aimed at debugging the nanoFramework Visual Studio extension which will help us (with the aid of all willing volunteers) to … Continue reading Debugging a visual studio extension
One small ‘step’ for a debugger, one giant leap for the embedded world!!
Today the nanoFramework project hit a major milestone: we’ve released a new version of our Visual Studio extension. What's so special about that I hear you ask... Well it is the first one with the capability of debugging managed code! Many will think that this is not a big feat, but it is. It has … Continue reading One small ‘step’ for a debugger, one giant leap for the embedded world!!
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…