Author: samir gc
Dotnet MAUI zip and unzip files with AES security and Password
We are using : https://github.com/icsharpcode/SharpZipLib Library for Zipping and Unzipping the Files inside our dotnet maui project. MainPage.xaml MainPage.xaml.cs MainPageViewModel.cs Make sure you have setup Media integration inside your Dotnet maui project for taking camera photo. https://learn.microsoft.com/en-us/dotnet/maui/platform-integration/device-media/picker?tabs=android Post Views: 509
Dotnet MAUI Open CV Face Detection
Step 1 : Plugins to add https://github.com/takuya-takeuchi/UltraFaceDotNet Step 2 : Files to be downloaded .bin and .param https://github.com/Linzaer/Ultra-Light-Fast-Generic-Face-Detector-1MB/tree/master/ncnn/data/version-RFB Step 3 : Add this downloaded files to newly created data folder of your project and don’t forget make it as Embedded Resource Step 4 : MainPage.xaml Step 5 : MainPage.xaml.cs Step 6: DetectService.cs Step 7: IDetectService.cs
Dotnet MAUI SMS OTP Generation using TwilioDotnet MAUI
MainPage.xaml.cs MainPage.xaml Post Views: 347
Dotnet MAUI Google Maps with custom Pins
Plugin : https://github.com/themronion/Maui.GoogleMaps/tree/maui MainPage.xaml MainPage.xaml.cs AndroidManifest.xml MainApplication.cs MauiProgram.cs Post Views: 434
Dotnet MAUI Google Wallet Passes and Server Config
Youtube Link : https://youtu.be/swYvmdlgWS0 Everything is based on server setup. Less code is required for dotnet maui Post Views: 272
Apple Passes Asp Net Core Web Api
WeatherForecastController.cs Don’t forget to add plugin : https://github.com/tomasmcguinness/dotnet-passbook Post Views: 361