Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
my project is developing a web application in asp .net. what database is best suitable for it?
Posted

Any.
It depend on your needs, the budget and the environment, where it should run.
 
Share this answer
 
If you want to go for a free database, mySql would be your best bet.
It would also depend on what you are comfortable with - for a smallish project MS Access would also be a suitable candidate.
 
Share this answer
 
SqlServer is the best choice. Refer these article in case you need some help on how to access data using ADO.NET or entity framework.

A Beginner's Tutorial for Understanding ADO.NET[^]
An Introduction to Entity Framework for Absolute Beginners[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900