New in C# 10: 'global using' statement. No need to declare using's in each file. Gorgeous! #dotnet #csharp10 #MSBuild

rdiazconcha's tweet image. New in C# 10: 'global using' statement.  No need to declare using's in each file.  Gorgeous! #dotnet #csharp10 #MSBuild

New in C# 10: record struct (no heap allocated) #csharp10 #dotnet

rdiazconcha's tweet image. New in C# 10: record struct (no heap allocated) #csharp10 #dotnet

Them: You can't fit real apps into a tweet Me: #csharp10 #dotnet

davidfowl's tweet image. Them: You can't fit real apps into a tweet
Me: #csharp10 #dotnet

New in C# 10: Null parameter checking! Prevents you from writing validation code over and over again. #dotnet #csharp10 #MSBuild

rdiazconcha's tweet image. New in C# 10: Null parameter checking!  Prevents you from writing validation code over and over again. #dotnet #csharp10 #MSBuild

Hi Twitter! Small Gems in C# 10 - Part 1 Love records? Love anonymous types? Well, starting with C# 10, anonymous types can take advantage of the with expression! #csharp10 #dotnet6 #csharp

amantinband's tweet image. Hi Twitter!

Small Gems in C# 10 - Part 1

Love records?
Love anonymous types?

Well, starting with C# 10, anonymous types can take advantage of the with expression!

#csharp10 #dotnet6 #csharp

New in C# 10: 'field' keyword. Allows to get access to the inner field when using auto-implemented properties. Cool! #dotnet #csharp10 #msbuild

rdiazconcha's tweet image. New in C# 10: 'field' keyword.  Allows to get access to the inner field when using auto-implemented properties.  Cool!  #dotnet #csharp10 #msbuild

.NET 6 minimal Web API with multiple endpoints: #dotnet #MSBuild #Csharp10

rdiazconcha's tweet image. .NET 6 minimal Web API with multiple endpoints: #dotnet #MSBuild #Csharp10

Thanks to C# 10 improvements and evolution, we can have minimal Web APIs like this. Startup.cs is now optional. #AspNetCore #csharp10 #dotnet #MSBuild

rdiazconcha's tweet image. Thanks to C# 10 improvements and evolution, we can have minimal Web APIs like this. Startup.cs is now optional. #AspNetCore #csharp10 #dotnet #MSBuild

Some Cool Features In C# 10 Read the full article here>> bit.ly/391JOZa #Csharp #Csharp10

CsharpCorner's tweet image. Some Cool Features In C# 10

Read the full article here>> bit.ly/391JOZa

#Csharp #Csharp10

Just updated one of our Powered4 API's to #dotnet6 and #csharp10 and look at this👌🎉🚀 Tidy. I've not even done minimal APIs yet, just cleaned up those namespaces and usings.

JOSH_DALEK's tweet image. Just updated one of our Powered4 API's to #dotnet6 and #csharp10 and look at this👌🎉🚀 Tidy. I've not even done minimal APIs yet, just cleaned up those namespaces and usings.

Small Gems in C# 10 - Part 2 💪 Love lambdas? Love using "var" for declarations? Don't miss out on the new "explicit return type" feature which allows to disambiguate the return type by explicitly defining it before the lambda! #csharp #csharp10 #dotnet #dotnet6

amantinband's tweet image. Small Gems in C# 10 - Part 2 💪

Love lambdas?
Love using "var" for declarations?

Don't miss out on the new "explicit return type" feature which allows to disambiguate the return type by explicitly defining it before the lambda!

#csharp #csharp10 #dotnet #dotnet6

C# 10 introduces a new caller expression attribute. It allows capturing an expression passed for a parameter as a string. Like other CompilerServices attributes, it is applied to an optional parameter. #dotnet6 #csharp10 #coding #devcommunity

okyrylchuk's tweet image. C# 10 introduces a new caller expression attribute.

It allows capturing an expression passed for a parameter as a string.

