C Sharp

1789 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
 
 

They finally did it!

3
4
5
6
7
8
9
 
 

"A sense of lost elegance" is surely an interesting statement. What do you think? Have the many new features added to C# in recent versions increased productivity, or have they made the language more difficult to teach and learn?

10
11
12
13
1
submitted 3 months ago* (last edited 3 months ago) by jupiter@programming.dev to c/csharp@programming.dev
 
 

I made another oopsie, I mean, Open Sourcie. :3

Remember Haskell's newtype? Or F# type abbreviations?

Well, newtype is a package that lets you use similar semantics in #CSharp for a large number of types, including the ability to add semantics and extension-like methods to your own derived types.

MIT-Licensed, go wild!

https://github.com/outfox/newtype

https://www.nuget.org/packages/newtype

14
15
16
17
18
19
20
21
22
23
24
25
view more: next ›