In this tutorial, I’ll improvise the Cart layout within our ASP.NET MVC application and will be renaming the cart to basket for future use. 🔍 What You’ll Learn in This Tutorial 📦 Resources Code My GitHub Repository for this tutorial:👉 https://github.com/hellowahab/eShopCKC Official eShopOnWeb Repo from Microsoft:👉 https://github.com/dotnet-architecture/eShopOnWeb 🔧 Tech Stack Used 🙌 Final…
In this tutorial, I’ll walk you through the step-by-step implementation of user registration using ASP.NET Identity in an ASP.NET MVC application. 🔍 What You’ll Learn in This Tutorial 📦 Resources Code My GitHub Repository for this tutorial:👉 https://github.com/hellowahab/eShopCKC Official eShopOnWeb Repo from Microsoft:👉 https://github.com/dotnet-architecture/eShopOnWeb 🔧 Tech Stack Used 🙌…
In this tutorial, I’ll show you how to implement the Cart within our ASP.NET MVC application, step by step. 🔍 What You’ll Learn in This Tutorial 📦 Resources Code My GitHub Repository for this tutorial:👉 https://github.com/hellowahab/eShopCKC Official eShopOnWeb Repo from Microsoft:👉 https://github.com/dotnet-architecture/eShopOnWeb 🔧 Tech Stack Used 🙌 Final Thoughts This tutorial helps lay…
In this tutorial, I’ll show you how to implement Specification Pattern in an ASP.NET MVC application along side Repository Pattern, step by step. 🔍 What You’ll Learn in This Tutorial 📦 Resources Code My GitHub Repository for this tutorial:👉 https://github.com/hellowahab/eShopCKC Official eShopOnWeb Repo from Microsoft:👉 https://github.com/dotnet-architecture/eShopOnWeb 🔧 Tech Stack Used 🙌…
In this tutorial, I’ll show you how to implement Repository Pattern in an ASP.NET MVC application, step by step. 🔍 What You’ll Learn in This Tutorial 📦 Resources Code My GitHub Repository for this tutorial:👉 https://github.com/hellowahab/eShopCKC Official eShopOnWeb Repo from Microsoft:👉 https://github.com/dotnet-architecture/eShopOnWeb 🔧 Tech Stack Used 🙌 Final Thoughts This tutorial helps…
In this tutorial, I’ll show you how to implement ASP.NET Identity in an ASP.NET MVC application, step by step. 🔍 What You’ll Learn in This Tutorial 📦 Resources Code My GitHub Repository for this tutorial:👉 https://github.com/hellowahab/eShopCKC Official eShopOnWeb Repo from Microsoft:👉 https://github.com/dotnet-architecture/eShopOnWeb 🔧 Tech Stack Used 🙌 Final Thoughts This tutorial helps…
In this tutorial, I walk you through how to deploy our previously developed Asp.net MVC core app on Railway platform instead of Azure (by passing credit card requirements) 🔍 What You’ll Learn in This Tutorial 📦 Resources Code My GitHub Repository for this tutorial:👉 https://github.com/hellowahab/eShopCKC Official eShopOnWeb Repo from Microsoft:👉…
In this tutorial, I walk you through laying out views with HTML, creating an appealing layout, and discussing CDN strategies for faster page loading. 🔍 What You’ll Learn in This Tutorial 📦 Resources Code My GitHub Repository for this tutorial:👉 https://github.com/hellowahab/eShopCKC Official eShopOnWeb Repo from Microsoft:👉 https://github.com/dotnet-architecture/eShopOnWeb 🔧 Tech Stack Used…
In this tutorial, I walk you through how to implement views with semantic tags, creating partial views, and adding additional actions to render image files—key skills for building a modern, maintainable UI. 🔍 What You’ll Learn in This Tutorial 📦 Resources Code My GitHub Repository for this tutorial:👉 https://github.com/hellowahab/eShopCKC Official eShopOnWeb Repo from Microsoft:👉…
In this tutorial, I walk you through how to build a solid foundation for your eCommerce application using the eShopOnWeb open-source project by Microsoft. Whether you’re just stepping into ASP.NET Core or you re a seasoned developer setting up a clean architecture project, this guide will help you quickly scaffold your database and seed it using [ ]
If you re building a scalable eCommerce application in ASP.NET Core, the Catalog module is one of the foundational pieces. In this follow-up video tutorial, I demonstrates how to implement the concrete CatalogService, configure Entity Framework Core using a custom CatalogContext, and enable clean architecture best practices using the eShopOnWeb project. 🔍 What You’ll Learn in [ ]
Are you ready to build your own modern eCommerce web application using ASP.NET Core? In this step-by-step tutorial, I guide you through the eShopOnWeb open-source project from Microsoft, walking you through everything from project setup to working with models, services, and view models. 🧠 What You ll Learn By following this tutorial, you ll learn: 📦 Resources [ ]
1️⃣ Build a custom Promise from scratch.2️⃣ Create your own Promise.all implementation.3️⃣ Design a Promise.any that resolves to the first fulfilled promise.4️⃣ Develop a Promise.race to resolve based on the fastest result.5️⃣ Implement Promise.allSettled to handle multiple results—fulfilled or rejected.6️⃣ Add a finally method for promises that always runs, regardless of outcome.7️⃣ Convert…
In this article, we will explore the process of creating an Angular application and progressively incorporating new features. This guide not only helps you build a single Angular application but also teaches you the step-by-step nuances of the Angular framework. Starting Your Angular Project Step 1: Setting Up the Project Folder mkdir Your Project Folder [ ]
Recently had a chance to buy a new Smart Phone, this time I have thoroughly research and concluded several thing to identify before going for a new phone. Sharing the list over here as it can be helpful for anyone buying a new smart phone. Comparison:- Compare the mobile you intend to buy using the [ ]