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!
source
share