C Sharp

1568 readers
1 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
1
2
3
 
 

Channels

4
5
 
 

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.

6
7
8
9
10
11
12
13
6
What's new in C# 13 (www.youtube.com)
submitted 3 months ago by SmartmanApps to c/csharp
14
6
What's new in C# 13 (learn.microsoft.com)
submitted 3 months ago by SmartmanApps to c/csharp
15
5
submitted 3 months ago by Mihies to c/csharp
 
 

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

16
 
 

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.

17
4
submitted 4 months ago* (last edited 4 months ago) by CodiUnicorn to c/csharp
18
19
20
21
2
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/csharp
 
 
22
 
 

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?

23
 
 

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

24
5
submitted 5 months ago by SmartmanApps to c/csharp
25
view more: next ›