About 11,200 results
Open links in new tab
  1. .NET samples and tutorials - .NET | Microsoft Learn

    Sep 8, 2023 · Information on samples and tutorials for .NET Core, ASP.NET Core, and the C# language that help you learn about .NET.

  2. virtual keyword - C# reference | Microsoft Learn

    Oct 8, 2024 · The virtual keyword is used to modify a method, property, indexer, or event declaration and allow for it to be overridden in a derived class. For example, this method can be overridden by …

  3. Built-in reference types - C# reference | Microsoft Learn

    Nov 18, 2025 · The following example contrasts a variable of type dynamic to a variable of type object. To verify the type of each variable at compile time, place the mouse pointer over dyn or obj in the …

  4. Tutorial: Create a controller-based web API with ASP.NET Core

    The previous section showed an example of the /api/todoitems/{id} route. Follow the POST instructions to add another todo item, and then test the /api/todoitems route using Swagger.

  5. net user | Microsoft Learn

    Reference article for the net user command, which adds, deletes, modifies, and displays user account information.

  6. Asynchronous programming - C# | Microsoft Learn

    Jul 16, 2025 · This article uses an example with instructions for making breakfast to show how the async and await keywords make it easier to reason about code that includes a series of asynchronous …

  7. Create a stored procedure - SQL Server | Microsoft Learn

    The example stored procedure in this article uses the sample AdventureWorksLT2022 (SQL Server) or AdventureWorksLT (Azure SQL Database) database. For instructions on how to get and use the …

  8. Join Operations - C# | Microsoft Learn

    Dec 16, 2025 · The following example is similar to the previous example except that instead of creating anonymous types, the result selector function creates XML elements that represent the joined objects.

  9. What Are Power BI Samples - Power BI | Microsoft Learn

    Jan 2, 2026 · Explore built-in samples, .pbix files, Excel datasets, and SQL databases in Power BI to learn its functionality and get started quickly.

  10. WITH common_table_expression (Transact-SQL) - SQL Server

    Nov 18, 2025 · The following example uses multiple anchor and recursive members to return all the ancestors of a specified person. A table is created and values inserted to establish the family …