Re: What is CRUD?
- From: kkarad@xxxxxxxxxxxxxx
- Date: 28 Jun 2006 08:50:27 -0700
CRUD applications are application that can Create Read Update and
Delete data objects. An example of a CRUD application is a e-commerce
shopping basket. With a basket, the user can add products (create
objects of type Product), remove products (delete Product objects),
change the quantity of a product in the shopping basket (update Product
objects) and then finally show all products in the basket (Read Product
objects).
Hope that helps
Kostas
Kamal wrote:
What is CRUD?
Read at http://lkamal.blogspot.com/
.
- Follow-Ups:
- Re: What is CRUD?
- From: andrewthommo
- Re: What is CRUD?
- References:
- What is CRUD?
- From: Kamal
- What is CRUD?
- Prev by Date: Re: how to know the api difference in diff version
- Next by Date: Re: Possible to use reflection to get constructor params/args
- Previous by thread: What is CRUD?
- Next by thread: Re: What is CRUD?
- Index(es):