Skip to content

itsorionz/Developing-ASP.NET-MVC-5-Web-Applications-APIs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Developing-ASP.NET-MVC-5-Web-Applications-APIs

MVC Mid Exam

Crud Operation Company Site (Database First)

  1. Create a Contact Us Form. The form must have the following items: text, email, image, select list, date picker. Add Validation(both JavaScript and HTML) to the Contact Us form. Create a node.js service to receive the form from page and send its data to a page.
  2. Create a JavaScript object using literal pattern. Create a dynamic object by using the factory pattern. Use the prototype property in the dynamic object. Implementing namespace and inheritance to the dynamic object.

MVC Final Exam

Crud Operation Company Site (Code First)

  1. Create a Contact Us Form. The form must have the following items: picture, text, text area, email, image, select list, date picker. Add Validation(both JavaScript and HTML and Server side) to the Contact Us form.

Requirement Filled in Project

  1. One to Many RelationShip Database.
  2. Database Code First in Model.
  3. Data Anotation Server Side.
  4. Data Anotation Client Side.
  5. Partial View in Navigation.
  6. Partial View With Ajax.
  7. Different type of Data Variation.
  8. Date Picker in JoinDate Field.
  9. Enum data type in two Field.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published