There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
MVC.NET project I did using - ADO.NET, Linq to Sql, Entity Framework. In the ManagerController I used MVC.NET ActionResult, in OrdersController I used Web Api IhttpActionResult with Linq to Sql Framework, in RoomsController I used Web Api IhttpActionResult with ADO.NET framework, and in GuestsController I used Web Api IhttpActionResult with Entity Framework.