βοΈ Delegates are an amazing feature of C# π₯ Actions are also delegates, meaning we can chain them like other delegates! @dotnet #csharp #khalidtip
Week 17, 2022
Monday, 25 April 2022 - Sunday, 1 May 2022
Porting some of my Xamarin.Forms libraries to .NET MAUI github.com/jsuarezruiz/Ma⦠#dotnet
Playing around with a MessagePipe primitive built on top of pipelines. It's basically channel that is aware of buffers so it lets you write into pooled memory, and flush message frames with metadata. gist.github.com/davidfowl/77ad⦠#dotnet
An implementation of MessagePipe. Something like a channel but with buffer management so you can peek and advance the message that was read.
#fsharp requires you specify the order in which source files are read. I initially thought, at best, this was an oddity. Now I'm realizing that it serves as powerful documentation when faced with new codebases... "to understand this codebase, read the files in this order".
F# Weekly #18, 2022 β F# eXchange 2022 & VS4Mac 2022 RC
Powershell for Hackers, Part 1: Getting Started with Powershell #powershell #infosec #cybersecurity #cyberwarrior hackers-arise.com/post/2017/04/2β¦
Microsoft's #ASPNET Core dev team has big plans for Blazor Hybrid (desktop) in .NET 7. This @VSMdev article discusses what's coming for π₯ Blazor π₯ Hybrid in #dotNET7. π π msft.it/6017wA7gW
Visual Studio 2022 addresses C++ compiler crash, iPhone simulator error
Use the Query String to pass an array of selected values between Blazor Pages
C# 11 Preview Updates - Raw string literals, UTF-8 and more!
Features for #CSharp 11 are coming along nicely! In the latest #dotNET Blog post, goodies include: π Raw string literals πͺ UTF-8 String Literals βοΈ Checked user-defined operators π Auto-default structs ...and more. Read on: msft.it/6012wAOR2
CoreWCF 1.0.0 released corewcf.github.io/blog/2022/04/2β¦ #dotnet
The CoreWCF Project team has just released the 1.0 version of #CoreWCF, a port of WCF to the #dotNETCore platform and can boast compatible implementation of SOAP, NetTCP, and WSDL. ... but wait! There's more. See what else is included in this new release: msft.it/6010bBHXa
CoreWCF 1.0 has been Released, WCF for .NET Core and .NET 5+
Inspecting a large and complex collection of objects while debugging #dotNET code can be difficult. Visual Studio 17.2. Preview 2 introduces a new Visualizer to help you view IEnumerable objects in a customized tabular view. Learn more: msft.it/6011wAOPv
𧡠2 years of hard work by many contributors and its finally here: Plotly.NET got its stable 2.0 release! if you want to read a bit about the new features, check out the release on github: github.com/plotly/Plotly.⦠#fsharp #dotnet #dataviz #datascience
.NET Rocks! #1791 Pivoting your Startup with Phil Haack
[#Tooling βοΈ] A template for generating a C# self injector for unmanaged binaries. Based on @ShitSecure blog post on executing NanoDump from memory and @bohops Dynamic P/Invoke technique. RemotePotato0 from memory β¬οΈ gist.github.com/snovvcrash/30bβ¦ #pentest #shellcode #csharp #dinvoke
I've been heads down lately, writing a "shopping cart" app that demonstrates @msftorleans. It deploys to Azure App Service using #bicep provisioning, and GitHub Actions as the deployment vehicle. #dotnet #blazor #azure Official docs tutorial coming soon: github.com/Azure-Samples/β¦
Checking for null without checking for null in C#
Playing with route grouping in .NET 7 and minimal APIs #dotnet #aspnetcore
Did you know that #VisualStudio 2022 for Mac now runs on #dotNET6? This release focuses on moving the IDE to natively support Apple's M1 processor - and to do this, the IDE had to move to the .NET 6 framework. Read more from @VSMdev here: msft.it/6017wAzDd
Powershell for Hackers, Part 1: Getting Started with Powershell #powershell #infosec #cybersecurity #cyberwarrior hackers-arise.com/post/2017/04/2β¦
Senior Product Manager β Visual Studio Developer Advocate in Austin, Texas, United States | Product Management at Microsoft
Do you love @VisualStudio & love showing devs how to be more productive using the world's best dev tools? My team is growing and hiring a Visual Studio developer advocate!!! Oh and we are remote friendly! #devrel #dotnet #Visualstudio Check it out: careers.microsoft.com/us/en/job/1326β¦
Tips & Tricks: Delaying AWS Service configuration when using .NET Dependency Injection | Amazon Web Services
How do you handle custom #AWS service configuration when using #dotnet dependency injection? In this blog post, SDE @TheCloudPhil shows how to delay AWS service configuration when using .NET DI to support custom configuration. go.aws/3OFCJB3 #dotNETonAWS
.NET MAUI dev coders are closing in on 'Feature Complete.' @VSMdev has a good article about the new #VS2022 17.1 GA release which includes the 13th preview of #dotNETMAUI; the next evolution of #XamarinForms for creating desktop apps. Read it here: msft.it/6014wAz68
Add observability to your applications & underlying #AWS resources w/Amazon CloudWatch Application Insights. In this blog post, Solutions Architect Saleha Haider shows how to monitor a #dotnet and SQL Server app with Application Insights. aws.amazon.com/blogs/moderniz⦠#dotNETonAWS
today we've shipped #dotnetmaui RC2! devblogs.microsoft.com/dotnet/dotnet-β¦ Highlights: * Tizen platform added - Congrats @rookiejava & team! * Dozens of issues fixed
.NET MAUI Release Candidate 2 β With 100% More Tizen
Visual Studio 2022 for Mac Release Candidate
Can your .NET code keep a secret? In this video, Engineering Manager @nickchapsas explains how to store secrets correctly in .NET applications using AWS Secrets Manager. youtube.com/watch?v=BGW4Fn⦠#dotnet #AWS #dotNETonAWS
Why isn't my ASP.NET Core app in Docker working?
15% Discount on #Visualstudio 2022. Valid only 7 Days tinyurl.com/2h84xm4c
The next preview of .NET 7 is going to be π₯π₯π₯π₯π₯π₯π₯. Amazing how much we got done this preview. #dotnet #aspnetcore
On .NET Live - Why I moved git from the command line to Visual Studio
Create .NET Objects without Calling The Constructor
.NET Framework April 2022 Cumulative Update Preview
In Part 3 of their blog series, Solutions Architects Jagadeesh Chitikesi and Cristobal Espinosa use a .NET Quick Start and AWS CodePipeline to build a complete CI/CD pipeline for a serverless .NET application. go.aws/36Q9eeQ #dotnet #AWS #dotNETonAWS
On .NET Live - Wrapping browser APIs in Blazor WASM
How to use the Strategy Pattern in C#
Intro to SignalR in C# Part 1 - using Blazor, WPF, best practices, and more
I've decided to donate half of my proceeds from the sales of these two books towards helping #ukraine. The books are available via the following links: leanpub.com/u/fsazanavets amazon.com/Fiodar-Sazanav⦠#dotnet #csharp #signalr #designpatterns
Minimal APIs just got all I wanted in .NET 7
Want to give a huge shoutout to @rickbrewPDN for his top sponsorship on GitHub for my ComputeSharp project, thank you so much! π With ComputeSharp.D2D1 all Paint.NET plugin authors will be able to write GPU-powered effects with ease, all from C#! π #csharp #dotnet
Live monitoring, downloading, and decrypting of Win32 applications from @MSIntune all written in #PowerShell Not possible without the work of @okieselb. Will talk more about this at @mmsmoa and will be released publically on the gallery soon!