Building practical C# projects is one of the fastest ways to master modern .NET development. From beginner console apps to enterprise microservices, these projects help developers strengthen ...
A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
After a focus in .NET 9 around intelligent app development, subsequent releases have shifted attention back to core platform work. Coders are still complaining, though, with operational friction a ...
Available as a part of .NET 10, which was released last November, C# 14 brings a plethora of new features and enhancements that make it easier to write efficient, high performant code. Just as we ...
Microsoft has released .NET 11 Preview 1, a planned update to the cross-platform software development platform that features JIT performance improvements, faster compression, CoreCLR support ...
Hi, I'm trying to use SQLite in my project, for some reason with .Net 9.0 is not working but with .NET 8.0 it does on WebAssembly. I created two projects with this command: dotnet new unoapp -o test8 ...
We previously developed our applications using Xamarin.Android and Xamarin.iOS. Following Microsoft's end of support for Xamarin in 2024, we've migrated our project to .NET for mobile apps. In our ...
SQLite has an incredibly small footprint. The database itself, its DLLs and the complimentary diff and analyzer tools are less than 15 MB in size. It's perfect for small mobile devices, advanced ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Once you’ve installed SQLite, you’ll probably want to learn how to maneuver around the ...
The .NET framework allows cross-platform development on Windows and Mac, and Microsoft released version 8 for both in November. Here's what that means to developers. In the late 1990s, Microsoft began ...