Click here to Skip to main content
16,017,069 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How i can Create generic functions that perform basic CRUD (Create, Read, Update, and Delete) operations that are called from all pages.
Posted

1 solution

Do some reading into Data Access Layer (DAL) look for a simple one as some of them are over engineered. there are a number of them here on CP. This question will lead into a major discussion into the design and coding standards you are going to use!

You need to make some basic decisions before you begin, are you going to use stored procedures or strings. I use stored procs and a code generator to create them.
 
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