Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I need to do shopping cart project in MVC with knockout js in C# asp.net. they ask me prepare project architecture. i had some query in that,

1. what is project architecture
2. how to do project archi for shopping cart in MVC with samples or examples.
3. what are things to remember when design project architecture.
Posted

Hi, have a look on these links below: hope these will help you.

1) http://www.codeproject.com/Articles/301620/Drag-Drop-Shopping-Cart-Using-Asp-net-MVC-and-JQue

2) http://www.mikesdotnetting.com/article/210/razor-web-pages-e-commerce-adding-a-shopping-cart-to-the-bakery-template-site

3) http://www.codeproject.com/Articles/301620/Drag-Drop-Shopping-Cart-Using-Asp-net-MVC-and-JQue
 
Share this answer
 
v3
Comments
Mohan Subramanian 4-Dec-14 7:51am    
i never ask shopping cart project samples. i ask shopping cart project architecture.
This is a nice topic. Thanks for the post Mohan.
Before starting up a project Architecture is a must to be under utmost consideration. If the architecture is good the project work flow turns out to be good.
So Things to consider during design of architecture.
1:- Quality of the Project
2:- Code Maintainability[^]
3:- Loosely Coupled[^]
4:- Separation of concern[^]
5:- Design Considerations[^]
The above are the reasons and links along with to take into consideration during design of Architecture.
Below are few architectures pattern, you can follow:-
Onion Architecture in ASP.Net MVC[^]
A N-Tier Architecture Sample with ASP.NET MVC3, WCF, and Entity Framework[^]

I hope this helps.
Post back your queries if any.
Thanks
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900