Tuyến Vũtuyen-vuduc.tech·Dec 18, 2024Artifact/NuGet metadata in dotnet-binding-utilIn the previous post of Introduction of dotnet-binding-util, we already learned what it is about. I will sometimes call it the tool for short. In the post, I will go thorough the core part of the tool, artifact and NuGet metadata, the way in which a ....NET binding librariesdotnet
MauiFusionmauifusion.hashnode.dev·Dec 10, 2024Upgrade Your App's Login and Sign-Up Features with .NET MAUIWant to improve your app's first impression and ensure a smooth user journey from the beginning? Check out the Modern Login & Sign Up Screen for .NET MAUI—a fully customizable, user-friendly front-end solution that helps you create polished, professi...XamarinToMAUI
Alberto Aldegherialbyrock87.hashnode.dev·Dec 10, 2024Preventing Memory Leaks in .NET MAUI: Best Practices and StrategiesPremise Memory leaks in .NET MAUI can occur in various ways, with events being a common culprit. This article will focus on memory leaks caused by events, while also highlighting concepts applicable to other scenarios. .NET events in general We all k...1 like·291 reads#dotnet-maui
Alberto Aldegherialbyrock87.hashnode.dev·Oct 17, 2024How to Create a Content-Sized WebView in .NET MAUI Mobile: A Step-by-Step GuideWhy having a content-sized WebView? Sometimes, an app needs to display content created on the web, perhaps through a WYSIWYG editor, and typically, we present it within a well-defined area of the screen. There are other situations where your WebView ...194 readsdotnet
Ujjwal Singhujjwal-ghatani-dev.hashnode.dev·Aug 31, 2024Understanding CQRS: Simplifying Your Code by Splitting ResponsibilitiesWhen building complex systems, managing the codebase can become challenging as your application grows. One common issue developers face is the blurring of responsibilities within classes, where both reading and modifying data are handled together. Th...#CQRS
Tuyến Vũtuyen-vuduc.tech·Jun 23, 2024Introduce Stripe for .NET MAUIOverview Stripe is a very well known payment service to let your end users pay easily and beautifully for your product/service(s) within your mobile apps and websites. This article will guide you steps to integrate Stripe SDK into a newly created .NE...1 like·1.2K readsLibraries for .NET MAUIdotnet
Tuyến Vũtuyen-vuduc.tech·Jun 20, 2024Introduce ShakeBugs for .NET MAUIOverview As an mobile app developer, you might ever think if your users can be your app testers who can log an encountered bug with a lot of details for our triage and bug fixing like screenshot, app logs, etc. Sometime, your users also want to give ...310 readsLibraries for .NET MAUIshakebugs
Oziel Silvaozielguimaraes.hashnode.dev·Feb 29, 2024Starting with MAUI in VSCODENow in .NET MAUI we can finally say good by to the VS For MAC In this post we are gonna install, setup and create our first MAUI app. Stay on board. First of all, we'll make sure that MAUI installed, you can do that running the command: On Mac termi...#maui
Julian Ewers-Petersewerspej.hashnode.dev·Feb 16, 2024Add automatic route registration to your .NET MAUI appIntroduction In December of 2023, I introduced the epj.RouteGenerator package which provides a facility to have route identifiers for .NET-based frontend applications auto-generated for you, taking away a few pain points with string-based route navig...1.7K readsdotnet
@Redthredth.codes·Dec 18, 2023Popups with .NET MAUI - No Plugin / NuGet Needed!One super common UI gesture I see time and time again in apps is a 'popup' page or control. There's a few different options out there to do this with plugins / nugget packages (MAUI Community Toolkit, Mopups, Telerik, Syncfusion), however today I'd l...3 likes·8.5K reads#dotnet-maui