Dynamic XAML in Xamarin.Forms Applications
Note: you can download the source code for this blog post here. As you know, Xamarin.Forms application usually will generate code at compilation time using
Note: you can download the source code for this blog post here. As you know, Xamarin.Forms application usually will generate code at compilation time using
Hello folks! Did you ever think about how cool it would be to re-use an already working and tested Java library to save a couple
Introduction What are Design Patterns in Software Programming? There are many definitions of the design pattern. For example, from Wikipedia: “In software engineering, a software
SignalR from Microsoft .NET is a great tool for adding real-time websocket functionality to web applications. The latest libraries simplify the process to add Hubs
We occasionally want to include a specific UI design in our mobile apps that should look exactly the same on both Android and iOS, but
Modern aspnetcore Web APIs are relatively easy to protect using Bearer Tokens issued by Duende IdentityServer. But there is a lot of legacy .NET framework
Most of the time, we software developers focus on optimizing our code. We want it to be fast, easy to understand, and easy to maintain.
What’s the big deal about file uploads? Well, the big deal is that it is a tricky operation. Implement file uploads in the wrong way,
I was recently working on a project where a fillable PDF form was populated with data and a QR code needed to be placed on
In this article, I will show you an easy way to create a PDF document and style it properly with Razor engine and the DinkToPdf