Explore tweets tagged as #CSharp12
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
🤯 ¡C# 12 te sorprenderá! 🚀✨ Conoce las últimas mejoras que van a potenciar tu desarrollo. 💻 #CSharp12 #NuevasCaracterísticas
1
0
1
2
4
34
0
4
8
課金した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
0
4
7
0
7
8
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
What Is The C# 12 Preview Features ? https://t.co/VK9oiRYUzy by @Bikeshsrivastav via @CsharpCorner #CSharp12
0
6
7
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
0
4
1
0
8
5
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
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
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
"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