#csharp11 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #csharp11, aggregated by home.social.
-
Are you using C# raw string literals, new in C# 11?
Raw string literals allow for whitespace, newlines, embedded quotes, and ... whatever in your strings.
More info on them and raw string interpolation here:
-
If you have not read one of my books before and you are curious about my style of writing, you can now download and read two sample chapters from each of my two latest books.
C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals, Seventh Edition
- Chapter 7 Packaging and Distributing .NET Types
- Chapter 12 Introducing Web Development Using ASP.NET Core
https://github.com/markjprice/cs11dotnet7#bonus-contentApps and Services with .NET 7, First Edition
- Chapter 7 Handling Dates, Times, and Internationalization
- Chapter 12 Building Efficient Microservices Using gRPC
https://github.com/markjprice/apps-services-net7#bonus-contentThank you Packt for allowing these free chapters to be shared.
-
The .NET Core Podcast is the premiere podcast for keeping up with all things .NET.
In 2022, the February episode that guest-starred me, Mark J. Price, was the #1 most listened to of the year via Spotify, with 728% more streams than the average episode.
A new episode was been published on Friday 5 March 2023.
👨💻 Jamie Taylor “GaProgMan” and I talk about my recent books, “C# 11 and .NET 7 - Modern Cross-Platform Development Fundamentals”, and “Apps and Services with .NET 7”, and we discuss ChatGPT (which was brand new at the time of recording) and how other generative AIs will likely change the worlds of art, prose, and development.
Please give it a listen now on your favorite podcast player or at the following link:
https://dotnetcore.show/episode-117-our-perspectives-on-the-future-of-net-with-mark-j-price/Thanks for your support!
-
Have you made use of #RawStrings or #Utf8Strings already? 👀
With #JetBrainsRider and #ReSharper, you can convert your whole codebase with just a single click! 🚀
Read more in our latest #csharp11 blog post! https://jb.gg/3j9rzk #dotnet
-
It's time to take a deeper look at how #csharp11 features work in #JetBrains #ReSharper and #JetBrainsRider!
In this first post by @matkoch, we will be looking at List Patterns and Span Pattern Matching! 👀
-
#dotnet Community Toolkit 8.1 has been released!
This release includes new features, bug fixes, and performance improvements to the MVVM Toolkit source generators.
Read more on #InfoQ: http://bit.ly/3YBY2aC
-
I joined @jesseliberty Jesse Liberty to discuss C# and my two books, C# 11 and .NET 7, and Apps and Services with .NET 7. https://jesseliberty.com/2022/12/10/mark-price-on-c-11-fixed/
#dotnet #dotnet7 #csharp #csharp11 -
A Mostly Complete Guide to C# 11’s Final Features https://medium.com/young-coder/a-mostly-complete-guide-to-c-11s-final-features-d43e6c9aa727
-
@aristurlte I could not agree more, this feature is awesome! ✨
I am doing a lot of code generation (of C# code) in my current project, and raw string literals made this effortless & very clean! 😺
The fact that some IDEs like #JetBrainsRider even offer some syntax highlighting within the raw string literals makes it even better. 🥰
-
I'm really liking some of the functional additions in C#11. It's reminding me of haskell typeclasses and pattern matching
-
What is your favorite new .NET 7 or C# 11 feature? Mine is the new `required` keyword for properties. I think it will remove the need for constructors for integrity in many of my use cases.
.NET Conf starts at 8 PST: https://www.dotnetconf.net/agenda
-
See the diagrams for how I think Microsoft will allow developers on LTS releases of .NET to benefit from improvements in newer C# compilers. Since .NET 6 will be used by developers for longer than .NET 7, it makes sense for the .NET team to allow the use of new features in the C# compiler and improvements in libraries like EF Core. We shall see tomorrow at .NET Conf 2022 when .NET 7 reaches GA and .NET 6 gets an update. 😍
#dotnet #dotnet7 #dotnet6 #csharp #csharp11 #efcore #efcore7 #dotnetconf