Hi, I am confused I don't know to choose what framework is better for my project.
I want to build E-Commerce website With Custom features fit our country so I am confused between Asp.net core
and Laravel
, the project will be growing with the time, if its grow too much later on, I am going to use Microservice Architecture
.
so which one is the best laravel or Asp.net core?
NOTE: I am familure with C# but i want to choose the best, and the UI going to be React
.
Read next

Meet GoCondor a new Golang web framework based on Gin
harranali -

The Complete Guide to Full Stack Ethereum Development
Nader Dabit -

Using Docker secrets with MySQL in Docker Compose
adithyasrinivasan -

Spring Boot + React Redux + MySQL CRUD example
loizenai -
Discussion (3)
I'm working on an e-commerce site these days and this is what we use:
I started off with php in my career but can't stand it anymore after working in .net for the past decade or so.
I'm a long way Laravel developer, my first project I used Laravel 4.2
Today I prefer ASP.NET Core, the one thing I see better in Laravel is migrations/seeding.
If you are familiar with C# then ASP.NET Core will be easy. There is nothing you cannot do in ASP.NET Core which you can in Laravel. Almost all frameworks for every languages have 95% common features.