Like other CompilerServices attributes, it is applied to an optional parameter.

#dotnet6 #csharp10 #coding #devcommunity

C# 10.0 - Here To Make Coding Simpler Read the full article here>> bit.ly/3CTyyuM #Csharp #Csharp10

CsharpCorner's tweet image. C# 10.0 - Here To Make Coding Simpler

Read the full article here>> bit.ly/3CTyyuM

#Csharp #Csharp10

Global Using Directive In C# 10 Read the full article here>> bit.ly/3t4wfmJ #Csharp10 #Csharp

CsharpCorner's tweet image. Global Using Directive In C# 10

Read the full article here>> bit.ly/3t4wfmJ

#Csharp10 #Csharp

auto generated Program.cs looks a bit strange in #DOTNET6 and C# 10 ! 🤨🤔 No name space, no main function, no Program class... just nothing 😅 #DOTNET #CSHARP10 #VS2022

YounesCheikh's tweet image. auto generated Program.cs looks a bit strange in #DOTNET6 and C# 10 ! 🤨🤔
No name space, no main function, no Program class... just nothing 😅
#DOTNET #CSHARP10 #VS2022

5 new features of C# 10.0 that you should know! #CSharp10 #NET6 #ASPNET6


A Comprehensive Guide to Nullable Reference Types in C# 10 c-sharpcorner.com/article/a-comp… by @ziggyrafiq via @CsharpCorner #CSharp10

harishchand314's tweet image. A Comprehensive Guide to Nullable Reference Types in C# 10  c-sharpcorner.com/article/a-comp… by @ziggyrafiq via @CsharpCorner #CSharp10

C# 10 and .NET Interactive Web Applications with Blazor WebAssembly c-sharpcorner.com/article/c-shar… by @ziggyrafiq via @CsharpCorner #Csharp10 #DotNet #Blazor

harishchand314's tweet image. C# 10 and .NET Interactive Web Applications with Blazor WebAssembly  c-sharpcorner.com/article/c-shar… by @ziggyrafiq via @CsharpCorner #Csharp10 #DotNet #Blazor

Code Generation and Productivity in C#10 with Source Generators c-sharpcorner.com/article/code-g… by @ziggyrafiq via @CsharpCorner #Csharp10

harishchand314's tweet image. Code Generation and Productivity in C#10 with Source Generators  c-sharpcorner.com/article/code-g… by @ziggyrafiq via @CsharpCorner #Csharp10

Dive deep into the inner workings of C# 10's Memory Model alongside @ziggyrafiq. Gain a comprehensive understanding of memory handling to write more robust and efficient code. Dive in now: tinyurl.com/mryjwbrn #CSharp #Csharp10 #VisualStudio

CsharpCorner's tweet image. Dive deep into the inner workings of C# 10's Memory Model alongside @ziggyrafiq. Gain a comprehensive understanding of memory handling to write more robust and efficient code.

Dive in now: tinyurl.com/mryjwbrn

#CSharp #Csharp10 #VisualStudio

Unveiling New Features for Simplified Syntax and Improved Performance in C# 10 c-sharpcorner.com/article/unveil… by @ziggyrafiq via @CsharpCorner #CSharp10

harishchand314's tweet image. Unveiling New Features for Simplified Syntax and Improved Performance in C# 10  c-sharpcorner.com/article/unveil… by @ziggyrafiq via @CsharpCorner #CSharp10

New in C# 10: 'global using' statement. No need to declare using's in each file. Gorgeous! #dotnet #csharp10 #MSBuild

rdiazconcha's tweet image. New in C# 10: 'global using' statement.  No need to declare using's in each file.  Gorgeous! #dotnet #csharp10 #MSBuild

New in C# 10: record struct (no heap allocated) #csharp10 #dotnet

rdiazconcha's tweet image. New in C# 10: record struct (no heap allocated) #csharp10 #dotnet

Them: You can't fit real apps into a tweet Me: #csharp10 #dotnet

