big week ahead for #dotnetmaui. Reflecting on what I've just written, it's fantastic how many examples and resources I've been able to reference from the .NET community. Yay #opensource. Not much for me to do now but enjoy the @dotnet wave. 🌊 #newBeginning #MSBuild
Week 20, 2022
Monday, 16 May 2022 - Sunday, 22 May 2022
Working in a prettier way to use #MinimalApi with #fsharp #DotNet #http #api
Get connected with the #dotnet on #AWS developer community. On the .NET on AWS community page, you'll find social media links, YouTube channels, developer blogs, open source projects, and places to get help. All that's missing is you! go.aws/3wFGq1d #dotNETonAWS
Let's hang out | Answering your questions | C# & .NET
F# Weekly #21, 2022 – Microsoft Build, Fun.Blazor 2.0, Feliz.Solid
.NET MAUI GA is coming so I want to share another library. MauiPane with several additional Layouts: CircularLayout, DockLayout, WrapLayout and UniformGrid. github.com/jsuarezruiz/Ma… #dotnet
"Bringing WebAssembly to the .NET Mainstream" by @stevensanderson youtube.com/watch?v=PIeYw7… #dotnet #wasm #wasi
Displaying Custom Reports in Blazor using Syncfusion
We've been gradually moving our C++/WinRT code to C#, and we decided to write a blog post to share the things we learnt along the way. Here's a deep dive in how the Microsoft Store uses Windows Package Manager to install unpackaged apps! 🚀 #dotnet #csharp devblogs.microsoft.com/ifdef-windows/…
The journey of moving from C++/WinRT to C# in the Microsoft Store
For years I heard every #fsharp developer say that learning F# would make you a better C# developer. It's 100% true. More generally, learning to think functionally will make you a better OO developer. Going through that shift is the best thing I've done in 40 years of coding.
Layla Porter and Women of .NET
The revamped #WinUI 2 and 3 gallery apps are live in the Store, and they look awesome! Whether you're on UWP or using WinAppSDK, highly recommend checking them out to get familiar with all the controls available. Such a good starting point for new devs! 👏 microsoft.com/store/productI…
Basic Analysis of a PowerShell Payload poncho.bearblog.dev/pwsh-payload/ Simple blog on decoding a PwSh Payload 😎 #infosec #PowerShell #cobaltstrike
This #Bumblebee was more fun. Email -> 1drv link -> OneDrive hosted ISO. The DLL is compressed and pass-protected inside of the ISO, instead of the iso being pass-protected. Uses #PowerShell to pass the pass (: bazaar.abuse.ch/sample/5fa56c3…
Weighted k-NN Classification Using C#
50 shades of .NET on AWS
Which AWS hosting option is best for your .NET application? In this blog post, Developer Advocate @fbouteruche explores this question, and shares key questions to ask and decision trees. go.aws/3PwdiCd #dotnet #AWS #dotNETonAWS
Wrote a sample last night showing Blazor Server and SignalR client results for command and control scenarios github.com/davidfowl/Comm…. The combination of these 2 technologies is 😍 #dotnet #aspnetcore #signalr
1/n To #PowerShell Gallery I've published several modules: - SCCMStuff (powershellgallery.com/packages/SCCMS…) - AzureADStuff (powershellgallery.com/packages/Azure…) - IntuneStuff (powershellgallery.com/packages/Intun…) Modules contain various exciting functions that I've talked about at doitpsway.com 👍
.NET Rocks! #1794 Using Web Components with Jemima Abu
The .NET dependency injection methods you are not using
Amazon CloudWatch Application Insights helps monitor your applications on #AWS with a holistic view of application health. In this blog post, Solution Architects Jagadeesh Chitikesi and @runeetv troubleshoot an ASP .NET & SQL Server app. go.aws/3sJFacj #dotnet
I used to think that inlay hints are verbose and they make code aligning pretty hard for languages like #fsharp. But they are pretty useful when you can see them on demand, and it is possible with the new release of vscode! code.visualstudio.com/updates/v1_67#… #ionide #vscode
🤖 I’m a #dotnet developer and I’m not ashamed to admit it!
👀 Want to know what's next on Unity’s interaction with the @dotnet ecosystem? Learn how we're going to standardize, modernize, and innovate your development experience: on.unity.com/3t40Xfh Can’t wait to have your feedback guide us on this journey! #dotNET
Unity and .NET, what’s next? | Unity Blog
Copy To Clipboard in Blazor WebAssembly
📽️ Are you using Visual Studio 2022? The latest release (17.2) added a handy IEnumerable Visualiser which makes exploring the items easier. #dotnet #coding #visualstudio @VS_Debugger @VisualStudio
#Microsoft warns of a new malicious campaign targeting SQL Servers that involves use of a built-in #PowerShell utility (sqlps.exe) to achieve fileless persistence on compromised systems. Read: thehackernews.com/2022/05/hacker… #infosec #cybersecurity
Build mobile and desktop apps with .NET MAUI - Learn
WHOA! What is that?!?! An entire .NET MAUI learning path on @MicrosoftLearn!!!! Start learning #dotnetmaui now for free! docs.microsoft.com/learn/paths/bu…
#AWS Graviton processors deliver the best price performance for cloud workloads running in Amazon EC2. In this Hello, Cloud blog post, @davidpallmann shows how to deploy a #dotnet 6 AWS Lambda function to run on ARM64 Graviton2 processors. #dotNETonAWS go.aws/3FS5Ddb
Migrating MR.Gestures from Xamarin.Forms to .NET MAUI
🧪 Deconstruction in C# allows us to return multiple values from types. 👨🔬 Using extension methods, we can deconstruct ANY type into ANY of its parts. 🧟 Let's hope we don't create any monsters @dotnet #csharp #developer #dev #khalidtip
What’s new with ML.NET Automated ML (AutoML) and tooling
[Last Week in .NET #89] - CVE Inflation
Wouldn’t it be great if we could build services once in #ASPNETCore and get both gRPC and REST? Now you can! Introducing gRPC JSON transcoding for #dotNET. Here are all the info and steps you need to get you started: msft.it/6013bJ2bz
How to open and read XML files in C# .NET 6
Hey, look what just arrived! #winui #windowsappsdk #Windows11
true? #dotnet
#AWS Secrets Manager is a centralized store for managing application secrets. In this video, AWS Community Builder @rahulpnath shows how to integrate AWS Secrets Manager throughout the lifetime of a #dotnet app and different environments. youtube.com/watch?v=bBMSL4… #dotNETonAWS
Deploy ASP.NET Core websites to Azure App Service with Azure Pipelines
Welcome to the new WinUI Gallery! github.com/microsoft/WinU… @WindowsUI #WinUI
#AWS Secrets Manager helps you protect secrets needed to access your applications, services, & resources. In this blog post, Developer Advocate @bryanjhogan shows the simplest way to access AWS Secrets Manager from #dotnet Lambda functions. go.aws/3MhJpDK #dotNETonAWS
Accessing AWS Secrets Manager from .NET Lambda Functions, Part 1 - The Simple Way | no dogma blog
Implementing API Gateway with Ocelot in ASP.NET Core
🇬🇧 A tokenized #NTP1 #NFT application/game, the MS classic minesweeper, showcased functioning inside the #Microsoft #DotNet environment, which runs on the #VENFT platform. The #NFTapp is then shown being traded between wallets over the #Neblio network! 👇 youtu.be/qShdKqKpabs