Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Agred20367yIt depends on what you want to code and achieve. It's great for Windows apps, Unity3D and such, but I probably wouldn't recommend it for web devs
-
gruff5577yC# is a great language and is fine for websites and apis running on Linux Mac and Windows if you use .net core which just keeps getting better
-
geaz2937yC# is in my opinion the best multi purpose language out there! And it gets better with each release.
It is a really elegant language with many aspects taken from functional programming. -
julkali20827yI've tried out (in this order):
C++, Java, C#, Python, (C,) PHP and lastly decided to continue with C# as it's
a) compilable
b) nearly as powerful as C/C++
c) pretty easy and intuitive
d) developed by one of the biggest concerns which means many updates
e) a great community
f) runs (nearly) everywhere
g) Visual Studio is IMO one of the best IDEs that you get for free
Keep in mind that if you want to develop web applications (which is ofc totally doable), you will probably pay more for hosting than if you use plain old PHP -
404-js827yIt's currently the language I have the most experience with. I would suggest it. It's more intuitive than Java imo, but you can switch pretty easy. A lot easier than js especially for Windows. Object oriented as well, so def a plus. Of course, if you're doing web development , js and php would be much better, but for other applications I think it's amazing.
-
jonhyfun7057yMicrosoft wasted a LOT of money and still wastes, on c# so it will never die, making it the most worth language to learn nowdays, since its held by the computer juggernaut
-
julkali20827y@geaz yeah fair enough, ASP can be run on Linux but I actually had Azure in mind which is pretty expensive (like all cloud services)
-
h4xx3r17167y@Agred https://github.com/aspnet/Blazor
An experimental .NET web framework using C#/Razor and HTML that runs in the browser via WebAssembly -
gruff5577y@okstar Avalonia is worth keeping an eye on to for Cross platform Ui framework based on xaml
-
gruff5577yAnd just as no one has mentioned it yet the VS docker integration is really nice and easy to make container images of your .net core apps
Does anyone think c# is a good laguage to learn and if yes Why ??
question