About 754,000 results
Open links in new tab
  1. C# 13 New Features with Examples - Dot Net Tutorials

    C# 13 New Features with Examples. In this article, I will give an overview of C# 13 New Features with Examples. C# 13 was introduced alongside .NET 9. It focuses on performance, developer productivity, code clarity, and greater extensibility, especially for APIs, libraries, and high-performance systems.

  2. .NET Middleware with Practical Applications and Full Code Samples

    Mar 17, 2025 · It allows developers to run code during both the request and response lifecycle. In this article, we will explore what middleware is, and how it works, and provide real-world practical use cases with complete code examples. What is Middleware in .NET? Middleware in .NET is a software component that processes HTTP requests and responses.

  3. 4 real-life examples of using reflection in C# - blog.elmah.io

    Apr 29, 2025 · The example creates a column per property automatically. Scenario 3: Mapping models with a custom mapper. Code often needs to map properties from one type to another. Almost like an Automapper-like feature, we can implement this using reflection:

  4. Build a Model Context Protocol (MCP) server in C# - .NET Blog

    Apr 7, 2025 · For example I may ask it for a list of monkeys and display it as table. Or we could ask for information on a specific monkey and to generate a Mermaid diagram for the data type: Better yet, if I was building a .NET MAUI app, I could have it generate the XAML and the code needed for the data I was exploring: Publish your MCP server

  5. C# and .NET Interview… by Yohan Rodriguez [PDF/iPad/Kindle]

    Apr 2, 2025 · Master the core concepts. Answer with confidence. The C# and .NET Interview Compendium is a 700+ page, question-driven guide to help you crush technical interviews with concise definitions, real-world code, and zero fluff.. This book doesn’t just throw answers at you—it helps you recognize patterns, deeply understand fundamentals, and confidently tackle any variation of the question that ...

  6. Why we built our startup in C# - .NET Blog - devblogs.microsoft.com

    16 hours ago · It’s clearly a priority for the .NET team and each release brings meaningful performance improvements. We process a lot of data on behalf of our customers and I’ve been very impressed by the throughput we’ve been able to achieve with simple and idiomatic C# – while still offering many options to optimize hot code paths if necessary.

  7. Microsoft.Extensions.AI: Integrating AI into your .NET applications

    May 1, 2025 · 🚀 Step 2: Create a .NET Console application. You can either decide to work with VS Code or Visual Studio. If you're using VS Code, open the terminal and the command below to create a .NET console application. Give your application a name, for example "TextGenerationApp". dotnet new console -o [application name]

  8. Join the .NET & C# Teams at Microsoft Build 2025 - .NET Blog

    Apr 15, 2025 · We’ll show you how GitHub Copilot and Visual Studio’s AI features can speed up your coding, and how .NET Aspire fits into your development workflow. You’ll see real examples of how these tools work together to help you build better native and hybrid apps with less effort. 🌐 The future of web development with ASP.NET Core & Blazor

  9. C#.NET Programs and Algorithms - Dot Net Tutorials

    In this C#.NET Program article series, you will learn some of the frequently asked C#.NET programming questions in technical interviews. Note: Here, we will discuss each program in many different ways.

  10. C# Basic Programs: 500+ Most Popular C# Examples

    What is character array in C#, explain with an example? How to convert a string into character array in C#.Net? How to copy specified number of characters from a string into character array in C#? How to check whether string contains substring or not in C#? Recursion C# Programs. C# program to calculate the sum of all digits of a number using ...

  11. Some results have been removed
Refresh