If we could get more of enterprises that use .NET to contribute to open source projects they use, and fill some of the gaps in docs, samples and templates, it would be a real game changer. #dotnet
Week 27, 2022
Monday, 4 July 2022 - Sunday, 10 July 2022
CQRS, Clean Architecture and MediatR play really nicely together. Yet @jbogard’s package has become very polarizing in the #dotnet community, and the design pattern has many misconceptions. What are your thoughts? Full video 👉🏼youtu.be/MwMVvLBSJa8
📦 Caching can help improve the performance of applications 🥳 @dotnet has MemoryCache, which provides ways to expire cache items based on time. #dotnet #csharp #khalidtip
I've written a fast-paced, practical ebook to quickly get C# devs up to speed with F# to solve everyday business problems. You have nothing to lose by reading it because you can download it for free. #dotnet #csharp leanpub.com/essential-fsha…
F# Weekly #28, 2022 – Essential and Succinct F#!
Interested in learning F#? I've written a fast-paced, practical ebook (197 pages) that may help you get up-to-speed quickly. Download it for free. #fsharp leanpub.com/essential-fsha…
The new streamlined #AWS deployment experience for #dotnet focuses on the type of application you want to deploy instead of individual AWS services, by providing intelligent compute recommendations. Learn how in this blog post by @ikors2 & @socketnorm. aws.amazon.com/blogs/develope…
AWS announces a streamlined deployment experience for .NET applications | Amazon Web Services
How to Setup OpenTelemetry Logging in .NET
ASP.NET Core Web API Features You Need to Know In 10 Minutes or Less
The Visual Studio Code Server
Since we’re on the auth topic, there’s a repository maintained by @martin_costello and @kevin_chalet for interacting with pretty much every oauth provider on the planet github.com/aspnet-contrib… #dotnet #aspnetcore
Learning .NET MAUI – Part 9
.NET MAUI Community Toolkit Monthly Standup (July 2022)
Back to Basics: Custom HTTP Response Header Manipulation in ASP.NET Core
.NET Rocks! #1801 WASM Everywhere with Steve Sanderson
HttpClient vs RestSharp - Which One to Use in .NET
How can you modernize your #dotnet applications that use Windows Communication Foundation (WCF)? In this blog post, architects Minh Tuan Huynh & Haofei Feng explore migration & modernization of WCF workloads onto #AWS container services. go.aws/3bPv0Bj #dotNETonAWS
100,000 developers in just 1 month have taken my 4-hour free .NET MAUI workshop! Start building apps today for iOS, Android, macOS, and Windows! #dotnetmaui #dotnet #ios #android #macos #winui3 youtube.com/watch?v=DuNLR_…
#AWS announces a streamlined deployment experience for #dotnet applications in .NET CLI & Visual Studio. With sensible defaults for deployment settings, you can get your .NET application up and running in just 1 click, or a few easy steps. aws.amazon.com/about-aws/what… #dotNETonAWS
Learning .NET MAUI – Part 8
Compilers are crazy complex, and this sometimes leads to dumb or funny behavior (or both). Here's a funny example of performance degradation in C# .NET #dotnet
Exploring what it might look like to implement #aspnetcore Identity (APIs & UI) in #blazor as part of larger look at @aspnet AuthN/AuthZ/Identity. github.com/DamianEdwards/…
GitHub - DamianEdwards/BlazorIdentity: An exploration of recreating the ASP.NET Core Identity UI functionality in Blazor components.
Lightweight Mathematical Permutations Using C#
Dependency injection (DI) is fundamental for #dotnet applications. In the third installment of his video series on .NET 6 and #AWS Serverless Application Model (SAM), cloud architect @plantpowerjames discusses DI in AWS Lambda functions. youtube.com/watch?v=zOUvpj… #dotNETonAWS
❓ Want to know how DbContext pooling works? ❓ Ever wonder how extensions plug into EF Core? ❓ Interested in how DbSet properties get initialized? Then check out this deep-dive into EF Core internals! #EntityFramework #EFCore #DotNet youtu.be/NPgFlqXPbK8
ASP .NET 6 REST API Following CLEAN ARCHITECTURE & DDD Tutorial | Part 1 - Project Setup by @amantinband youtube.com/watch?v=fhM0V2… #aspnetcore
Blogged: Returning XML from minimal APIs in .NET 6 #aspnetcore #dotnetcore #dotnet buff.ly/3yeYDDT
Ranges and Indices in C#
AWS .NET EDD EMEA 2022: Simplifying the Cloud Deployment Process for your .NET Applications
Learn how to simplify cloud deployment for your .NET applications, in this .NET Enterprise Developer Day EMEA session video from Tech Leader @hoppersoft. youtu.be/gCVSBwpVk1E #dotnet #AWS #dotNETonAWS
Great video by @nickchapsas! #dotnet Stop choosing the “wrong” .NET version youtu.be/55UdBNRuQ7k via @YouTube
Stop choosing the “wrong” .NET version
Working with Null in .NET 6 and C# 10
How to Use NuGet Packages in Source Generators
Want to tackle functional programming without using C# 🤷♂️ Try F# - Made in '05 with an eye for succinct expression, it might just be the secret weapon on your next project. #fsharp #dotnet #JavaScript
Returning XML from minimal APIs in .NET 6
Where do #csharp developers wash their hands? . . . . . . In async!
How to Implement JWT Authentication in Web API Using .Net 6.0, Asp.Net Core. Read the full article here>> c-sharpcorner.com/article/how-to… @CsharpCorner @aspnetcore_news #DotNet6 #DOTNETCore #JWTAuthentication #WebAPI #DOTNET
Stop choosing the “wrong” .NET version
Add Fido2 MFA to an OpenIddict identity provider using ASP.NET Core Identity
Implementing Simple Neural Network in C#
Ever wanted to run Java code in .NET? reddit.com/r/dotnet/comme… Say no more. #dotnet #java
“How to run ASP.NET Core Web Application as a service on Linux without reverse proxy, no NGINX or Apache” swimburger.net/blog/dotnet/ho… by @RealSwimburger #dotnet #aspnetcore