Old 02-12-2014, 10:18 PM   #1
NocturnalTalon
FFR Player
 
NocturnalTalon's Avatar
 
Join Date: Feb 2014
Age: 29
Posts: 4
Default Any C# Users?

Does anybody use C# at all? Doesn't matter if you're a beginner or professional with it.


C# wasn't my first language, but it's my main one for sure.
__________________
NocturnalTalon is offline   Reply With Quote
Old 02-13-2014, 03:04 AM   #2
SpoOkyMagician
Forum User
FFR Veteran
 
Join Date: May 2004
Posts: 378
Default Re: Any C# Users?

I had a very brief introduction on it in college... (and I mean brief... It was like a side lecture at the end of my C++ class. I never actually had a class on it directly.) If I recall correctly, it was based on java? I could not stand java so no. (I did have a class in this. Java that is.) I have yet to try it and I probably never will. Although MSVSE does include it... I might try it and see what I can learn but not likely I will bother any time soon...

Note: While I do not like java's programming language/syntax, I do like one thing. The fact that it can run on ANYTHING. (or so I am told.) That is nice. Gotta respect it for that.

~ SpoOkyMagician
SpoOkyMagician is offline   Reply With Quote
Old 02-13-2014, 09:23 AM   #3
Izzy
Snek
FFR Simfile AuthorFFR Veteran
 
Izzy's Avatar
 
Join Date: Jan 2003
Location: Kansas
Age: 33
Posts: 9,192
Default Re: Any C# Users?

C# is microsofts proprietary version of Java that utilizes the .NET framework. It was what we started with in school even though it doesn't make any sense to start with something like this as opposed to C.

Makes more sense to me to start with a language where lots of little things aren't done for you such as memory management and pointers.
Izzy is offline   Reply With Quote
Old 02-13-2014, 12:18 PM   #4
Reincarnate
x'); DROP TABLE FFR;--
Retired StaffFFR Veteran
 
Reincarnate's Avatar
 
Join Date: Nov 2010
Posts: 6,332
Default Re: Any C# Users?

I actually think it makes more sense to go in reverse. Start from the high-level and work your way down. Lower-level stuff gets to get really tedious and complex, which can be overwhelming for a beginner.
Reincarnate is offline   Reply With Quote
Old 02-13-2014, 12:57 PM   #5
Izzy
Snek
FFR Simfile AuthorFFR Veteran
 
Izzy's Avatar
 
Join Date: Jan 2003
Location: Kansas
Age: 33
Posts: 9,192
Default Re: Any C# Users?

To me it doesn't seem any different than teaching math where they have you start with the difficult way of doing everything and then later teach you shortcuts. If you do it that way you understand why it works.
Izzy is offline   Reply With Quote
Old 02-13-2014, 01:03 PM   #6
Reincarnate
x'); DROP TABLE FFR;--
Retired StaffFFR Veteran
 
Reincarnate's Avatar
 
Join Date: Nov 2010
Posts: 6,332
Default Re: Any C# Users?

I don't like the way math is taught, either
Reincarnate is offline   Reply With Quote
Old 02-13-2014, 01:40 PM   #7
Zageron
Zageron E. Tazaterra
RRR Developer & DevOps Support
AdministratorDeveloperFFR Veteran
 
Zageron's Avatar
 
Join Date: Apr 2007
Location: BC
Age: 32
Posts: 6,586
Default Re: Any C# Users?

I know C#, at 15 months of experience, as used by Unity.
While I know it, I do not necessarily enjoy it.
C and C++ are much more enjoyable to use.
__________________
Zageron is offline   Reply With Quote
Old 02-13-2014, 03:07 PM   #8
arcnmx
nanodesu~
Retired StaffFFR Veteran
 
arcnmx's Avatar
 
Join Date: Jan 2013
Location: Ontario, Canada
Posts: 503
Send a message via Skype™ to arcnmx
Default Re: Any C# Users?

C# is a nice enough language, it was my language of choice many years ago. It's at least much better than Java. My only real complaint about the language itself is that it can sometimes be a bit too picky about strict types, requiring verbose casts sometimes.

I stopped using it because it's incredibly bulky. The CLR is huge, even stripped down Mono on embedded devices is way too much overhead. So now my language of choice is generally C/C++ with my ridiculous homegrown .NET inspired framework. I sometimes wonder if D would be a nice middle ground.
__________________


FMO AAAs (1): Within Life :: FGO AAAs (1): Einstein-Rosen Bridge
arcnmx is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is On
HTML code is Off

Forum Jump



All times are GMT -5. The time now is 03:10 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright FlashFlashRevolution