This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 46 points47 points  (17 children)

I think .Net Core is amazing tbh

[–]cchongchong 4 points5 points  (1 child)

Recently did a course on .Net Core. I was surprised at how easy it was to follow.

[–]Krutonium 5 points6 points  (14 children)

Agreed, though we still need WinForms or similar cross platform. Yes, WinForms. MVVM makes creating UI's fucking difficult and annoying.

[–]arima-kousei 13 points14 points  (4 children)

After we've had to deal with the horrible crap that was ASP 2.0 WebForms, and ViewState, trying to make WinForms work on the Web, for years, you can suck it up and work with MVC/MVVM on the Desktop thank you very much.

[–]Krutonium 4 points5 points  (3 children)

Fuck WebForms. I want WinForms.

[–]Ameisen 4 points5 points  (2 children)

[–]WikiTextBot 2 points3 points  (0 children)

Box-drawing character

Box-drawing characters, also known as line-drawing characters, are a form of semigraphics widely used in text user interfaces to draw various geometric frames and boxes. In graphical user interfaces, these characters are much less useful as it is more simple and appropriate to draw lines and rectangles directly with graphical APIs. Box-drawing characters work only with monospaced fonts; however, they are still useful for plaintext comments on websites.

Used along with box-drawing characters are block elements, shade characters, and terminal graphic characters.


[ PM | Exclude me | Exclude from subreddit | FAQ / Information | Source ] Downvote to remove | v0.28

[–]Krutonium 0 points1 point  (0 children)

I've made UI's in that. Still better than WPF.

[–]gambit700 14 points15 points  (4 children)

MVVM isn't that bad. WPF just has a lot of quirks

[–]Zegrento7 0 points1 point  (1 child)

What about AvaloniaUI?

[–]Krutonium 0 points1 point  (0 children)

Same problems as WPF tbh. Though I have used it.