News

Test projects give you a way to exercise your code to see if it works but they're also part of your project's 'permanent record.' If all you want to do is try something out with some throwaway code, C ...
In this interview we talk to open source developer Philipp Crocoll about Keepass2Android. Besides its features as a password store, this project is a good case study for combining Java and C# in a ...
Take advantage of the specification design pattern in C# to improve the modularity, maintainability, and reusability of your source code.
In this article we’ll be writing a Source Generator for C#. Along the way we’ll explain some of the key technologies and pitfalls you might encounter on the way.