TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About C# 12
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Ziggy Rafiq (12)
Ramasagar Pulidindi (6)
Amit Mohanty (6)
Naimish Makwana (2)
Jefferson S. Motta (2)
Keyur (2)
Rijwan Ansari (1)
Jitendra Mesavaniya (1)
Rinki (1)
Gurpreet Arora (1)
Lynn Walker (1)
Miguel Teheran (1)
Related resources for C# 12
No resource found
An in-depth Look at Advanced Pattern Matching in C# 12
10/22/2024 5:27:09 AM.
With Ziggy Rafiq, learn how to leverage advanced pattern matching features in C# 12, including the new let pattern and enhanced recursive patterns.
Vertical Slice Architecture with Code Examples in C# 12
10/22/2024 5:02:12 AM.
Get an overview of vertical slice architecture in C# 12 with Ziggy Rafiq. Build maintainable, scalable applications using feature-based organization with code examples, MediatR, and record types.
Using Attributes and Metadata in C# 12
10/21/2024 5:38:45 AM.
Ziggy Rafiq demonstrates how to use attributes and metadata in C# 12 including improvements in parameter types, reflection capabilities, and best practices for maintaining self-documenting code.
What is Inline Arrays in C# 12
10/7/2024 6:44:43 AM.
C# 12 unveils a hidden gem - inline arrays. This article delves into these performance powerhouses, showcasing how they boost speed, simplify memory management, and enhance type safety. Discover their
Using C# 12 with Clean Code Practices
9/21/2024 3:37:12 PM.
Learn how to write cleaner, more maintainable code with C# 12 features such as primary constructors and improved pattern matching. This article explores practical examples and tips for applying clean
With code examples, learn how to develop ASP.NET Core C# 12 using domain-driven design
9/21/2024 4:15:04 AM.
In this guide, you will learn how to develop applications using ASP.NET Core with C# 12, applying domain-driven design principles. Through clear code examples, we’ll explore how to create effective do
A Comprehensive Guide to Migrating Azure Functions C# to C# 12 with .NET 8 Isolated
9/21/2024 4:12:20 AM.
Ziggy Rafiq shows how to leverage modern C# features, and how to optimize the performance and scalability of Azure Functions by migrating them to .NET 8 Isolated Processes.
Using Factory Patterns in C# 12 to simplify A/B testing
8/31/2024 4:40:36 AM.
Find out how Ziggy Rafiq simplifies A/B testing with feature toggles in C# 12 by using Factory and Abstract Factory design patterns.
C# 12 Design Patterns: Factory and Abstract Factory
8/29/2024 2:29:42 PM.
By Ziggy Rafiq, discover how Factory and Abstract Factory design patterns simplify the creation of complex objects in C# 12.
Abstract Factory Design Pattern in .NET Core C# 12
8/29/2024 4:29:33 AM.
In this detailed article by Ziggy Rafiq, you will learn how to implement key components like AbstractFactory, ConcreteFactory, AbstractProduct, and ConcreteProduct in .NET Core with C# 12. By leveragi
A brief introduction to ASP.NET Core using C#12 and .NET 8
8/18/2024 1:40:52 PM.
A brief introduction to ASP.NET Core using C# 12 and .NET 8 by Ziggy Rafiq. This modern framework enables you to build cross-platform, high-performance web applications. To get started, discover key f
Code Examples for .NET 8 Features with C# 12
8/18/2024 1:22:31 PM.
An in-depth look at performance enhancements, language improvements, and new libraries in this comprehensive article by Ziggy Rafiq.
Getting started with gRPC in .NET 8 using C# 12
7/11/2024 1:35:30 PM.
Using C# 12 and gRPC in .NET 8, Ziggy Rafiq guides you through setting up your environment, defining services, and developing client and server applications with gRPC.
How To Convert Older C# Version to C# 12 With Example
6/17/2024 5:33:27 AM.
Many developers still use older versions of C# due to legacy codebases, corporate constraints, and familiarity with older language features. Upgrading can seem daunting, but modern versions of C# offe
Intoduction of Interceptors in .NET 8 and C# 12: How to use it?
4/18/2024 9:15:23 AM.
Interceptors are an experimental feature, available in preview mode with C# 12. An interceptor is a method that allows you to substitute a call to an interceptable method, with a call to itself at com
Generate Dynamic Models in C# .NET 8 MVC from Database
4/16/2024 10:20:45 AM.
Creating a C# .NET 8 MVC Application To Generate Dynamic Models From A Database Table. This article demonstrates how to dynamically generate models in C# .NET MVC based on database table schemas, stre
The Experimental Attribute in .NET 8 and C# 12
4/3/2024 4:56:32 AM.
In this article, we will discuss Experimental Attributes in .NET 8 and C# 12. The ExperimentalAttribute in C# .NET 8 marks APIs as experimental, signaling potential changes. It's crucial for libra
Explain about Spread Operator in C# 12
3/20/2024 6:11:27 AM.
The spread operator, a recent addition to C# in version 12, streamlines working with collections like arrays and dictionaries. It simplifies tasks such as cloning and merging, enhancing code readabili
What Are Primary Constructors in C# 12?
1/31/2024 5:15:34 AM.
C# 12 has a number of new features, one of which is Primary Constructors, which offer a simplified and more concise method of constructing objects in C#.
Learn How to Use C# 12 in .NET Framework 4.7.2/4.8 Solutions
1/16/2024 9:01:09 AM.
Unlock the capabilities of C# 12 in .NET Framework 4.7.2 to 4.8.1 with Visual Studio 2022. Learn the upgrade process, and explore features like literals, nullable types, records, and array expressions
Default Lambda Parameters in C# 12
1/5/2024 11:16:42 AM.
C# 12 introduces a game-changer: default lambda parameters. This article delves into this powerful feature, showcasing its functionalities, advantages, and practical applications through detailed exam
Ref Readonly Parameters in C# 12
1/3/2024 12:25:29 PM.
C# 12 unveils a hidden gem: ref readonly parameters. This article delves beyond the surface, offering a deep dive into their benefits, usage patterns, and how they differ from familiar options like re
What is Collection Expressions in C# 12?
1/3/2024 7:20:15 AM.
Forget the days of writing mountains of code just to create simple lists or arrays. C# 12 unleashes collection expressions, your new superpower for crafting collections with ease and elegance. This fr
What is Primary Constructors in C# 12?
1/3/2024 7:01:30 AM.
Ditch the boilerplate and embrace elegant object creation with C# 12's primary constructors. This feature takes the hassle out of initialization, simplifies member assignment, and clarifies your c
Essential Features of C# 12 You Need to Know
12/28/2023 5:10:38 AM.
Unlock C#'s hidden potential with features that make coding a breeze. Streamlined constructors, effortless collections, and enhanced lambdas await!
Collection Expressions in C# 12
12/12/2023 4:33:07 AM.
C# 12.0 introduces collection expressions, streamlining collection initialization syntax. This evolution enhances code conciseness, readability, and performance, simplifying developers' interactio
Primary Constructors in C# 12.0
12/8/2023 5:42:20 AM.
C# 12.0 introduces primary constructors, streamlining object initialization with concise syntax. Learn the features, advantages, and best practices for enhanced code readability and maintainability in
Empowering Developers with .NET 8
11/20/2023 5:34:28 AM.
Step into the realm of .NET 8, the latest iteration of Microsoft's open-source platform that empowers developers to craft cutting-edge applications. With its focus on enhanced performance, cloud-n
VS 2022 Reveals System.Runtime.CompilerServices.Unsafe Vulnerability
11/15/2023 7:23:46 AM.
The recent version of Visual Studio 2022 revealed a vulnerability in ASP.NET WebForms.while updating Windows on Patch Tuesday and releasing the latest version of Visual Studio 17.8 and .NET 8 LTS, I u
What is new in C# 12?
8/9/2023 4:49:17 AM.
Let’s explore the new features in C# 12 with .NET 8 and how we can use it.
Simplify Your Code with C# 12 Extension Methods
4/26/2023 4:46:27 AM.
C# 12's New Extension Method Features: Simplifying Your Code and Making It More Modular
How to Use C# 12's Source Generators to Improve Performance and Efficiency
4/18/2023 7:15:57 AM.
How to Use C# 12's Source Generators to Improve Performance and Efficiency
Implementing C# 12's Top-level Statements for Faster, More Lightweight Code
4/18/2023 5:45:20 AM.
Implementing C# 12's Top-level Statements for Faster, More Lightweight Code
C# 12's Improved Nullability- What It Means for Your Code and How to Use It
4/18/2023 5:39:09 AM.
C# 12's Improved Nullability: What It Means for Your Code and How to Use It
C# 12's Switch Expressions: A More Powerful Alternative to Traditional Switch Statements
4/17/2023 9:52:03 AM.
C# 12's Switch Expressions: A More Powerful Alternative to Traditional Switch Statements
C# 12 Preview Features: Improving Productivity and Performance
4/17/2023 6:37:02 AM.
C# 12 Preview Features: Improving Productivity and Performance