Skip to content

mezu/ShoppingcartApplication

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

I am a big fan of Domain Driven Design, Design patterns (both GOF and PoEAA) and Principles (SOLID, KISS, DRY), and ASP.Net MVC. In my career I am not fortunate to have any mentor. Therefore, I always read technical books to enrich my technical knowledge. Among all those books, one book has a huge influence in this project which is Professional ASP.Net Design Pattern of Scott Millett. This project is inspired by the project of Scott Millett Agathas Storefront. This project is differed in use of ORM. I used Code First Entity Framework ORM whereas Agathas used NHibernet. I have written some blogs by inspiring his famous books Professional ASP.Net Design Patterns and Practicing Domain Driven Design. I prefer to write down my notes in my blogs to remember and share with others. During creating Repository and Unit of Work I followed Shiju Varghese's EFMVC. I would like to give special thanks to brother, <a href=https://www.facebook.com/ashraful.alam?fref=ts> Ashraf Alam Joy. He is my big inspiration. He has a great project Employee Info Starter Kit (EISK) at github. As well as, I would like to give special thanks to Easir Arafat - my development manager, <a href=https://www.facebook.com/m.arifulhoque?fref=ts>Md. Ariful Hoque, Kaiser Ahmed, Monjurul Habib, <a href=https://www.facebook.com/rubol?fref=ts>Rubol Chowdhury, <a href=https://www.facebook.com/rashedul.islam.18?fref=ts>Rashedul Islam,<a href=https://www.facebook.com/rabbiul?fref=ts> Rabbiul Islam, <a href=https://www.facebook.com/kuntolbd?fref=ts>Kuntal Biswas, Sukanta Basak, Zaynul Tuhin, Salim Ahmed, Wahida Rita, <a href=https://www.facebook.com/shuvo.sarker.5817?fref=ts>Shuvo Sarkar for supporting me mentally to continue this project. If this project and my written blogs would help anyone in any ways then it would be a great achievement for me.

Features of the Application

In this project I will try to cover following features of e-commerce application:

a). Browse featured products

b). Filter products by category as well as Brand(s), color(s) and Size(s)

c). Index filtered products according to their price i.e. either high to low or low to high

d). View product details

e). Customer registration

f). Customer login

g). Add products to basket for checkout

h). Check order status

i). Modify customer details

j). Manage delivery addresses

k). Checkout and pay through third party payment merchant

Technologies

During creation of this application I will use following technologies

a). ASP.Net MVC 5

b). Code First Entity Framework 6.0

c). Structuremap Ioc container

d). Automapper

e). MS Unit test framework

f). Moq

Patterns and Practices

a). Domain Driven Design (DDD)

b). Test Driven Development (TDD)

c). Some patterns from Gang of Four Design Patterns (GOF)

d). Some Patterns of Enterprise Application Architecture (PoEAA)

 

Entire project descriptions are available at aspnphp.com

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 68.6%
  • C# 21.4%
  • JavaScript 5.2%
  • Pascal 2.5%
  • HTML 1.2%
  • CSS 1.1%