C# Digest - Looking at C# 12 Proposals and Beyond

#449 – April 10, 2023 View in browser

C# Digest

Looking at C# 12 Proposals and Beyond

C# has been through a lot of change in the last decade. From open-sourcing the language to a new cross-platform framework to yearly releases instead of 3-year iterations. Meanwhile, new languages, new frameworks, and new paradigms have taken off in the software industry, including the rise in popularity of Node.js, TypeScript, Kotlin, Rust, Go, and Python. Through it all, C# and .NET stayed relevant and popular. In this blog post, we’ll glimpse the day-to-day activity and challenges the C# language design team faces.

Auth. Built for Devs, By Devs. (sponsor)

FusionAuth is the customer authentication and authorization platform that makes developers' lives awesome. You'll get all the features your app needs plus a customizable, scalable solution you can run on any computer, anywhere in the world.

C# 11.0 new features: Span pattern matching

C# 11.0 adds some new pattern matching features. In this post, Ian shows the new support for matching lists.

The Journey with multi-tenancy accesses continues

Initially I set out to support a scenario where an user could be part of multiple tenants and have different permissions to each tenant. This has since changed and an user can now only belong to one tenant. The authentication part is taken care of by an external provider, but the user accesses are handled "locally" (more info in previous post). My case involves a Blazor WASM app and an ASP.NET Core API. The external identity provider (IDP), provides, the app, with an id-token and an access-token

Improving code readability in functional C# using Linq to Monad

This article explores how one of the well-known capabilities of C# language, Linq, can be used to address complex functional workflows. The technique used in this article is also known as Linq to Monad or Computation Expressions.

ASP.NET Core Route Tooling Enhancements in .NET 8

Route tooling is a group of new features in .NET 8 that makes ASP.NET Core routing easier to use. Check out what route tooling adds to building ASP.NET Core apps.

Improvements to auth and identity in ASP.NET Core 8

The ASP.NET Core team shares their plans to improve authentication, authorization, and identity management in .NET 8.

Accessing Objects Just After they are Saved by Entity Framework

Here is a way to access objects just after they are saved by Entity Framework and have had a primary key assigned to them.

LINQ on steroids with SIMD

In this blog post, we will explore the use of SIMD instructions to speed up LINQ queries. We will use the Vector type of performing SIMD operations on arrays of data. We will also use the BenchmarkDotNet library to measure the performance of our code. We will also see how this works hand in hand with the new "generic math" feature of C# 10.

ExternalFinalizer: Adding a finalizer to 3rd party objects

Read about ExternalFinalizer: Adding a finalizer to 3rd party objects on the RavenDB.net news section.

how did you like this issue?

Amazing · Great · Okay · Meh · Bad

newsletters

© 2023 Bonobo Press

Would you like to advertise with us? Check out our latest media kit for more information.
If you no longer wish to receive these emails, click to unsubscribe.

Older messages

Primary Constructors in C#

Sunday, April 2, 2023

Using C# 12 you can create classes with primary constructors. #448 – April 03, 2023 View in browser C# Digest Primary Constructors To reduce the syntax needed when writing C# code, C# 9 added records

Understanding the .NET ecosystem

Sunday, March 26, 2023

The evolution of .NET into .NET 7. The ecosystem has changed a lot since .NET was first introduced #447 – March 27, 2023 View in browser C# Digest Understanding the .NET ecosystem: The evolution of .

There Is No Thread

Sunday, March 19, 2023

This is an essential truth of async in its purest form. #446 – March 20, 2023 View in browser C# Digest There Is No Thread This is an essential truth of async in its purest form: There is no thread.

Introducing the Reliable Web App Pattern for .NET

Sunday, March 12, 2023

The first step of your application's cloud journey often times is the most difficult. #445 – March 13, 2023 View in browser C# Digest Introducing the Reliable Web App Pattern for .NET The first

Blazor United - Solving Blazor's biggest challenges?

Sunday, March 5, 2023

Blazor Server and WASM both have trade-offs, Blazor United looks set to tackle those. #444 – March 06, 2023 View in browser C# Digest Blazor United - Solving Blazor's biggest challenges? Blazor

You Might Also Like

Software Testing Weekly - Issue 247

Tuesday, November 26, 2024

QA Job Hunting Resources 📚 View on the Web Archives ISSUE 247 November 26th 2024 COMMENT Welcome to the 247th issue! Today, I'd like to highlight a fantastic set of QA Job Hunting Resources.

🔒 The Vault Newsletter: November issue 🔑

Monday, November 25, 2024

Get the latest business security news, updates, and advice from 1Password. ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏

🧐 The Most Interesting Phones You Didn't See in 2024 — Making Reddit Faster on Older Devices

Monday, November 25, 2024

Also: Best Black Friday Deals So Far, and More! How-To Geek Logo November 25, 2024 Did You Know If you look closely over John Lennon's shoulder on the iconic cover of The Beatles Abbey Road album,

JSK Daily for Nov 25, 2024

Monday, November 25, 2024

JSK Daily for Nov 25, 2024 View this email in your browser A community curated daily e-mail of JavaScript news JavaScript Certification Black Friday Offer – Up to 54% Off! Certificates.dev, the trusted

Ranked | How Americans Rate Business Figures 📊

Monday, November 25, 2024

This graphic visualizes the results of a YouGov survey that asks Americans for their opinions on various business figures. View Online | Subscribe Presented by: Non-consensus strategies that go where

Spyglass Dispatch: Apple Throws Their Film to the Wolves • The AI Supercomputer Arms Race • Sony's Mobile Game • The EU Hunts Bluesky • Bluesky Hunts User Trust • 'Glicked' Pricked • One Massive iPad

Monday, November 25, 2024

Apple Throws Their Film to the Wolves • The AI Supercomputer Arms Race • Sony's Mobile Game • The EU Hunts Bluesky • Bluesky Hunts User Trust • 'Glicked' Pricked • One Massive iPad The

Daily Coding Problem: Problem #1619 [Hard]

Monday, November 25, 2024

Daily Coding Problem Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given two non-empty binary trees s and t , check whether tree t has exactly the

Unpacking “Craft” in the Software Interface & The Five Pillars of Creative Flow

Monday, November 25, 2024

Systems Over Substance, Anytype's autumn updates, Ghost's progress with its ActivityPub integration, and a lot more in this week's issue of Creativerly. Creativerly Unpacking “Craft” in the

What Investors Want From AI Startups in 2025

Monday, November 25, 2024

Top Tech Content sent at Noon! How the world collects web data Read this email in your browser How are you, @newsletterest1? 🪐 What's happening in tech today, November 25, 2024? The HackerNoon

GCP Newsletter #426

Monday, November 25, 2024

Welcome to issue #426 November 25th, 2024 News LLM Official Blog Vertex AI Announcing Mistral AI's Large-Instruct-2411 on Vertex AI - Google Cloud has announced the availability of Mistral AI's