Explore tweets tagged as #CSharp12
@STeplyakov
Sergiy Teplyakov 🇺🇦 🇺🇸
2 years
Optional params in lambdas are tricker than you might think. 1. They work only with 'var' (which is new for lambdas) 2. Each lambda with default params (or params keyworkd) causes a new delegate to be generated 3. You can easily mess up with them and got the wrong arg. #csharp12
1
3
27
@achirinos
Asdrúbal Chirinos (Astro) 🚀
2 years
🤯 ¡C# 12 te sorprenderá! 🚀✨ Conoce las últimas mejoras que van a potenciar tu desarrollo. 💻 #CSharp12 #NuevasCaracterísticas
1
0
1
@KarenPayneMVP
Karen Payne MVP
2 years
2
4
34
@harishchand314
Harish Chand
2 years
0
4
8
@sheephuman
ひつじ人間🐏
2 years
課金したChatGPTに書かせたCSharp12(C#12)の新機能におけるサンプルコード // C# 12 Raw String Literals Example var query = """ SELECT * FROM Users WHERE Name = 'O'Reilly' """; Console.WriteLine(query); こんな感じで理解の助けになってくれる
1
2
10
@STeplyakov
Sergiy Teplyakov 🇺🇦 🇺🇸
2 years
Do you know about a few nice new APIs available in .net8 at CollectionsMarshal and CollectionExtensions for List<T>? SetCount won't be used that much, but 'AddRange(ReadOnlySpan<T>)' looks very useful! #dotnet #csharp12
1
4
29
@harishchand314
Harish Chand
3 years
Simplify Your Code with C# 12 Extension Methods https://t.co/K96sO9svbl #CSharp12
0
4
5
@harishchand314
Harish Chand
2 years
Default Values for Lambda Expressions in C# 12 https://t.co/5U4FIjW1XU via @CsharpCorner #CSharp12
0
4
7
@byte_hide
ByteHide
3 years
🧵1/5 Calling all .NET developers! Have you heard about the new features in C# 12 Preview? In this thread, we're going to explore some of these shiny new features that will make your coding experience much more efficient and enjoyable. Let's dive in! #CSharp12 #dotnet
1
4
6
@harishchand314
Harish Chand
2 years
0
7
8
@TheDotNetOffice
The DotNetOffice
2 years
Collection Expressions in C#12 old way of initializing arrays: int[] numbers = new int[] { 1, 2, 3 }; In C#12 we can declare without using new int[] int[] numbers = { 1, 2, 3 }; #Csharp12 #CollectionExpressions #Programming101 #dotnet #coding #programming #csharp #developers
0
0
0
@harishchand314
Harish Chand
3 years
What Is The C# 12 Preview Features ? https://t.co/VK9oiRYUzy by @Bikeshsrivastav via @CsharpCorner #CSharp12
0
6
7
@markjprice
Mark J Price
2 years
The first two books in my .NET 8 trilogy are in the top four places in Amazon's Best Sellers in the C# Programming category today! Thank you to all my loyal readers and to my production team at @packtpublishing #dotnet #dotnet8 #csharp #csharp12
2
2
28
@harishchand314
Harish Chand
2 years
0
4
1
@harishchand314
Harish Chand
3 years
0
8
5
@CsharpCorner
C# Corner
1 year
Transitioning to C# 12 made easy! Learn how to convert your older C# code with step-by-step examples by @rijsat. Read the article now: https://t.co/rVjXdTwPGW #CSharp #CSharp12 #DOTNET #DOTNETCore
0
22
30
@fonssonnemans
Fons Sonnemans 🇳🇱 💙💛
3 years
You can already use the C# Lambda Default Parameters when you set the LangVersion to preview and use new @VisualStudio 2022 17.5 Preview 3. #csharp #csharp12 #dotnet #Lambda
1
5
23
@CsharpCorner
C# Corner
2 years
Stay up-to-date with C# 12's advancements through @Mteheran's comprehensive overview. Discover the fresh features and enhancements that this version introduces, empowering developers to write more efficient code. Dive into the details now: https://t.co/hGM8LDnPw3 #CSharp12
0
11
14
@RehanSaeedUK
Muhammad Rehan Saeed
2 years
"What’s new in C# 12 and beyond" with @MadsTorgersen and @dcampbell! Finally, extension all the things! #csharp #csharp12 #dotnet https://t.co/sMOUAM3E8i
0
1
0