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 ...Discuss·133 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...Discuss#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...Discuss·1 like·997 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 ...Discuss·301 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...Discuss#maui
Julian Ewers-Petersblog.ewers-peters.de·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...Discuss·1.6K 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...Leonardo Lima and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·8.1K reads#dotnet-maui
Jason BerberichProberberich.dev·Dec 1, 2023December 2023 Events, Training, and WorkshopsTis the season for advent calendars and Azure learning! Take a look below at what's happening in December. Happy holidays, everyone! Advent Calendars December 1 – 25: 25 Days of Copilots December 1 – 25: Azure Advent Calendar English 2023 December...Discuss·51 readsFree Microsoft Learning EventsAzure
Tuyến Vũtuyen-vuduc.tech·Nov 24, 2023Remove entry border for your .NET MAUI appToday, I successfully upgraded my Chick and Paddy .NET MAUI sample to .NET8. It was a long wait because I failed to upgrade to .NET8 preview releases. Things went well except the entry border which was supposed to be none in .NET6/7 as you might find...Discuss·1 like·554 readsdotnet
Julian Ewers-Petersblog.ewers-peters.de·Oct 23, 2023Platform-specific XAML in .NET MAUIIntroduction Cross-platform development is amazing, you only need to write the code once and then you can deploy to multiple platforms all from the same code base. Or so the theory goes. In reality, each platform has specific, native capabilities and...Discuss·5.8K reads#dotnet-maui