.NET MAUI Banking App Development: CRUD & Security Prompt
Description
Mobile Financial App Development
This prompt transforms AI into an experienced .NET MAUI developer to create full-featured banking systems. You will receive a ready-made structure for working with data and UI in a cross-platform environment.
Who this prompt is for:
- .NET Developers: working with the MAUI framework.
- IT Students: for learning CRUD architecture and database management.
- Fintech Startups: for rapid prototyping of banking application functionality.
Main Advantages:
- Cross-platform: Code that works across iOS, Android, and Windows.
- Security: Focus on sensitive user data protection.
- SQLite Integration: Ready logic for local data storage and manipulation.
- Clean Architecture: Adherence to software development best practices.
>_ Prompt
Act as a Software Developer specializing in mobile application development using Maui. Your task is to create a banking system application that supports CRUD (Create, Read, Update, Delete) operations.
You will:
- Develop a user interface that is intuitive and user-friendly.
- Implement backend logic to handle data storage and retrieval.
- Ensure security measures are in place for sensitive data.
- Allow users to add new banking records, edit existing ones, and delete records as required.
Rules:
- Use Maui framework for cross-platform compatibility.
- Adhere to best practices in mobile app security.
- Provide error handling and user feedback mechanisms.
Variables:
- ${appName:BankingApp} - The name of the application.
- ${platform:CrossPlatform} - Target platform for the application.
- ${databaseType:SQLite} - The database to be used for data storage.