Start Debugging

Blog

Page 14 of 20

2023-06-11 csharpdotnet
How to start programming with C#
A beginner's guide to getting started with C# programming, from setting up Visual Studio to writing your first program and finding learning resources.
2023-06-11 aspnetentity-framework
How to fix: Command dotnet ef not found
Fix the 'command dotnet-ef not found' error by installing the Entity Framework Core CLI tool globally or locally.
2023-06-10 csharp
How to switch to C# 12
Fix C# 12 language version errors by updating your target framework to .NET 8 or setting LangVersion in your .csproj file.
2023-06-10 csharp
What’s new in C# 12
An overview of new features in C# 12, including primary constructors, default lambda parameters, collection expressions, inline arrays, and more.
2023-06-10 dotnetdotnet-8
What’s new in .NET 8
.NET 8 was released on November 14, 2023 as an LTS (Long Term Support) version, meaning it will continue to receive support, updates, and bug fixes for at least three years from its release date. As usual, .NET 8 brings support for a new version of the C# language, namely C# 12. Check out our dedicated page…
2023-05-09 csharp
C# 12 – Default values for parameters in lambda expressions
C# 12 lets you specify default parameter values and params arrays in lambda expressions, just like in methods and local functions.
2023-03-21 csharp
C# 11 – Generic attributes
Learn how to define and use generic attributes in C# 11, including restrictions on type arguments and common error messages.
2023-03-18 csharp
C# 11 – file access modifier & file-scoped types
Learn how the C# 11 file access modifier restricts a type's scope to the file in which it is declared, helping avoid name collisions with source generators.
2023-03-17 csharp
C# 11 – Interpolated raw string literal
Learn how to use interpolated raw string literals in C# 11, including escaping braces, multiple $ characters, and conditional operators.
2023-03-15 csharp
C# 11 – Raw string literals
Learn how to use C# 11 raw string literals to include whitespace, new lines, and embedded quotes without escape sequences.
Prev Next