Is there an open source ASP.NET app that uses C# and MVC with a MySQL database?

Abraham Luna 6 Reputation points
2021-03-29T18:08:45.893+00:00

I am looking for a pre-built solution that uses the above technologies I can use the build my own project on top of. I remember that there was a marketplace for ASP.NET apps and controls that could be used freely. Thanks for your help, Abe.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,271 questions
Azure Database for MySQL
Azure Database for MySQL
An Azure managed MySQL database service for app development and deployment.
714 questions
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,278 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Karen Payne MVP 35,191 Reputation points
    2021-03-29T22:25:51.32+00:00
    1 person found this answer helpful.
    0 comments No comments

  2. XuDong Peng-MSFT 10,101 Reputation points Microsoft Vendor
    2021-03-30T06:58:08.353+00:00

    Hi @Abraham Luna ,

    If it is for learning, I think this should be helpful:https://github.com/Coding-Dojo-CSharp-Jan-18/CSharp_Projects
    a marketplace for ASP.NET apps and controls? I'm not sure if you are referring to GitHub, it does have a large number of open source projects, you can filter according to your requirements, for example, enter: "asp.net mvc mysql" in the search box and press Enter.
    If you really need to use it, I think you also need to learn about the use of git, you can read this document: Git - gittutorial

    Best regards,
    Xudong Peng


    If the answer is helpful, please click "Accept Answer" and upvote it.

    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.

    1 person found this answer helpful.
    0 comments No comments