@vitaminchik, Welcome to Microsoft Q&A,
Your current technology stack of C#, WPF, PostgreSQL, and Dapper is quite solid and has its advantages, especially if you are targeting Windows environments. However, there are some considerations to keep in mind:
PostgreSQL: PostgreSQL is a robust and flexible database that runs on all major operating systems, including Linux, UNIX, and Windows. It has strong community support, advanced security features, and excellent scalability. This makes it a good choice for startups looking for a reliable and scalable database solution.
WPF: WPF is a powerful framework for building Windows desktop applications. However, it is limited to Windows, which could be a drawback if you plan to support other operating systems in the future.
C# and .NET: Using C# and .NET is a great choice for startups. .NET is known for its performance, security, and extensive libraries. It is also well-suited for building web APIs and backend services.
Dapper: Dapper is a lightweight ORM that works well with PostgreSQL and provides fast data access. It is a good choice for applications that require high performance.
If cross-platform compatibility is a concern, switching to .NET MAUI could be a viable option. .NET MAUI (Multi-platform App UI) is a cross-platform framework that allows you to create native mobile and desktop apps with C# and XAML. It supports Android, iOS, macOS, and Windows from a single shared codebase. This would enable your application to run on multiple operating systems without significant changes to your codebase.
Recommendations
- Evaluate Your Target Audience: If your primary users are on Windows, your current stack is optimal. However, if you need to support multiple operating systems, consider transitioning to .NET MAUI.
- Performance and Scalability: PostgreSQL and Dapper are excellent choices for performance and scalability. Ensure that your database design and queries are optimized.
- Community and Support: Both PostgreSQL and .NET have strong community support, which can be beneficial for troubleshooting and finding resources.Your current technology stack of C#, WPF, PostgreSQL, and Dapper is quite solid and has its advantages, especially if you are targeting Windows environments. However, there are some considerations to keep in mind:
- PostgreSQL: PostgreSQL is a robust and flexible database that runs on all major operating systems, including Linux, UNIX, and Windows. It has strong community support, advanced security features, and excellent scalability. This makes it a good choice for startups looking for a reliable and scalable database solution.
- WPF: WPF is a powerful framework for building Windows desktop applications. However, it is limited to Windows, which could be a drawback if you plan to support other operating systems in the future.
- C# and .NET: Using C# and .NET is a great choice for startups. .NET is known for its performance, security, and extensive libraries. It is also well-suited for building web APIs and backend services.
- Dapper: Dapper is a lightweight ORM that works well with PostgreSQL and provides fast data access. It is a good choice for applications that require high performance.
- Evaluate Your Target Audience: If your primary users are on Windows, your current stack is optimal. However, if you need to support multiple operating systems, consider transitioning to .NET MAUI.
- Performance and Scalability: PostgreSQL and Dapper are excellent choices for performance and scalability. Ensure that your database design and queries are optimized.
- Community and Support: Both PostgreSQL and .NET have strong community support, which can be beneficial for troubleshooting and finding resources.
Hope my advice could help you.
Best Regards,
Jack
If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.