How to Upgrade a Codebase from .NET Framework to .NET 6
Read about how to upgrade your .NET Framework codebase to .NET 6. We discuss the process and give you some tips for woking through the change
Read about how to upgrade your .NET Framework codebase to .NET 6. We discuss the process and give you some tips for woking through the change
Learn how to move Uno Platform pages from a shared project to a multi-targeting project.
Signing an assembly ensures that the consumer knows its origin and uniquely identifies the component. It makes the physical DLL file tamper-proof. This tutorial will…
Continue reading → .NET – How to Sign an Assembly in Visual Studio 2019
An app should throw exceptions when something exceptional happens. However, developers should design apps and APIs so that under regular use, exceptions do not occur. Exceptions…
If you haven't read the first part of this series, you might want to have a read. It is an intro to why code rules…
Edit: Part two has been added here. This is more of a How To Guide if you want to skip the writing. As a human,…
When I first got in to crypto about six months ago, the first thing I did was buy a Trezor, and a Ledger. In my…
Continue reading → Why C# Is Necessary For the Future of Crypto Apps (Store Apps)