-1

I am new to visual studio, I want to develop a database application with it, I will prefer to use MYSQL database which I am very familiar with. I will like to know if there is any downside to it, and if I can successfully deploy the application and the MYSQL database together.

Chibuzo
  • 6,112
  • 3
  • 29
  • 51
  • I'm guessing you mean 'deploy'. Deploring your own application seems rather... pointless. – Marc B May 08 '12 at 15:18
  • I was just playing golf yesterday with a guy who says his company uses ASP.net w/ mysql – Sam Dufel May 08 '12 at 15:18
  • 3
    Have a look at this point outlining some of the differences. http://stackoverflow.com/questions/1757820/c-sharp-mysql-vs-sql-server – Dan P May 08 '12 at 15:22

1 Answers1

0

I am assume that you are going to deploy your application using .net.
Well, i don't see any issue with .net + mysql

askyb
  • 24
  • 1
  • 1
    Not that this was a constructive question in the first place, but this answer doesn't really add any value. Could you point to examples that support your opinion? – Dan J May 08 '12 at 16:22