New: asp-netAll contenthive-129948krhive-196917zzanhive-183959hive-185836steemhive-180932hive-166405hive-144064photographyhive-150122uncommonlabhive-101145hive-183397hive-188619hive-184714krsuccessbitcoinhive-193637hive-180301hive-145157hive-103599hive-165987hive-139150TrendingNewHotLikersjohnesan (58)in utopian-io • 7 years agoBuilding a Hotel Management System With ASP.NET Core(#9) - Storing and Displaying Room ImagesRepository What Will I Learn? You will learn how to display related data of one entity in another. You will learn how to Edit/Update related data of one entity in another. You will…johnesan (58)in utopian-io • 7 years agoBuilding a Hotel Management System With ASP.NET Core(#8) - Working with Jquery and AJAXRepository What Will I Learn? You will learn how to make AJAX requests using Jquery's $.ajax() helper function. You will learn about Event Delegation in Jquery. You will learn…johnesan (58)in utopian-io • 7 years agoBuilding a Hotel Management System With ASP.NET Core(#7) - Working With ImagesRepository What Will I Learn? You will learn how to create the ImageController in our Hotel Management system. You will learn about the importance of an Image Model in our…johnesan (58)in utopian-io • 7 years agoBuilding a Hotel Management System With ASP.NET Core(#6) - Displaying and Updating Related DataRepository What Will I Learn? You will learn how to display related data of one entity in another. You will learn how to Edit/Update related data of one entity in another. You will…johnesan (58)in utopian-io • 7 years agoBuilding a Hotel Management System With ASP.NET Core(#5) - Complex Data Relationships(ManyToMany Relationship Linking)Repository What Will I Learn? You will learn how to implement ManyToMany Relationships in Entity Framework 6 You will learn how to implement ManyToMany Relationships in Entity Framework…johnesan (58)in utopian-io • 7 years agoBuilding a Hotel Management System With ASP.NET Core(#4) - Building the Room Controller LogicRepository What Will I Learn? You will learn how to create the application logic for the Room Controller of our Hotel System. You will learn about ViewBags/ViewData and how they are…johnesan (58)in utopian-io • 7 years agoBuilding a Hotel Management System With ASP.NET Core(#3) - Building the RoomType Controller LogicRepository What Will I Learn? You will learn how to create the application logic for the RoomType Controller of our Hotel System. You will learn more about dependency injection with…johnesan (58)in utopian-io • 7 years agoBuilding a Hotel Management System With ASP.NET Core(#2) - Building the Service LayerRepository What Will I Learn? You will learn about Dependency Injection. You will learn about Repository Pattern. You will learn how to architect the Service layer of a Robust Web…johnesan (58)in utopian-io • 7 years agoBuilding a Hotel Management System With ASP.NET Core(#1) - IntroductionRepository What Will I Learn? You will be introduced to building web applications using ASP.NET core. You will learn how to set up and run an ASP.NET core application. You will…johnesan (58)in utopian-io • 7 years agoASP.NET MVC5 Tutorial - Working With FilesIn every interactive application, there needs to be a medium where users affect the system by uploading their personal files and working with them. Examples include changing their profile picture…johnesan (58)in utopian-io • 7 years agoASP.NET MVC5 Tutorial - Implementing Search and Filter Functionalities in your Web Application Today I will be starting a tutorial series on ASP.NET MVC5 framework. ASP.NET MVC5 is an open source web framework for building modern web apps and services with .NET Image Source For the…