DEV Community

Discussion on: Witch one is batter for building E-Commerce website Asp.net core or Laravel

Collapse
 
djnitehawk profile image
Dĵ ΝιΓΞΗΛψΚ • Edited

I'm working on an e-commerce site these days and this is what we use:

  • frontend: svelte + tailwinds
  • web api: asp.net core / servicestack (not free)
  • architecture: cqrs + vertical slices (say no to n-tier)
  • db: mongodb (say no to ef/sql)

I started off with php in my career but can't stand it anymore after working in .net for the past decade or so.