Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please help with Visual Studio Suggested Application: A cook book (recipe builder) where users can add, edit, delete, and retrieve recipes. This is an individual
Please help with Visual Studio Suggested Application: A cook book (recipe builder) where users can add, edit, delete, and retrieve recipes.
This is an individual project. Objective: To create a windows application in C#.NET that has a database back end. You may work with /discuss with another partner. However, please submit individually. Details: (form), business logic (objects) and database layers). Coding features required: Good commenting, information block on each coding page (10 points) Input validation (10 points) Exception handling (try.. catch) 10 points Database connection: 20 points CRUD (Create, Read, Update, Delete) operations on the database (tables): 35 points You may use ITSQL or SQL express for your application. To make it easy for the instructor to run your program (to avoid connection issues), please have the database file available local to the project (say in App Data folder) Good user interface design- 15 Suggested Application: A cook book (recipe builder) where users can add, edit, delete, and retrieve recipes This is an individual project. Objective: To create a windows application in C#.NET that has a database back end. You may work with /discuss with another partner. However, please submit individually. Details: (form), business logic (objects) and database layers). Coding features required: Good commenting, information block on each coding page (10 points) Input validation (10 points) Exception handling (try.. catch) 10 points Database connection: 20 points CRUD (Create, Read, Update, Delete) operations on the database (tables): 35 points You may use ITSQL or SQL express for your application. To make it easy for the instructor to run your program (to avoid connection issues), please have the database file available local to the project (say in App Data folder) Good user interface design- 15 Suggested Application: A cook book (recipe builder) where users can add, edit, delete, and retrieve recipesStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started