13
Mmaaxx4
8y

It is sad to say, but programming in C# using Visual Studio basically consists of clicking buttons, dragging and dropping files and checking / unchecking checkboxes in order to get everything generated.
Where are to good old days, when code still had to be typed. :(

Comments
  • 2
    Look on the bright side, you won't have to worry about consistency as much.
  • 2
    Sounds like you need to move over to Java buddy 😂
  • 2
    Yeah, I have been programming in Java for the last couple of years and to be honest I enjoyed it more than click and wait C# today.
  • 1
    If you want click and drag but with some added challenges, give JavaFX a try. All the fun of visual studio minus the stupidly simple dev environment :p
  • 2
    WPF or WinForms?
  • 1
    Didn't hear about that yet. However, after some research it looks awesome. Thanks! @orion-ix
  • 0
    WinForms of course, WPF in some way. But also when it comes to database connections or simple . NET applications, most of the time you are just sitting and waiting for the progress bar to fill up. @shittywebdev
  • 1
    @Mmaaxx4 no worries, Scene Builder is the name of the game. Have fun!
  • 2
    Web API 2 is the answer my C# friends
  • 3
    Yea you can write a basic win forms app by dragging and dropping stuff. I haven't written a desktop app in years. People are still doing this? Web api and angular 2 FTW
  • 3
    are you kidding me? then why is this c# course teaching me all this goddamn typing? I'm clearly doing it wrong.
  • 2
    Haha even if you do wpf or win forms, you still have to know c# you just don't have to do much ui work. But still in my opinion most apps can be done using the web nowadays.
  • 0
    @oakeybears some business apps aren't web suitable. We have outlook and word integration for our in house erp
  • 2
    But rapid dev tools (Visual Basic, PowerBuilder) have been around since the early 90s at least... This isn't a new thing lol
  • 0
    You're right. But as they kept on developing over the years they kind of pushed "real programming" out of the way. @error13
  • 1
    Idk, I've programmed a few projects in VS the last couple years, and I've never done the drag-and-drop thing for any of them. I still hate that project settings thing tho
  • 0
    I use vs and code every bit.
  • 1
    What code are you writing in c# where you are always clicking and dragging and fiddling with checkboxes, I've been coding with it since day one and my hands hardly leave the keyboard !
  • 1
Add Comment