.NET - Write a http call to Display the Title of all the Completed TODOs in Sorted order from the following URL https://jsonplaceholder.typicode.com/todos - Http Get vs Http Post - How to pass data from View to Controller? - Create Instance of Employee class in Main Function public class Employee{ private Employee(){} } - What is Dependency Injection? - What would happen if we directly create object in constructor? - Design a database with Table Employee and Department where Employee can have multiple departments. - What is Composite Key? - Write a query to print Department Name where No. of Employee is more than 10. - Write/Represent above thing in Code First Approach. (migrations & DbSet). - Write Linq for above query. - How to restrict max length of Employee to 22 characters. - How to restrict all strings of a DB sets to 22 characters