But I am still not able to decide whether I should go for asp.net Web API or ASp.Net MVC about on following points , can you please help me out for your experience.
1) Security
2) Faster Development
3) Sleek UI ( support of Angular JS , HTML 5 ... etc.)
Member
3 Points
11 Posts
How to decide Architecture/Technology for real time e-comerece application
Jan 25, 2015 12:27 AM|AbhiFindingForAnswer|LINK
Hi Team ,
I need help on following topic.
I want to start a real time shopping cart /online shopping website.
Which is the most preferred technology, which one is fastest technology to implement and also good on security perspective in Microsoft Tech area.
what should be the architecture ? Can you please help me out deciding Architecture/Technology for real time e-comerece application.
Thanks in Advance.
All-Star
194434 Points
28074 Posts
Moderator
Re: How to decide Architecture/Technology for real time e-comerece application
Jan 25, 2015 03:04 AM|Mikesdotnetting|LINK
Have a look at nopCommerce. It's built on MVC and is open source.
https://nopcommerce.codeplex.com/
Member
3 Points
11 Posts
Re: How to decide Architecture/Technology for real time e-comerece application
Jan 25, 2015 03:25 AM|AbhiFindingForAnswer|LINK
Thanks Mike,
The mentioned Site looks good ..
But I am still not able to decide whether I should go for asp.net Web API or ASp.Net MVC about on following points , can you please help me out for your experience.
1) Security
2) Faster Development
3) Sleek UI ( support of Angular JS , HTML 5 ... etc.)
4) Faster loading on Pages.
All-Star
194434 Points
28074 Posts
Moderator
Re: How to decide Architecture/Technology for real time e-comerece application
Jan 25, 2015 03:37 AM|Mikesdotnetting|LINK
You would only really use Web API if you plan to make RESTful data services available from your app to third parties.
Member
3 Points
11 Posts
Re: How to decide Architecture/Technology for real time e-comerece application
Jan 25, 2015 05:09 AM|AbhiFindingForAnswer|LINK
Thanks ., but what about if we consider about
1) Security
2) Faster Development
3) Sleek UI ( support of Angular JS , HTML 5 ... etc.)
4) Faster loading on Pages.
Which one is preferable.
All-Star
194434 Points
28074 Posts
Moderator
Re: How to decide Architecture/Technology for real time e-comerece application
Jan 25, 2015 12:46 PM|Mikesdotnetting|LINK
Neither is better than the other in those respects. They are both based on ASP.NET.
Member
3 Points
11 Posts
Re: How to decide Architecture/Technology for real time e-comerece application
Jan 25, 2015 01:35 PM|AbhiFindingForAnswer|LINK
Thanks ..
But if I have to follow the mentioned 4 points which one should I follow.....
All-Star
194434 Points
28074 Posts
Moderator
Re: How to decide Architecture/Technology for real time e-comerece application
Jan 25, 2015 02:31 PM|Mikesdotnetting|LINK
Actually, there is one difference:
Web API doesn't include a presentation layer. You need MVC for that.