Julian Ewers-Petersewerspej.hashnode.net·Nov 29, 2022How to write a Custom Control for .NET MAUI using SkiaSharpIntro Sometimes, when you're developing an app, you find yourself in need of a specific control but you just can't manage to find the right one, because the available ones do not offer some of the features that you're looking for. This happens to me ...Discuss·20 likes·1.5K readsCustom Controls for .NET MAUIskiasharp
Dave Murrayirongut.hashnode.net·Jul 31, 2022My new app doesn't use .NET MAUI! Why?I have a confession to make, I'm working on a new cross platform app and we're using Xamarin.Forms rather than .NET MAUI.😲 Xamarin.Forms will be unsupported after November 2023 so why did we make this choice? Background First a little background......Discuss·7 likes·3.2K readsXamarin & .NET MAUIXamarin
Dave Murrayirongut.hashnode.net·Feb 19, 2022.NET Frontend Day 2022: Xamarin & MAUI Recap.NET Frontend Day 2022 took place on 10th February with a great line-up of speakers from the community & Microsoft and topics for all .NET developers. I will highlight the sessions that were of most interest to Xamarin and .NET MAUI developers. What ...Discuss·6 likes·927 readsXamarin & .NET MAUIdotnet
Kevin Bushirikeev-bush.hashnode.net·Apr 23, 2023Google Authentication in MAUI.NETAuthentication 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, you will be able to add Google Native Authentica...Discuss·70 readsC#
Julian Ewers-Petersewerspej.hashnode.net·Apr 13, 2023Customize the Title Bar of a MAUI app with these simple stepsIntroduction 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 role in brand recognition since it is visible at th...Discuss·1 like·622 reads#dotnet-maui
Dave Kdavek17.hashnode.net·Apr 12, 2023.NET MAUI - Basic NavigationIntroduction 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 application based on the out-the-box .NET template with a...Discuss·89 readsPDF Application with .NET MAUIC#
Dave Kdavek17.hashnode.net·Apr 12, 2023.NET MAUI - Creating a XAML File MenuIntroduction 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 the out-the-box .NET template which we will now s...Discuss·91 readsPDF Application with .NET MAUI#dotnet-maui
Dave Kdavek17.hashnode.net·Apr 12, 2023.NET MAUI - Creating a New ProjectIntroduction 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 Visual Studio, in my case, I'm using Visual Studio...Discuss·43 readsPDF Application with .NET MAUIC#
Semir Teskeredzicdotinternet.hashnode.net·Mar 7, 2023What is Blazor and why should you care as a web dev?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 excitement when something new is out there. Blazor is ...Discuss·71 reads.NET
Julian Ewers-Petersewerspej.hashnode.net·Mar 2, 2023Boost Your App's User Experience with Responsive Layouts for Portrait and Landscape Modes with .NET MAUIIntroduction 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 built-in capabilities. While Portrait mode has bec...Discuss·3 likes·1.2K reads#dotnet-maui
Hammad Maqboolhammadorbit.hashnode.net·Feb 8, 2023Interface class in C#.NETWhenever 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 its child class makes a promise to its parent tha...Discuss·1 like·41 reads.NET Talks ❤️C#
Hammad Maqboolhammadorbit.hashnode.net·Feb 5, 2023Digit Separator in C#.NETC#.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 improvement which was launched in C# 7.0 Let's sa...Discuss·47 reads.NET Talks ❤️dotnet
Julian Ewers-Petersewerspej.hashnode.net·Jan 25, 2023A quick introduction to Compiled Bindings in .NET applications and why you should use themIntroduction 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 to access data from a data source (such as properti...Discuss·372 readsMVVM