Hello, Everyone, I'm confused about JavaScript, CSS,
Angular, React, Bootstrap both are the best but which one is the best combination with C# MVC .NET,
or pure JavaScript, CSS is the best for the MVC project?
if anyone knows then plz tell me about that.

Rijwan AnsariPosted Jan 26, 2022, 4:09 PM
Sachin SinghPosted Jan 26, 2022, 4:08 PM
Muhammad Imran AnsariPosted Jan 26, 2022, 1:58 PM
To select the combination is really a debatable, we need to consider lot of aspects with MVC architecture. For sure we will use Javascript, CSS, Bootstrat. For React and Angular you can go through the following article link for better understanding.
https://www.c-sharpcorner.com/article/comparison-between-react-and-angular/
Ranganath PrasadPosted Jan 26, 2022, 1:42 PM
It depends on many factors such as the application complexity, size, resource availability, skill set, targeted audience, ... Having said that, in my experience, i have seen the below combination works for many use cases. 1) Angular ( or React ) + Web API 2) jQuery + MVC . The first one enables you build a microservice based SPA application, where as the second one lets you build a Multi-page application (although you can still build SPA with jQuery, it wont be a pure MVVM architecture ). Also, you might want to take a look at Blazor as well