Click here to Skip to main content
15,897,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
What is the best way to add new records to sql db from ASP pages using V C#
Posted
Updated 4-Oct-11 15:16pm
v3

There is no best way, it depends on what exactly your requirements are, how your current system is designed and and what you and your team is most comfortable with.
Here are some options
ADO.NET
Entity Framework
NHibernate

Googling either of the above will yield plenty of resources.
 
Share this answer
 
Comments
Espen Harlinn 5-Oct-11 18:17pm    
5'ed!
Simon Bang Terkildsen 6-Oct-11 12:03pm    
Much appreciated.
In addition to the options Simon provided,

Fluent Nhibernate[^]

it could be another option you might consider.

:)
 
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