If I Made Thousands of Dollars with a Self-Published Book, So Can You. - MarkMcElroy.com Three thousand, that is ... and over seven years.
Troy Hunt's Weekly Update Podcast Listen to Troy Hunt's Weekly Update Podcast on Spotify. This is the audio podcast version of Troy Hunt's weekly update video published here: https://www.troyhunt.com/tag/weekly-update/
Microsoft Offers Windows ML Samples Gallery -- Visual Studio Magazine Microsoft has created a Windows ML Samples Gallery of interactive projects to showcase Windows machine learning functionality in both managed and native scenarios.
COVID topics: what did the news actually talk about? Topic modeling is an unsupervised learning procedure similar to clustering, used to classify text into different semantic classes known as topics. It is generally used for exploratory analysis, though one could potentially use th...
It is always the DNS Incorrect Authenticated Denial of Existence responses can cause intermittent outages to (but not limited to) websites and email handling in that domain
Fallbacks with Spring Cloud Feign – Arnold Galovics Lately I write a lot about service resiliency and this time I’ll go with the same topic.
Storm in the stratosphere: how the cloud will be reshuffled A theory that cloud vendors will focus on the lowest layer of the infrastructure stack and startups will take over the software layer.
Recruitment - Haplo Retrospective Haplo's bias-free recruitment process enabled us to build an effective and surprisingly diverse team.
.NET Everywhere - Windows, Linux, and Beyond https://aka.ms/dotNETConf2021-GetdotNET6How many places can .NET run? Let's find out. How many places can I develop with .NET? Let's find out! Demos demos de...
GitHub Availability Report: November 2021 | The GitHub Blog In November, we experienced one incident resulting in significant impact and degraded state of availability for multiple services.
Announcing Public Preview of FSLogix profiles for Azure AD-joined VMs in Azure Virtual Desktop We're excited to announce the public preview of FSLogix profiles for Azure AD-joined VMs in Azure Virtual Desktop. The preview allows you to create an Azure Files share to store the FSLogix profiles and configure it to support Azure AD authentication. For...
This shouldn't have happened: A vulnerability postmortem Posted by Tavis Ormandy, Project Zero Introduction This is an unusual blog post. I normally write posts to highlight some hidden att...
Introducing the new Razor editor in Visual Studio 2022 With the release of Visual Studio 2022 you can now use the new Razor editor for local ASP.NET Core development with MVC, Razor Pages, and Blazor. Benefits of moving to a Razor Language Server Protocol We have been working for some time on a new Razor edit...
Shout Your Abortion — Take Action Want to start something? This movement is yours. We’ve created some tools below to help you get started.
December 20, 2020 - Performance Tuning, Routing, and Azure Storage Fritz continues to build the KlipTok application with Blazor, and introduces some page routing to the application to support a 'streamer page' KlipTok is onl...
July 5, 2020 - Hat AI Lightning Round with !hat, !trainhat, and FaunaDb. Open Source C# with !coffe Fritz works with FaunaDb to build a simple Hat Collection website.19:12 - Does it have EntityFramework support?22:21 - Feedback: support it and I will use it...
December 17, 2020 - Home Automation, Synology, Raspberry Pi, and Blazor! Fritz tinkers with a Raspberry Pi 3 in an attempt to build a simple home automation center.He doesn't get far..Broadcasted live on Twitch -- Watch live at ht...
Simulated Annealing Optimization Using C# or Python -- Visual Studio Magazine Dr. James McCaffrey of Microsoft Research shows how to implement simulated annealing for the Traveling Salesman Problem (find the best ordering of a set of discrete items).
MySQL + EF Core 6 + ASP.NET Core Web API 6 + CRUD + Load Related Data + Views + Stored Procedures Hey Programmers,In this video, I am showing how you can quickly scaffold your database into models and load related data, call stored procedures and get data...
template-sample/src/Samples/10-symbol-from-date at main · sayedihashimi/template-sample Contribute to sayedihashimi/template-sample development by creating an account on GitHub.
Securing Sensitive Data in an Event Driven Architecture You secure sensitive data when stored in a database, but are you securing sensitive data in an event or message driven architecture? For example if you need ...
GraphQL Subscriptions in ASP.NET Core This post is about implementing Subscriptions in GraphQL. Subscriptions are a GraphQL feature that allows a server to send data to its clients when a specific event happens. Subscriptions are usually implemented with WebSockets. The subscription type is a...
Lamar v7 meets .Net 6, Minimal APIs, and IAsyncDisposable It’s been a busy couple weeks in OSS world for me scurrying around and getting things usable in .Net 6. Today I’m happy to announce the release of Lamar 7.0. The Nuget for Lamar itself …
How can I transfer ownership of a C-style array to a Windows Runtime component? Suppose you have a large C-style array, and you want to transfer ownership of that array to a Windows Runtime component. For concreteness, let’s say that we have this: namespace Sample { runtimeclass Widget { // The "indices" array will be very la...
supabase/studio at master · supabase/supabase The open source Firebase alternative. Follow to stay updated about our public Beta. - supabase/studio at master · supabase/supabase
Dealing with complex hierarchies in RavenDB For many business domains, it is common to need to deal with hierarchies or graphs. The organization chart is one such common scenario, as is the family tree...
.NET Developer Conference ’21 | tabs ↹ over ␣ ␣ ␣ spaces by Jiří {x2} Činčura 1 Dec 2021 1 mins Presentations & Speaking
German Court Rules Against Internet Security Non-Profit Quad9 In First Hearing Versus Sony Music Germany | Quad9 Global Internet Freedom Threatened by Copyright Ruling Targeting Unrelated DNS Operator
GitHub - mrthefakeperson/Excel-Virtual-Machine: C Compiler which targets Excel (MS Office) C Compiler which targets Excel (MS Office). Contribute to mrthefakeperson/Excel-Virtual-Machine development by creating an account on GitHub.
Announcing chat.sr.ht: a persistent IRC session for sourcehut users sourcehut is a network of useful open source tools for software project maintainers and collaborators, including git repos, bug tracking, continuous integration, and mailing lists.
Why Aren't We Better at XP (or Almost Anything)? "Stop Making It Harder" - Johanna Rothman, Management Consultant There was a Twitter discussion about XP not having crossed the chasm. Someone Lula Rodrigues posted this wonderful Kent Beck talk about that here: https://www.agilealliance.org/resources/videos/xp-as-an-incentive-system-kent-beck-xp-2018/. Lots of great i...
Checking the Health of Your ASP.NET Core APIs When it is common to have several APIs running, we need quick responses if any of them fail. The best way to get the expected result is through a health check.
New Release: Fiddler Everywhere 3.0 Is Here! A web debugging proxy with HTTP/2, WebSocket support, Advanced Filters and more in Fiddler Everywhere 3.0! Download a free trial.
Don't Code Tired | What’s New in C# 10: Take Control of Interpolated String Handling Don't Code Tired - Jason Roberts on Software Development and .NET -
Polymorphic Serialization with .NET System.Text.Json So you’ve decided you needed to use inheritance within your object model but are struggling to serialize all the data present on the instances of the types. In a previous post, I wrote about serializing an interface instances using a TypeConverter and you...
Introducing Azure Load Testing: Optimize app performance at scale Today, we are announcing the preview of Azure Load Testing, a fully managed Azure service that enables developers and testers to generate high-scale load with custom Apache JMeter scripts and gain actionable insights to catch and fix performance bottlenec...
Cake - Cake v2.0.0 released Version 2.0.0 of Cake has been released. Take it for a spin and give us feedback on our discussion board.
A Nightscout Segment for OhMyPosh shows my realtime Blood Sugar readings in my Git Prompt I've talked about how I love a nice pretty prompt in my Windows Terminal and ...
Scaling the Practice of Architecture, Conversationally Scaling architecture through a structured series of conversations
Senior Program Manager in Redmond, Washington, United States | Engineering at Microsoft Apply for Senior Program Manager job with Microsoft in Redmond, Washington, United States. Engineering at Microsoft
Free Online Typing Test - SpeedTypingOnline Free online typing test to see how fast you type! Features lots of text options and many test lengths. Easy and fun way to test and improve your typing speed.
July 2, 2020 - New Look, Behind the Scenes Stream Setup, Blazor, and .NET 5 Fritz rolls out a new theme for the stream and talks through the setup42:44 - How does C# prevent against injection attacks?43:35 - DFLuxL .. Implement stron...
December 15, 2020 - Privacy policy, opt-in, and Blazor! Fritz adds the ability to opt-in and opt-out from KlipTok channel indexing. He uses Azure storage, Queues, and Tables with Blazor to build this feature.http...
PeerTube v4, more power to help you present your videos Customization, content discovery, empowering through more control... Here is an overview of the new version of our software solution to create alternative platforms to YouTube and federate them together. « Frama is not just... » Each week of Fall 2021, we...
DESQview/X : The forgotten mid-1990s OS from the future X11 client and server. DOS. Windows 3.1. All with preemptive multitasking.