© 2023 Hashnode
#dotnet-maui
Authentication with Google's OAuth 2.0 allows developers to authenticate applications on a secure web server (SSL certificate) without having to manage user data and secure it. At the end of this post…
Introduction Many mobile applications come with their own, custom title styling. This is important, because the title bar (or navigation bar, I will use the terms interchangeably here) plays a vital r…
Introduction In this article, I'm going to introduce basic navigation into my .NET MAUI PDF Splitter application. If you're following my PDF Splitter Application series, you will have a simple applica…
Introduction In this article, I'm going to add a file menu to my .NET MAUI PDF Splitter application. If you're following my PDF Splitter Application series, you will have a simple application based on…
Introduction This article is the third article in my PDF Splitter series but the first one in which we start to drill down into the code. Creating the Project For this tutorial, I'm going to be using …
In the universe of technology, something is constantly going on. If you, as a web developer, are using JavaScript and its frameworks and libraries day to day, you are familiar with the feeling of exci…
Introduction When developing mobile apps user experience (UX) is key. Today, we will have a look at the role device orientation plays for user experience and how you can take advantage of .NET MAUI's …
Whenever I tried to learn about what is Interface class the only answer I found was - Interface class is the contract between the parent and its child class where the parent is the interface class and…
C#.NET is a general-purpose programming language always on the mission to keep improving in every aspect, C# has improved its readability a lot with the period. Digit separation is part of readability…
Introduction If you have already used modern .NET-based UI frameworks like Xamarin.Forms and .NET MAUI before, you are likely familiar with a common concept called data binding. This concept is used t…