DEV Community

André Slupik profile picture

André Slupik

I've been writing shipping software for 10 years, mostly in C#, F# and TypeScript.

Work

Software Developer

Async gotcha: returning Task.FromResult or Task.CompletedTask

Async gotcha: returning Task.FromResult or Task.CompletedTask

8
Comments
2 min read

Want to connect with André Slupik?

Create an account to connect with André Slupik. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Seriously, stop using List<T> in APIs

Seriously, stop using List<T> in APIs

13
Comments
2 min read
Why you probably shouldn't use IEnumerable<T>/seq<T>

Why you probably shouldn't use IEnumerable<T>/seq<T>

8
Comments
3 min read
F# features C# will never get

F# features C# will never get

6
Comments
3 min read
Comparing IAsyncEnumerable and IObservable for event streams

Comparing IAsyncEnumerable and IObservable for event streams

6
Comments
4 min read
Don't make these 5 F# mistakes

Don't make these 5 F# mistakes

12
Comments 2
2 min read
Did C#9 kill optional constructor parameters?

Did C#9 kill optional constructor parameters?

2
Comments
3 min read
F#'s Stack Overflow community is amazing

F#'s Stack Overflow community is amazing

8
Comments
2 min read
Fixing a bug in the F# compiler

Fixing a bug in the F# compiler

6
Comments 1
2 min read
loading...