Announcing .NET MAUI Preview 12 Today we are shipping a Preview 12 of .NET Multi-platform App UI with many quality improvements and some new capabilities. As we near shipping our first stable release, the balance of work begins to shift towards quality improvements and stabilization, th...
If I’m a beginner at .NET, what resources are available to me? At the .NET Conference 2021, we asked Jayme Singleton how we can get started with .NET..Free Learn modules: http://msft.it/6017ZoA6RTutorials: http://msft.it...
Zef: Low-latency, Scalable, Private Payments We introduce Zef, the first Byzantine-Fault Tolerant (BFT) protocol to support payments in anonymous digital coins at arbitrary scale. Zef follows the communication and security model of FastPay: both protocols are asynchronous, low-latency, linearly-scal...
G Suite legacy free edition Prior to December 6, 2012, Google offered a free edition of G Suite—also known as the legacy free edition of Google Apps—that had a reduced set of business features. As of December 6, 2012, G
OpenTelemetry with Minimal APIs in .NET 6 Minimal APIs is new feature of .NET 6. We want to talk about integration of OpenTelemetry in Minimal APIs.https://aka.ms/dotNETConf2021-GetdotNET6 👨💻 Slid...
I automated my job over a year ago and haven't told anyone. I saw some similar posts to this so I thought I'd jump on the bandwagon. I work for a mid-size lawfirm that hired me as an IT specialist to...
Handling with Eventual Consistency with CQRS Eventual Consistency is the term most people refer to when they are reading from a different data source from where they perform a write. Usually leads to a ...
Bringing human-centric security to everyone | 1Password As our online lives become subject to new and evolving threats, we’re doubling down on protecting the digital privacy and peace of mind of everyday people – at home and at work.
Diagnosing .NET memory dumps in Visual Studio 2022 When unexpected errors occur in your managed application you are often left with little evidence of the issue; capturing and analyzing memory dumps may be yo...
The error code you get might not be the one you want A customer was following the instructions on how to create a register a background task from a Win32 desktop app, but they found that the sample code failed with an exception: bool taskRegistered = false; std::wstring sampleTaskName = L"SampleTask"; auto ...
SvelteKit and Supabase Tutorial with Authentication - Build a SvelteKit App Part 2 Learn how to build an app with two of the hottest technologies out there, SvelteKit and Supabase. Supabase is an all-in-one platform that includes a Postgres...
Bitwarden Open Source Password Manager Bitwarden is an integrated open source password management solution for individuals, teams, and business organizations
Direct conversion of CO2 to solid carbon by Ga-based liquid metals The direct conversion of CO2 to carbon is a highly providential route; however, conventional thermal and catalytic approaches are hindered by high energy demands and are limited by coking. Here, we report a robust and highly selective method for the direc...
Implementing a file pager in Zig: Write behind policies In the previous post I outlined some ideas about how to implement a more efficient write behind. The idea is that whenever we write pages to the Pager, we&rs...
The Catch Block #90 - The Return of the Smart Switches In this issue: the glorious return of the smart switches. Plus: time management; "full stack" developers; a year in review for MS devs; and DateTime as a value object.
ILogger, ILoggerFactory, and ILoggerProvider in .NET - Code Maze This article discusses the use of logging API in a .NET (Core) application and ILogger, ILoggerFactory, and ILoggerProvider interfaces.
GitHub - water111/jak-project Contribute to water111/jak-project development by creating an account on GitHub.
Honda Clocks Are Stuck 20 Years In The Past; There Isn't A Fix This might be why your Honda's clock is forever stuck on the wrong time.
Getting started with Azure Bicep As technology has evolved, so have the tools we can use to build (or rebuild!) standard, repeatable system configurations. I remember building my first Windows-based computer systems using an "answer file" to populate and bypass the "out of the box" confi...
Achieving Zero Trust readiness in your apps #2: Designing for Least Privilege Hello again! I’m Jeff Sakowicz, Principal Program Management Lead for Application Platform Security within the Microsoft Identity team. Our team’s goal is to foster a secure, trustworthy, and thriving app ecosystem. Part of achieving this goal is enabling...
Mastering mapped types in TypeScript - LogRocket Blog In this post, we’ll cover the foundational concepts that enable mapped types in TypeScript, then walk through a real-world example.
Why Use DateTimeOffset Using DateTime for entity properties and database fields is ubiquitous, but if you really care about the time portion of the value, it's often ambiguous. What time zone is the date in? Is it stored as UTC? From everywhere that touches it? How can you be s...
A C# Source Generator for Oracle UDTs Introduction Working with Oracle recently, I found myself wanting an equivalent of SQL Server’s Table-Valued Parameters - a way to pass structured records, or tables of such records, into stored procedures. The Oracle equivalent is the User-Defined Data T...
I wrote a modern monitoring application in C# Posted in r/csharp by u/CyberGaj • 589 points and 59 comments
Tomonari Sato: Why I joined Cloudflare and why I’m helping Cloudflare grow in Japan I’m excited to announce that I recently joined Cloudflare in Japan as Vice-President and Managing Director, to help build and expand our customer, partner base, and presence in Japan
C# Language Highlights: Properties Properties in C# is such a fundamental feature. We’ll learn all about them in this short video from James https://twitter.com/JamesMontemagno and Jayme http...
CyberChef The Cyber Swiss Army Knife - a web app for encryption, encoding, compression and data analysis
The Intel Split It appears that Intel’s partnership with TSMC is much larger than it first seemed; the implications for Intel as whole are massive.
Do Svidaniya, Igor, and Thank You for NGINX - NGINX With profound gratitude for his contributions to both F5 and the Internet at large, we say goodbye to Igor Sysoev, author of NGINX and co-founder of NGINX, Inc., as he leaves to spend time with friends and family and work on personal projects. Спасибо, Иг...
Tricking Postgres into using an insane - but 200x faster - query plan At Spacelift, we use PostgreSQL (specifically Aurora Serverless) for most of our primary database needs. This article will show you our optimization story and how PostgreSQL row count estimation can go very wrong.