How to use .Net MAUI Secure storage in your Mobile application ( iOS, Android and Windows )
MsDevBuild
by
1y ago
NET MAUI provides different techniques for local storage, in my previous article, explain preferences. This article will explain how to use secure storage in your mobile iOS, Android, and windows applications. Secure storage is like a shared preference. It stores data in key and value pairs. The data is encrypted and users a key made from a unique device key to encrypt and decrypt the data stored. The data is stored in a secure storage directory where only the OS can access it.   You must keep in mind Do and Don’t Do things about Secure Storage. There are no storage limitations for ..read more
Visit website
.Net MAUI : Store local data with Preferences using
MsDevBuild
by
2y ago
NET MAUI provides 4 techniques for local storage options for storing data in locally on a device, depending on the nature, structure, and size of the data. The most used following 4 ways to store the local data on mobile devices. Preferences Local File Storage Local Database Secure Storage. In this article, will share about the .Net MUAI Preference storage technique. Preferences is stores data in key-value pairs and can be easily managed via the Preferences class from Microsoft.Maui.Storage namespace and if you do Uninstall the app will also remove all local preferences but if you are close ..read more
Visit website
.NET MAUI : VerticalStackLayout and HorizontalStackLayout Layout using Visual Studio 2022
MsDevBuild
by
2y ago
This article provides an understanding of VerticalStacklayout and HorzontalStackLayout using .NET Multi-platform APP UI (MAUI), which is a cross-platform framework for creating native mobile and desktop apps with C# and XAML A StackLayout organizes child views in a vertically oriented or horizontally one-dimensional stack, but the Microsoft team introduced VerticalStacklayout and HorzontalStackLayout same as stack layout with improved a lot more performance and avoided unnecessary layout calculations being performed. this article will show a quick demo of VerticalStacklayout and HorzontalStac ..read more
Visit website
Microsoft Enterprise Skills Initiative: Free Live training, Free Exam Voucher, and Free Practice exam simulations for Corporate Employee
MsDevBuild
by
2y ago
The Microsoft certification is become more trend because of a lot of job openings for whose completed certification, same time most employees searching the internet “Free Azure dumps”,” Free Training “and free certification Voucher, I will share great information for who’s looking to do certification and some company learning team still not may aware this info, still they are asking to submit the bill for refund the certification expenses reimbursement. Microsoft provides the Microsoft Enterprise Skills Initiative (ESI) for free if your employer qualifies. The ESI program includes multiple co ..read more
Visit website
Xamarin MAUI: Pair to Mac M1 chip from Windows machine for iOS development using Visual Studio 2022 Preview
MsDevBuild
by
2y ago
Net MAUI is a cross-platform framework for creating native mobile and desktop apps with c# and XAML. You can refer to my previous article for getting started with the Dotnet MAUI application. Building iOS application in Windows machine Using Visual Studio 2022, Will do following two approaches for debugging and build the iOS application. Remote Host (Required Mac) Xamarin Hot Restart (Without Mac) In this article, I will show Pair to Mac M1 Chip from windows machine for MAUI iOS app using Visual Studio 2022 preview. I am going to show a POC app with Visual Studio2022 preview, you can also u ..read more
Visit website
Xamarin MAUI: First iOS, Android and Windows Mobile App using Visual studio 2022
MsDevBuild
by
2y ago
Net MAUI is a cross-platform framework for creating native mobile and desktop app with c# and Xaml. In my previous article, we did warn welcome to Dotnet MAUI and shared information about the History of Xamarin. MAUI as everybody already knows is a name for a new upgrade solution as a Multi-platform APP UI framework for building native cross-platform apps with .Net for android, iOS, macOS, and Windows. I am going to show how to create, build and debug the First MAUI application using Visual Studio 2022. MAUI and other third-party framework teams started working on support for upgrading th ..read more
Visit website
Microsoft Azure: Avoid unknown or accidental deletion of Azure resources
MsDevBuild
by
2y ago
Azure has role-based access control (RBAC) to restrict access to resources and management features, but it can’t be used to quickly prevent the users from accidentally deleting a resource. One of my friends called and asked How to avoid unknown or accidental deletion of Azure resources by other users, In this article, will share the steps, Azure resource lock implementation, Which Prevents Accidental Deletion of Resources. Type Azure LockMicrosoft provided two types of azure resource lock CannotDelete   Lock prevents users from deleting a storage account, but permits reading and m ..read more
Visit website
Microsoft Azure : Create a key vault
MsDevBuild
by
2y ago
An Azure key vault is a cloud service for securely storing and accessing secrets. A secret is anything that you want to tightly control access to such as API Key and Subscription, Password, Secure content, Connection string, and certification. The developer no need to write secure content in UI Application, take as an example previously, we storing our database connecting string to in the UI application as a plain text or creating custom encryption algorithm for encrypting and decrypt the connection, now Microsoft provided a fantastic feature for store and retrieve the secure content in Azure ..read more
Visit website
Microsoft Azure: Configure Azure App Service Logging
MsDevBuild
by
3y ago
Azure App service logging are the output of runtime trace statement in the different app code. logging feature will help you might only want to see a logged message when a particular level of error has occurred, While developing a Web App or an API, this can be very useful in order to debug it. Azure provides built-in diagnostics to assist with debugging an App service App. In this article, you will learn what are the different types of diagnostics logging and steps to enable in Azure Portal. I have shared in my previous article details information to create a web app using the Azure portal a ..read more
Visit website
Microsoft Azure: Create an App Service by using Azure Portal
MsDevBuild
by
3y ago
The Azure App Service is an HTTP-based service for hosting web applications, REST APIs, and mobile back ends. We can create and deploy using different languages like .Net, .Net Core, Java, Ruby, Node.js. PHP, or Python. In the previous article shared steps to create web apps using visual studio, in this article will show the steps create a web app by using Azure Portal. Set up an App Service Navigate to Microsoft Azure Portal. Select the All resource links at the top of the left-hand navigation. Select Web > App Service to display the App service creation wizard Create Web App WizardWeb ..read more
Visit website

Follow MsDevBuild on FeedSpot

Continue with Google
Continue with Apple
OR