Double-Odd Elliptic Curves - Double-Odd Elliptic Curves Double-odd elliptic curves are a large subset of elliptic curves: these are curves whose order is equal to 2 modulo 4 (i.e. the order is the double of an odd integer). On top of double-odd elliptic curves, we can define a prime order group suitable for bu...
Simple Data Logger - BuiltWithDot.Net Simple Data Logger is a PC-based data logging application. It connects to devices like measuring instruments (e.g. scales and balances) or barcode scanners and writes the received data to a CSV file, optionally adding date and time. The generated files ca...
dotnet/performance This repo contains benchmarks used for testing the performance of all .NET Runtimes - dotnet/performance
New malware found on 30,000 Macs has security pros stumped With no payload, analysts are struggling to learn what this mature malware does.
The Process is not the Product — The New Agile Anti-Manifesto. TLDR; The New Agile Manifesto - The Process is not the Product - Leading not Managing - Dialog not Dictation
Deploying Orleans Apps to Kubernetes Microsoft Orleans is a framework that helps you build distributed applications that you can host almost anywhere that .NET runs. In this episode, Reuben Bond from the Orleans team comes on to show Cec
Deploying Orleans Apps to Kubernetes Microsoft Orleans is a framework that helps you build distributed applications that you can host almost anywhere that .NET runs. In this episode, Reuben Bond from the Orleans team comes on to show Cec
M1 Macs have another hidden boot mode Apple has revealed the hidden Fallback Recovery OS mode available on M1 Macs. How to enter and use it, and why it’s another big plus.
My Life in E-ink Collection of odds and ends relating to e-readers including personal reminisces Background Reading has been a huge part of my life. The written word has had arguably more of an impact on my life than anything I have experienced in person. As a kid back i...
DataDrop DB - BuiltWithDot.Net I needed a simple database for my applications, so I Built one, it just stores a Key-Value pairs, it can perform checks to speed up stuff like username and password checks and will soon, if not already have encryption of the Values of the pairs.
welcome · ASP.NET Core in Action, Second Edition MEAP V06 liveBooks are enhanced books. They add narration, interactive exercises, code execution, and other features to eBooks.
I don't know, Timmy, being God is a big responsibility in Polish in French in Portuguese in German Drabblecast audio Tim already had his bag and overcoat on and his keys in his hand and was about to leave when Diane stopped him at the door. "I just got this thing working. You have to come and see it." "I hav...
A request for Pinboard old-timers Maciej asking old pinboard users to voluntarily convert to paid plans.
Newsletter Week 7, 2021 Sergey .NET Continue with blog post in the blog series about .NET Core Worker Service. It will be about Messaging with Worker Service using Azure Service Bus. BlogsConway's Law, DDD, and MicroservicesLinkedIn: Steve (ardalis) Smith Twitter: @ardalis Conwa...
github/dmca Repository with text of DMCA takedown notices as received. GitHub does not endorse or adopt any assertion contained in the following notices. Users identified in the notices are presumed innocent u...
Nyancat CLI - BuiltWithDot.Net Nyancat is a small command line application using ANSI escape sequence to render the nyancat animation in your console. This is a port of the original terminal application to make this cat run on dotnet core.
mikekelly/btc-endgame Contribute to mikekelly/btc-endgame development by creating an account on GitHub.
Getting started with Microsoft YARP This article discuss about YARP - A Reverse Proxy. YARP is a library to help create reverse proxy servers that are high-performance, production-ready, and highly customizable. So what is a reverse proxy? A reverse proxy is an intermediate connection point...
Json.NET - BuiltWithDot.Net JsonNET is a popular high-performance JSON framework for .NET. Over 100 million downloads. Used by Visual Studio, .NET, ASPNET, SignalR, Windows Azure. Most popular .NET open source library. Most downloaded nuget library.
YoutubeExplode - BuiltWithDot.Net YoutubeExplode is a library that provides an interface to query metadata of YouTube videos, playlists and channels, as well as to resolve and download video streams and closed caption tracks. Behind a layer of abstraction, the library parses raw page cont...
Griddy | Griddy Update: Why energy prices were sky high this week | Texas Energy The market is supposed to set the prices, not political appointees.
NameResolutionPal.Unix enabled async name resolution by gfoidl · Pull Request #34633 · dotnet/runtime Fixes #33378 Also added basic tests in System.Net.NameResolution.Pal.Tests same order of methods as in the Windows-Pal Edit: this issue is fixed. Marking this PR as draft, as there is some bug a...
GetAddrInfoExA function (ws2tcpip.h) - Win32 apps Provides protocol-independent name resolution with additional parameters to qualify which namespace providers should handle the request.
Modified Dns.GetHostAddressesAsync to be truly async by JeffCyr · Pull Request #26850 · dotnet/corefx PR for issue dotnet/runtime#17224 (originally: https://github.com/dotnet/corefx/issues/8371) Modified Dns.GetHostAddressesAsync to use GetAddrInfoEx when supported.
getaddrinfo_a(3) - Linux man page The getaddrinfo_a() function performs the same task as getaddrinfo(3), but allows multiple name look-ups to be performed asynchronously, with optional ...
Meet Euphoria, a New Trans-Focused App Backed by Chelsea Clinton, Others Euphoria aims to empower transgender people through every facet of their lives, providing tools for everything from financial planning to health tracking.
Ask the Expert: Rust at Microsoft You may have heard developers talking about the Rust programming language, but maybe you're not sure what it's all about. In this session, Ryan Levick and Nell Shamrell-Harrington will talk through wh
Code Maze Weekly #65 - Code Maze Cold weather, excellent for staying at home and learning new stuff. As winter is kicking in around the globe (at least the Northern hemisphere) we’re gearing up and going through many excellent articles that our fellow bloggers have written. .NET 6 previe...
Azure DevOps Podcast: Jeff Fritz on Blazor Webassembly Architecture - Episode 127 Jeff Fritz is joining the podcast today! This is his second guest appearance. He is an experienced developer, technical educator and PM on the .NET team at Microsoft. He founded The Live Coders team on Twitch, and regularly livestreams builds of web...
Managing Azure from your phone with the Azure mobile app | Azure Friday Ilse Terrazas Ortega joins Scott Hanselman to show you how to take advantage of the Azure mobile app to monitor and manage your Azure environment.
AFTS Inc., Data Security Issue – Awwd Alderwood Water & Wastewater District (the District) was informed that a vendor called Automatic Funds Transfer Services, Inc. (AFTS) was the victim of a ransomware attack. The District contracts with AFTS to handle utility billing and the processing of p...
Brave Browser leaks your Tor / Onion service requests through DNS. Edit: (Since this is gaining traction elsewhere.) I'm not trying to shit on Brave. I'm just wanting to help protect end-users who may use Brave for it's Tor feature to do stuff over Tor that should only be done with the actual Tor browser. If you're using...
Understanding “reversed” callstacks in Visual Studio and Perfview with async/await code This post explains why profilers like Visual Studio could display “reversed” callstacks when dealing with async/await code.