John_Phoenix
Expert Member
- Joined
- Jul 8, 2017
- Messages
- 1,087
- Reaction score
- 624
The only way to really know is build it and benchmark. Test i/o, throughput and memory, that should give you a good baseline.What would you guys say are good additions to use along side C# .Net Core.
Back in the day with ASP. Net, knowing JavaScript, JQuery, Bootstrap made development a lot easier and quicker.
Angular has been brought up by colleague, but why would I want to move my controller development from C# code into JS?
Also, some are saying use NodeJS due to speed, but I have read .Net Core outperforms NodeJS when handing requests.
NodeJS is fast, C# is fast...
Most of the time it's the programmer that sets the pace.
If you rock in C#, do that, and same for JS...
At the end of the day, a stable / reliable / debuggable app is far more valuable than a unstable wormhole that no one understands but works instantly.
Also think twice, write once...