Can mysql be with .net applications ….or its only supposed to be used with php.If yes can it support large applications
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, you can use MySQL with .NET applications. Connector/Net is an ADO data provider for MySQL that lets you access MySQL databases like any other database in .NET.
It can support large applications, yes. Of course, it depends on your definition of “large” but unless you’re as big as Facebook, say, then you don’t need to worry.