@root , cheers brother
Posts made by tnlthanzeel
-
RE: What is the powerful Back-End Languageposted in Back-End Development
@root ,im a fullstack engineer, i work with pure javascript, typescript and jquery on a daily basis brother, i dont hate js
-
RE: What is the powerful Back-End Languageposted in Back-End Development
thats waht i told brother, the choice of language is independent and problem specific. we cant always rely on one language, with new technologies we have to corp up or we will still be like frogs in a well.
peace!
-
RE: What is the powerful Back-End Languageposted in Back-End Development
i use them daily brother, may be because u r biased with javascript its not my problem brother.
-
RE: What is the powerful Back-End Languageposted in Back-End Development
have u any knowledge about nugget?
-
RE: What is the powerful Back-End Languageposted in Back-End Development
please dont paste answers from google brother, and u went out of context
peace! -
RE: What is the powerful Back-End Languageposted in Back-End Development
@varuna , if u check the benchmark reports u can find the results brother. some tested application says that node.js made 1000 requests per second while asp core made 20000 requests per second, which is 2000% more
-
RE: What is the powerful Back-End Languageposted in Back-End Development
@root , is javascript strongly typed brother?
-
RE: What is the powerful Back-End Languageposted in Back-End Development
@root, asp.net is now old its heavy and as a replacement the asp.net core was written from scratch brother,and that is why i mention earlier that ASP.NET CORE is THE new web framewrk
-
RE: What is the powerful Back-End Languageposted in Back-End Development
i think we have to come into common grounds, u r php developer and im a dotnet developer, choice is independant to be made
-
RE: What is the powerful Back-End Languageposted in Back-End Development
@root , here is the benchmark runner https://dotnet.microsoft.com/learn/web/what-is-aspnet-core
-
RE: What is the powerful Back-End Languageposted in Back-End Development
web apps are all about speed, asp core is 18times faster thaan node and much more faster than php.
-
RE: What is the powerful Back-End Languageposted in Back-End Development
@root , asp core was introduced in 2015 and its ranked higher than php or node
check here, the benchmark https://www.techempower.com/benchmarks/#section=data-r16&hw=ph&test=fortune, aspcore is 7th place, and node is at 86th place
-
RE: What is the powerful Back-End Languageposted in Back-End Development
@root , unlike the dotnet frame work which is not open source, dot net core is THE new framework for web development which is open source and u have the github community for it
-
RE: What is the powerful Back-End Languageposted in Back-End Development
@root , here are few links for u to learn what is asp core
https://en.wikipedia.org/wiki/ASP.NET_Core
https://dotnet.microsoft.com/learn/web/what-is-aspnet-core
https://docs.microsoft.com/en-us/aspnet/core/?view=aspnetcore-2.2community is not a problem brother,u have answers for allmost all problems faced with asp core on the internet
-
RE: What is the powerful Back-End Languageposted in Back-End Development
open source packages will be helpfull depending on ur need.
if u r refereing to open source packages for server side programing, then Dot NEt core is open source -
RE: What is the powerful Back-End Languageposted in Back-End Development
asp core is 18 times faster than node.js
https://www.techempower.com/benchmarks/#section=data-r16&hw=ph&test=fortune
u can use the async await feature in c# to make asynchronus calls
** please note the programing laguage is user preference, do select what is best for the application u start