.NET and MySQL work together and are scalable

I am working on an application that will use .NET as the application platform. We originally intended to use SQL Server as a database, but after some research, MySQL has become a popular database used by some high-performance transactional applications (e.g. Facebook, Craigslist, etc.). The application we are working on will include a large number of transactions and should be scalable at the same time. From what I read, MySQL does it very well. My question is: does it work well with .NET? Something I also saw was that these applications also use PHP or Perl.

Does anyone have experience working with these two technologies? Not by themselves, but .NET using a MySQL database. What do you think of performance? Is it scalable? Any insight would be helpful. Now I just understand, and I would like to hear about each experience with these two people.

Thanks everyone!

+3
source share
2 answers

.Net and MySql will work together perfectly. There are native .Net drivers for MySql that complement the built-in drivers for MsSql.

Is MySql a better choice than MsSql is another question. You can also consider other databases, such as PostgreSql, if you are looking for alternatives.

: MySql : http://www.mysql.com/downloads/connector/net/

+3

SQL Server , SQL Server .net .. " " , .

MySql:

  • Free

, , MySql, SQL Server .

0

Source: https://habr.com/ru/post/1771305/


All Articles