-2

I'm starting a project with asp.net mvc4 (vb) and I would use mysql as databse. I've read that i can also use EF but at the moment I do not care.

How can I interface mvc4 asp.net to mysql? I can not find nullad interesting in the network.

Wanny Miarelli
  • 726
  • 2
  • 15
  • 31

1 Answers1

0

You could use NHibernate backed by MySQL. I wouldn't say the usage is that similar to EF, but they're both ORMs and MVC4 is designed to be pluggable with respect to models.

I have however downvoted your question as you obviously didn't search to see whether the question had been answered before.

Tom W
  • 5,108
  • 4
  • 30
  • 52