RSSAmplifier

Blog

Wahab's Blog

My contemplations and diurnal novelties are publicized here

hellowahab.wordpress.comRSS feed ↗20 posts

Latest posts

Improving Cart & Basket Layout in ASP.NET Core MVC | eShopOnWeb Tutorial Part 12

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…

User Registration & Sign Out with ASP.NET Identity | Step-by-Step MVC Tutorial (Part 11)

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 🙌…

Build Cart & Basket Functionality in ASP.NET Core MVC | eShopOnWeb Tutorial Part (10)

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…

Implementing Specification Pattern in our eShop using asp net core (part 9)

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 🙌…

Implementing DDD & Repository Pattern in our eShop using asp net core (part 8)

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…

Using Asp.net Identity in our eShop ASP.NET Core MVC (Part 7)

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…

Deploy ASP.NET Core MVC to Railway with PostgreSQL – No Azure, No Credit Card!

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:👉…

Mastering Layout & CDN Strategies in eShopOnWeb | ASP.NET Core eCommerce Tutorial (Part 5)

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…

ASP.NET Core eShop Tutorial Part 4: Razor Views, ViewModels, Partial Views & Bootstrap Integration

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:👉…

Seeding the Catalog Database using EF Core

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 [ ]

Implementing CatalogService and EF Core Context in ASP.NET Core eShop

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 [ ]

Build a Full-Featured eCommerce App with ASP.NET Core using eShopOnWeb (Step-by-Step Tutorial)

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 [ ]

30 Must-Know Async Problems for JavaScript Interviews

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…

Step by Step guide to your First Angular App (Part 1)

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 [ ]

Developing softwares as we built houses

We should develop a software like a house

Create IIS Site

Powershell 7+ is required Install IIS Administration Module Install-Module -Name IISAdministration -Scope AllUsers -AllowClobber Add new Website New-IISSite -Name 'yourwebsite.com' -PhysicalPath 'your project location' -BindingInformation "*:443:yourwebsite.com" -Protocol https -SslFlag "Sni" -CertificateThumbPrint "f304c4984396a06158a4f45087a04cc345c1086e" -CertStoreLocation…

Just a revival post

It s been ages since I haven t written a blog post. So just randomly typing a blog post

List of Software Houses

COMPANY (Loc: Karachi office only) WEBSITE CONTACT 1000solutions http://1000solutions.com/ hr@1000solutions.com 10Pearls http://10pearls.com/ jobs@tenpearls.com, salman.hasni@tenpearls.com 24hours https://www.24hours.pk career@24hours.pk 2Cimple Inc www.2cimple.com/ careers@2cimple.com 360factors http://www.360factors.com/ careers@360factors.com 360training http://www.360training.com/…

List of Job Sites

Pakistan:- https://www.rozee.pk/ https://www.mustakbil.com/ Miscellaneous:- www.careerbuilder.co.in www.careerlic.in www.clickjobs.com www.placementpoint.com www.careerpointplacement.com www.glassdoor.co.in www.indtherightjob.com www.employmentguide.com www.JOBSTREET.com www.JOBSDB.COM www.AE.TIMESJOBS.COM www.NAUKRIGULF.COM www.NAUKRI.COM www.GULFTALENT.COM www.BAYAT.COM www.MONSTER.COM…

Things to remember before buying a Smart Phone

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 [ ]