Practical 3
Last updated
Was this helpful?
Last updated
Was this helpful?
Demonstrate model, view and controller by showing different action method, views, model, accessing controller, model and view.
Demonstrate use of razor syntax.
Demonstrate use of html tag helper.
Using Entity framework create a table tbl_officer having field (id, name, gender, phone, department and position) after this perform complete CRUD operation (insert, update, display and delete). User proper validation.
Demonstrate different state management technique like SessionState, TempData, HttpContext.
Demonstrate different client-side state management like cookies, Query string and hidden fields.
Write a program to create complete form and validate using jquery and react.
Write a program to demonstrate authentication and authorization (Role, claim and policies) by create a complete form in asp.net core.
Write a program to prevent SQLInjectionAttack, Cross Site Request forgery (CSRF) and open redirect attack.