davidfowl's tweet image. Them: You can't fit real apps into a tweet
Me: #csharp10 #dotnet

New in C# 10: Null parameter checking! Prevents you from writing validation code over and over again. #dotnet #csharp10 #MSBuild

rdiazconcha's tweet image. New in C# 10: Null parameter checking!  Prevents you from writing validation code over and over again. #dotnet #csharp10 #MSBuild

New in C# 10: 'field' keyword. Allows to get access to the inner field when using auto-implemented properties. Cool! #dotnet #csharp10 #msbuild

rdiazconcha's tweet image. New in C# 10: 'field' keyword.  Allows to get access to the inner field when using auto-implemented properties.  Cool!  #dotnet #csharp10 #msbuild

Hi Twitter! Small Gems in C# 10 - Part 1 Love records? Love anonymous types? Well, starting with C# 10, anonymous types can take advantage of the with expression! #csharp10 #dotnet6 #csharp

amantinband's tweet image. Hi Twitter!

Small Gems in C# 10 - Part 1

Love records?
Love anonymous types?

Well, starting with C# 10, anonymous types can take advantage of the with expression!

#csharp10 #dotnet6 #csharp

.NET 6 minimal Web API with multiple endpoints: #dotnet #MSBuild #Csharp10

rdiazconcha's tweet image. .NET 6 minimal Web API with multiple endpoints: #dotnet #MSBuild #Csharp10

Some Cool Features In C# 10 Read the full article here>> bit.ly/391JOZa #Csharp #Csharp10

CsharpCorner's tweet image. Some Cool Features In C# 10

Read the full article here>> bit.ly/391JOZa

#Csharp #Csharp10

Вот это жаль по этому в мире нет прекрасных вещей #csharp10 #csharp

IKaratayev's tweet image. Вот это жаль по этому в мире нет прекрасных вещей 
#csharp10 #csharp

New way of declaring namespaces is 👌, #MSBuild #csharp10

beny_ernest's tweet image. New way of declaring namespaces is 👌, #MSBuild #csharp10

Thanks to C# 10 improvements and evolution, we can have minimal Web APIs like this. Startup.cs is now optional. #AspNetCore #csharp10 #dotnet #MSBuild

rdiazconcha's tweet image. Thanks to C# 10 improvements and evolution, we can have minimal Web APIs like this. Startup.cs is now optional. #AspNetCore #csharp10 #dotnet #MSBuild

C# 10.0 - Here To Make Coding Simpler Read the full article here>> bit.ly/3CTyyuM #Csharp #Csharp10

CsharpCorner's tweet image. C# 10.0 - Here To Make Coding Simpler

Read the full article here>> bit.ly/3CTyyuM

#Csharp #Csharp10

Global Using Directive In C# 10 Read the full article here>> bit.ly/3t4wfmJ #Csharp10 #Csharp

CsharpCorner's tweet image. Global Using Directive In C# 10

Read the full article here>> bit.ly/3t4wfmJ

#Csharp10 #Csharp

Small Gems in C# 10 - Part 2 💪 Love lambdas? Love using "var" for declarations? Don't miss out on the new "explicit return type" feature which allows to disambiguate the return type by explicitly defining it before the lambda! #csharp #csharp10 #dotnet #dotnet6

amantinband's tweet image. Small Gems in C# 10 - Part 2 💪

Love lambdas?
Love using "var" for declarations?

Don't miss out on the new "explicit return type" feature which allows to disambiguate the return type by explicitly defining it before the lambda!

#csharp #csharp10 #dotnet #dotnet6

C# DateTime Conversion With Specific TimeZone. Read the full article here>> bit.ly/33yIQVe #Csharp #Csharp10

CsharpCorner's tweet image. C# DateTime Conversion With Specific TimeZone.

Read the full article here>> bit.ly/33yIQVe

#Csharp #Csharp10

Loading...

Something went wrong.


Something went wrong.


United States Trends