hellowahab
hellowahab
Untitled
13 posts
Don't wanna be here? Send us removal request.
hellowahab · 1 day ago
Text
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 What Domain-Driven Design (DDD) is and why it matters The core building blocks of DDD and how they interact How to deeply understand and model your domain effectively The Repository Pattern and how it fits into DDD How to implement the…
0 notes
hellowahab · 2 days ago
Text
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 Introduction ASP.NET Identity Overview Real-World Analogy for Identity Core Components of ASP.NET Identity Role of ApplicationUser Class Inheriting IdentityUser Role of UserManager in ASP.NET Identity Role of SignInManager in ASP.NET…
0 notes
hellowahab · 5 days ago
Text
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 requirments) 🔍 What You’ll Learn in This Tutorial Deploying to Azure Alternatives Without a Credit Card Deploying with the Railway Platform Forking a Repo to Avoid Misconfigurations Creating a New Service in Railway Using a GitHub…
Tumblr media
View On WordPress
0 notes
hellowahab · 6 days ago
Text
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 Modifying the shared Layout.cshtml to match your theme Disuss and learn indepth knowledge about css class and their impact Discuss about serving content from CDN vs Fallback mechanism using fallback tag 📦…
Tumblr media
View On WordPress
0 notes
hellowahab · 7 days ago
Text
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 Implementing View with Sementic tags knowledge Creating Partial Views Adding additional actions to render Image Files 📦  Resources & Code My GitHub…
Tumblr media
View On WordPress
0 notes
hellowahab · 6 months ago
Text
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…
0 notes
hellowahab · 7 months ago
Text
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 Open a terminal on your system. Create a new folder for your…
Tumblr media
View On WordPress
0 notes
hellowahab · 3 years ago
Text
Developing softwares as we built houses
Developing softwares as we built houses
We should develop a software like a house Blueprint first (Designs) Gray structure (Architectural & function tickets) Setting Barriers or Barricade/doors (Validation & Checks) Finishing (Design implementation and final tweeting to match design)
View On WordPress
0 notes
hellowahab · 3 years ago
Text
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…
View On WordPress
0 notes
hellowahab · 8 years ago
Text
List of Software Houses
List of Software Houses
COMPANY (Loc: Karachi office only) WEBSITE CONTACT 1000solutions http://1000solutions.com/ [email protected] 10Pearls http://10pearls.com/ [email protected], [email protected] 24hours https://www.24hours.pk [email protected] 2Cimple Inc www.2cimple.com/ [email protected] 360factors http://www.360factors.com/ [email protected] 360training http://www.360training.c…
View On WordPress
0 notes
hellowahab · 8 years ago
Text
List of Job Sites
List of Job Sites
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
www.VELAI.NET
www.CAREESMA.COM
www.SHINE.COM
www.fresherslive.com
www.jobsahead.com
View On WordPress
0 notes
hellowahab · 8 years ago
Text
Things to remember before buying a Smart Phone
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.
Comparison:-
Compare the mobile you intend to buy using the link http://www.gsmarena.com/compare.php3. This will help you get line by line comparison.
Connectivity:-
This is the most important thing for a Smart Phone. Without (Wi-Fi or…
View On WordPress
0 notes
hellowahab · 9 years ago
Text
Moving from SVN to Git with Branches and history
Moving from SVN to Git with Branches and history
This article assume that you have familiar with SVN and Git both on a basic level.
  Install following component on your PC
(Git Client like SVN) https://download.tortoisegit.org/tgit/1.8.16.0/TortoiseGit-1.8.16.0-64bit.msi
https://github.com/git-for-windows/git/releases/download/v2.6.4.windows.1/Git-2.6.4-64-bit.exe
Create a repository similar to you root work folder like
“Source Code Git” for…
View On WordPress
0 notes