C Sharp

1686 readers
4 users here now

A community about the C# programming language

Getting started

Useful resources

IDEs and code editors

Tools

Rules

Related communities

founded 2 years ago
MODERATORS
26
27
28
 
 

Channels

29
30
 
 

The problem with .NET has always been that Microsoft were somewhat slow to embrace non-Windows systems. To find a UI library that uses C# but runs on a MacBook is harder than it should be. One solution is Avalonia, which helps you “build apps for every device using .NET” — and it does indeed fill the open source cross-platform framework hole. Plus, looking at it will also hone your framework design skills.

31
32
33
34
35
36
37
38
39
40
 
 

Well written thoughts on C#12 primary constructors. Sadly they are not really useful. At least for now.

41
 
 

This should be a huge boon for introducing people to C# development on Mac and Linux!

Take note though, that the free version comes with mandatory collection of anonymized usage data. As far as I'm aware this cannot be deactivated.

42
3
submitted 8 months ago* (last edited 8 months ago) by CodiUnicorn@programming.dev to c/csharp@programming.dev
43
44
45
46
47
 
 

Would love a channel like Codebullet, but more focused with C# shenanigans that isn't necessarily educational

All the C# channels I've seen have been mostly good or informative, but not exactly something I want to put on at night like I would a Codebullet video to have a good laugh

Does anyone know of any good channels like that?

48
 
 

This may be common knowledge but I've never seen it online.

[MaybeNull] public Entity Entity { get; set; }

You now get a warning when accessing without a check and when setting to null.

Sadly you still need to ! in quries

49
50
view more: ‹ prev next ›