Today a new hire in my company asked “What is CRUD?”, as we used that word a lot. CRUD stands for Create, Read, Update, Delete and is basically used in data access layers, operations against the database, etc. Find more complete explanation here :
http://en.wikipedia.org/wiki/Create,_read,_update_and_delete
Your email is never published nor shared. Required fields are marked *
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
What is CRUD ?
Today a new hire in my company asked “What is CRUD?”, as we used that word a lot.
CRUD stands for Create, Read, Update, Delete and is basically used in data access layers, operations against the database, etc.
Find more complete explanation here :
http://en.wikipedia.org/wiki/Create,_read,_update_and_delete