Showing tag results for C#

Nov 3, 2023
Post comments count42
Post likes count17

What’s new with identity in .NET 8

Jeremy Likness
Jeremy Likness

An introduction to identity in .NET 8 with code examples to secure APIs, generate a Blazor-based UI and integrate authentication into Blazor WebAssembly apps.

.NETASP.NET CoreC#
May 12, 2023
Post comments count0
Post likes count3

Join us for HackTogether: The Microsoft Teams Global Hack

Waldek Mastykarz
Waldek Mastykarz

Join us for HackTogether: The Microsoft Teams Global Hack, our virtual hackathon to learn how to build powerful apps for Microsoft Teams.

.NETASP.NET CoreC#
Mar 16, 2023
Post comments count81
Post likes count213

How Async/Await Really Works in C#

Stephen Toub - MSFT
Stephen Toub - MSFT

Async/await was added to the C# language over a decade ago and has transformed how we write scalable code for .NET. But how does it really work? In this post, we take a deep dive into its internals.

.NET.NET FundamentalsFeatured
Feb 28, 2023
Post comments count1
Post likes count1

Join us for Hack Together: Microsoft Graph and .NET

Waldek Mastykarz
Waldek Mastykarz

Join us for Hack Together, our virtual hackathon to learn how to build powerful apps with Microsoft Graph and .NET and win exciting prizes.

.NETASP.NET CoreC#
Feb 6, 2023
Post comments count39
Post likes count14

Update to the .NET language strategy

Kathleen Dollard
Kathleen Dollard

Interested in what is going on and the future of .NET languages, (C#, F#, and Visual Basic)? We have just published an updated version of the .NET Language Strategy on our documentation!

.NETC#.NET Framework
Apr 18, 2022
Post comments count45
Post likes count2

C# 11 Preview Updates – Raw string literals, UTF-8 and more!

Kathleen Dollard
Kathleen Dollard

C# 11 features are coming along nicely and the most recent release features all sorts of goodies including updates to string literals, pattern matching, checked user-defined operators, and an update on !!.

C#.NET