Best options for creating modern C# database programs

Yusuf 681 Reputation points
2023-01-28T10:14:25.5366667+00:00

Hello,

I have been using Microsoft Access for a while to create programs for small business activities. I would like to create more modern programs using C# to take advantage of the new Microsoft technologies for the front-end and back-end database. What options would you recommend for me?

Thank you in advance.

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,234 questions
Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,479 questions
{count} vote

Accepted answer
  1. Karen Payne MVP 35,036 Reputation points
    2023-01-28T10:39:07.8766667+00:00

    EF Core 7 is the best option for database operations in tangent with any of the major databases although the best choice IMHO is SQL-Server.

    Depending on the application type and familiarity with working with relational databases dictates the learning curve to implement EF Core 7.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more