Filter
Exclude
Time range
-
Near
Novo artigo no meu blog -> Certificação Gratuita em .NET? Conhecendo o exame Foundational C# -- Link: renatogroffe.medium.com/cert… #dotnet #csharp #certificacao #aspnetcore #dotnet8 #dotnet7 #dotnet6 #csharp12 #csharp11 #csharp10 #csharp9 #csharp8 #csharp7 #csharp6 #dotnetcore
1
13
313
Novo artigo no meu blog -> Novidades do .NET 8: tamanhos mínimo e máximo de strings e coleções com LengthAttribute -- Link: renatogroffe.medium.com/novi… #dotnet #dotnet8 #csharp #csharp8 #microsoft #aspnet #aspnetcore #visualstudio #visualstudio2022 #backend #webdevelopment

5
324
Does it make sense to create my own IEnumerable<T> interface with the #DefaultInterfaceMember IEnumerable.GetEnumerator() in it? It saves me to write this method myself in each class which implements the original IEnumerable<T> interface. #dotnet #charp #csharp8
1
2
6
8
3 Dec 2021
Love Enumerables? Love Async? Love I? Then you must love IAsyncEnumerables! #dotnet #csharp8 #dotnetcore
1
9
21
12 Aug 2021
Span is a C# 8 feature that allows improving the performance of C# code almost with no effort and without sacrificing its readability. In this episode of MVP Show, @BohdanStupak1 talks more about it. Archived Video: bit.ly/3ACRLQ9 #CSharpCorner #MVPShow #CSharp8 #Span
5
2
Статья посвящена Nullable Reference Types, которые Microsoft добавила в C# 8. В статье упоминается несколько инстр... #devdigest #dotnet #net #NullReferenceException #null #csharp8 christianfindlay.com/2021/07…

1
2
【6月22日発売】最新刊プレゼントキャンペーン ➡抽選で下記書籍を3名様にプレゼント ✅応募方法 ❶当アカウントをフォロー❷このツイートをRT 応募締切6/28まで/当選連絡はDM 『プログラミングC# 第8版』 oreilly.co.jp/books/97848731… #csharp #csharp8 #csharpdeveloper #dotnet
5
495
179
"Nullable Reference types in C# – Best practices" dotnetcurry.com/csharp/nulla… #csharp #dotnet #csharp8
4
15
so, if you use `Foo : IAsyncDisposable` using variable in C# 8.0 there is no way to `.ConfigureAwait()` it's `.DisposeAsync()` call and still being able to use the `Foo` API? :/ #csharp8 sharplab.io/#v2:EYLgtghglgdg…

1
1
5
ICYMI C# 8 New Features: Write Less Code with Using Declarations hubs.ly/H0FPhnv0 by @robertsjason #csharp #dotnet #csharp8
1
2
5
Just upgraded to @linqpad v6. The Csharp8/9 samples are just awesome and this version supports .Net5. Superb tool, using it for years now!
2
18
Talking About Errors in the QuantConnect Lean Code. viva64.com/en/b/0782/ #csharp #csharp8 #QuantConnectLean

1
2
Spent the day writing custom logging into a complex Windows service then jumped back into writing more C# 8 and C# 9 code samples. Writing code samples is an excellent way to learn and share. #csharp #csharp8 #csharp9
1
2
Started a GitHub repository for C#8/C#9. Currently has one topic, more to be added along with a Microsoft TechNet Wiki article tinyurl.com/y3sja3qv #csharp #csharp8 #csharp9

1
1
2
11 Sep 2020
T-02: C# 8.0 language features. Static local function ensures it does not reference any variable from the enclosing or surrounding scope. github.com/siddheshmalvankar… #2minuteread #dotnet #csharp8
1
2
Little known C# 8 fact. There are lifted forms of the index from end (^) and range (..) operators i.e. you can apply them to nullable values: ``` void M(int? x, char? c) { System.Index? i = ^x; System.Range? r = ^c..i; } ``` #csharp8 #dotnet
1
5
13
Using Declarations In C# 8 by Sean Franklin cc @CsharpCorner bit.ly/2VfsDwu #Csharp #Csharp8
6
13