Skip to content

Tedydev-web/CrudNetElite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

16 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

CrudNetElite - Crud in Asp.Net Core MVC C# Web App ๐Ÿš€

What is Crud?

CRUD stands for Create, Read, Update, and Delete. It represents the four basic operations that can be performed on data in a database or a data-driven application. Here's a brief overview of each operation:

  1. Create: This operation allows you to add new data or records to the database. For example, adding a new client to a client table.
  2. Read: This operation retrieves or reads data from the database. It allows you to query existing records. For example, fetching the details of a specific client.
  3. Update: This operation modifies or updates existing data in the database. For example, changing the email address of a client.
  4. Delete: This operation removes data from the database. For example, deleting a client from the client table.

Crud Elite feature list

  • Basic create, read, update, delete
  • Pagination
  • Search and sort
  • Switching between light mode and dark mode
  • Export to pdf
  • Export to excel
  • Export to csv
  • Export to txt
  • Responsive

๐Ÿ“ License

This project is licensed under the MIT License - see the LICENSE file for details.

๐Ÿ‘จโ€๐Ÿ’ป Author

TedyDev

๐Ÿ™ Support

If this project helped you, please consider giving it a โญ๏ธ!


Happy Coding! ๐ŸŽ‰

About

โœจThe Crud in Asp.Net Core MVC C# Web App ๐Ÿš€

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published