I am looking for someone who can complete small project in the next 24 - 36 hours. You must use: - Visual Studio 2010 - .NET framework 4.0 - MVC3 (Razor views) - Entity Framework 4.0 or higher - MS SQL Server 2005 or 2008 The project will have functionality to create/edit/delete "Request for Quote" and have only 2 pages: Page 1 - display all "Requests for Quote" in table with edit and delete links. It should also have 'Create new' link. No pagination, sorting, filtering, etc. needed. Page 2 - to create and edit "Request for Quote". The database will have the following tables: 1. RequestForQuote 2. Location (LocationId, LocationName) - When creating new "Request for Quote", a user will be able to select one or many locations. These will be checkboxes 3. ProductsRequired - "Request for Quote" may have 0 or many "products required" 4. ServicesRequired - "Request for Quote" may have 0 or many "services required" 5. UnitOfMeasure (UnitOfMeasureId, UnitOfMeasureName). Every ProductsRequired and ServicesRequired will have field UnitOfMeasureId 6. you will need to add other tables to maintain relationships The page to create or edit "Requests for Quote" will have - basic fields such as Title, Description, DeliveryDate, Additional Comments - Locations check boxes to select 1 or many locations - Table that contains ProductsRequired. Initially it will display 1 row. It will also have 'Add new row' and 'delete' links/buttons - Table that contains ServicesRequired. Initially it will display 1 row. It will also have 'Add new row' and 'delete' links/buttons Create "Requests for Quote" User should be able to select 1 or many locations, add ProductsRequired and ServicesRequired. At least 1 product or service required, not both. Edit "Requests for Quote" User should be able to change locations, edit or delete existing ProductsRequired and ServicesRequired, add new ProductsRequired and ProductsRequired. Delete "Requests for Quote" "Requests for Quote" including all related entries must be deleted. Other requirements: - Server side and client side validation is required. - You must use 'Database first' approach and T4 templates in Entity Framework. - You must use Unit of Work and Repository pattern. Please make sure that this will work other parts of application I may have in the future to manage data including nested/child entities. - You must include simple unit tests to check if everything is created/updated/deleted properly - You must only use scripts that included with MVC3 - You must not use any third-party scripts, packages, libraries which are not part of ASP.NET, MVC3 and Entity Framework. Please let me know how much it would cost. Do not contact me if can not complete this project in the next 24 - 36 hours.