Well that was super fun - Wolfenstein in #fsharp and @fabelcompiler coming on nicely. Graphics now loading from the WLx file, maps loading and decompressing, and all rendering ok. You might now recognise the first level.
Week 16, 2022
Monday, 18 April 2022 - Sunday, 24 April 2022
365Inspect - A PowerShell Script That Automates The Security Assessment Of Microsoft Office 365 Environments dlvr.it/SP7H3q #365Inspect #PowerShell #PowerShellScript #Scanning
C# Code Rules
How to get the full public URL of ASP.NET Core
C++ for C# developers jacksondunstan.com/articles/5530 #dotnet #csharp
JacksonDunstan.com | C++ For C# Developers: Part 1 – Introduction
F# Weekly #17, 2022 – new Bolero, FSharp.CosmosDb and C# 11 Preview
Deploying ASP.NET Core applications to Kubernetes
The blog from @andrewlocknet is simply amazing, I recently got so much out of his Source Gen series and I was now looking for #dotnet and #Kubernetes posts and bam: Andrew got me covered again! andrewlock.net/series/deployi…
Bolero 0.20 released! Featuring the all-new syntax for writing HTML in F# fsbolero.io/blog/20220419-… #fsbolero #fsharp #blazor
I'm exploring ideas for making working with JWT authentication in #aspnetcore during development much easier in .NET 7 over here: github.com/DamianEdwards/… We plan to start work on this in .NET 7 preview.5 so if you're interested take a look & give feedback now!
On .NET Live - Why I moved git from the command line to Visual Studio
We published @ubuntu 22.04 @dotnet container images this morning. Congrats @Canonical on the new release. github.com/dotnet/dotnet-…
View .NET collections with the new IEnumerable Debugger Visualizer
.NET Rocks! #1790 Comparing Infrastructure-as-Code with Chris Klug
Learn to host #dotnet applications on Amazon Elastic Kubernetes service with @Slalom Data Engineering Principal @robcube at .NET Enterprise Developer Day on April 26th. Register for this free virtual conference at the link below. go.aws/3uVyEiW #AWS #dotNETonAWS
The C# 11 fix you didn’t know you needed
The !! operator won't be in C# 11, but if you're looking for a compact way to validate arguments (not just against null values!), try out the Guard class from CommunityToolkit.Diagnostics! Lots of APIs to make argument validation simple 🙌 #csharp #dotnet docs.microsoft.com/dotnet/api/mic…
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
Powershell for Hackers, Part 1: Getting Started with Powershell #powershell #infosec #cybersecurity #cyberwarrior hackers-arise.com/post/2017/04/2… #cyberwarrior #networkbasics
Learn about AWS Application Migration Service in Solutions Architect Ashwini Rudra's Notes From the Field session at .NET Enterprise Developer Day on April 26th. Register for this free conference at the link below. go.aws/3uVyEiW #dotnet #AWS #dotNETonAWS
BOOM! A Clean Architecture example in C# #dotnet in less than 30 lines. 😎 Clean Architecture it's not about projects, my friends.
Learn how to simplify cloud deployment for your .NET applications, in Tech Leader @hoppersoft's session at .NET Enterprise Developer Day on April 26th. Register for this free one-day virtual conference at the link below. go.aws/3uVyEiW #dotnet #AWS #dotNETonAWS
Introducing a New Way to Search Your Code and Visual Studio Features
Microsoft removed the new C# 11 bang-bang operator #Shorts
JSON Deserialization to a POCO Class in C#
If you're wondering what the "Native AOT" stuff in #dotnet 7 is about: AOT stands for Ahead Of Time, and it means that instead of producing IL bytecode to be JITted at runtime, the compiler produces native machine code. This mainly improves startup time... 1/3
A colleague from #fsharp team is showing one of our projects to the whole company and saying: "Thanks to F# we had about only 2 bugs so far and there is really nothing to maintain." 🤷 It's such a great feeling to see him happy and proud about his work on the F# project.
Implement Azure AD Continuous Access Evaluation in an ASP.NET Core Razor Page app using a Web API
Learn to split ASP .NET MVC monoliths into microservices, with Solutions Architect @runeetv at .NET Enterprise Developer Day on April 26th. Register for this free one-day virtual conference at the link below. go.aws/3uVyEiW #dotnet #AWS #dotNETonAWS
With .NET 6 and the latest #VS2022 preview, devs can create a hybrid Blazor/#dotNETMAUI app that can work with local machines in ways that ordinary Blazor (web) apps can't. Learn more from @VSMdev: msft.it/6012wLU14
Using dotnet format Command to Format the C#/.NET Code
Internals of C# nullable reference types - Migrating to nullable reference types - Part 2
Don’t mind me. I’m just using @JetBrainsRider on a #docker #container over #SSH using JetBrains Gateway. The experience is the Rider you know, which is pretty amazing. This opens up a new world for #dotnet developers everywhere.
Rider 2022.1 is here! What's new? 🎮 With full @UnrealEngine support, Rider has become a full-fledged IDE for #gamedev 🔥 There is a Beta version of the remote development workflow Also Docker Fast mode, updates to the main toolbar, and more: jetbrains.com/rider/whatsnew… #dotnet
Hey #infosec people, I published my 7th article in Red Teaming(AD Forest Trust Abuse). I hope everyone enjoyed my previous articles published. Will be publishing more soon! Any suggestions are welcomed😄#redteam #activedirectory #PowerShell #hacking 0xstarlight.github.io/posts/Active-D…
Active Directory - Forest Trust Abuse
Running JavaScript inside a .NET app with JavaScriptEngineSwitcher
ADO.NET provider 9.0.0.0 for Firebird is ready (with Entity Framework Core 6.0 support)
If you are looking university kinda course for #dotnet C# or #aspnetcore. Please take a look at this playlist. It's quite great! youtube.com/playlist?list=…
ASP.NET Core Interview Questions and Answers
How to generate absolute URLs in ASP.NET Core
C# is not the same anymore The new list pattern feature in C# 11 devblogs.microsoft.com/dotnet/early-p… #dotnet #csharp
C# 11 Preview Updates – Raw string literals, UTF-8 and more!
Learn how Porting Assistant for .NET can help you port .NET Framework applications to .NET 6, w/Solutions Architect Prasad Rao's at .NET Enterprise Developer Day on April 26. Register for this free conference at the link below. go.aws/3uVyEiW #dotnet #AWS #dotNETonAWS
Learn to build .NET projects with Scaled GitLab Runners on AWS, in @gitlab Solutions Architect @DarwinTheorizes's session at .NET Enterprise Developer Day on April 26th. Register for this free conference at the link below. go.aws/3uVyEiW #dotnet #AWS #dotNETonAWS
Launched v1.5.0 of Terminal.Gui yesterday. Build cross platform GUI apps that run in the terminal. Release adds loc support, flexible key binding, context menus, undo/redo, and more... github.com/migueldeicaza/… @migueldeicaza @BDisp #gui.cs #dotnet #console