C Sharp

1546 readers
9 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
4
5
6
7
8
9
1
What's new in C# 13 (learn.microsoft.com)
submitted 2 months ago by [email protected] to c/[email protected]
10
 
 

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

11
 
 

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.

12
1
submitted 3 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
13
14
15
16
17
 
 

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?

18
 
 

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

19
20
21
1
.NET Digest #3 (pvs-studio.com)
submitted 4 months ago* (last edited 4 months ago) by [email protected] to c/[email protected]
22
23
24
1
submitted 5 months ago* (last edited 5 months ago) by [email protected] to c/[email protected]
 
 

A collection of tools for dealing with nulls, failures and the generic type issues that arise in this domain.

https://github.com/Andy3432344/SafeResults

I'm the author, let me know what you think!

*Edit: updated to show GitHub link, sorry!

25
 
 
view more: next ›