.Net Starter V1

  • Code First Migration Stuffs
    • Table Actions [Create, Drop]
    • Foreign Keys and Index Actions [Create, Drop]
    • Views Actions
    • Stored procedure and Other DB Object Actions
    • Manual Scripts for SQL Data updates
  • CRUD Operation [Normal Post Back]
    • Single Table
    • Table with Foreign Key -> Dropdown display and Checkboxes
    • Master/Detail Child Form
  • CRUD Operation [Ajax]
    • Single Table
    • Table with Foreign Key -> Dropdown display and Checkboxes
    • Master/Detail Child Form
  • Web API Export
    • Single Table
    • Table with Foreign Key -> Dropdown display and Checkboxes
    • Master/Detail Child Form