Using Roles in Blazor WebAssembly Hosted Applications - Code Maze In this article we are going to learn about using roles in Blazor WebAssembly Hosted applications and how to support multiple roles.
rr-wfm/MSBuild.Sdk.SqlProj An MSBuild SDK that provides similar functionality to SQL Server Data Tools (.sqlproj) projects - rr-wfm/MSBuild.Sdk.SqlProj
OSC mixer control in C# In some senses, this is a follow on from my post on VISCA camera control in C#. It’s about another piece of hardware I’ve bought for my local church, and which I want to control via sof…
C# with CSharpFritz - S2 Ep 3: ASP.NET Core MVC, Part 2 MVC is more than just an acronym, it's also a user interface framework for building web applications with ASP.NET Core. In this episode, Fritz takes us on a...
Microsoft's New Programming Language for Excel Now Turing Complete -- Visual Studio Magazine Microsoft, which calls its Excel spreadsheet a <i>programming language</i>, reports that an effort called LAMBDA to make it even more of a <i>programming language</i> is paying off, recently being deemed Turing complete.
Using AzureAD B2C for authenticating users Azure AD B2C enables your applications to authenticate to social accounts and enterprise accounts using open standard protocols. In this episode, Christos is joined by Senior PM,Christer Ljung, who gi
Ascend | Accelerating Data Engineering with Azure This is not yet another typical data pipeline automation story. It's a story about a company simplifying Data Engineers' lives. Ascend does it by providing a Unified Data Engineering Platform. Sheel C
Telephoto fear: Japanese photojournalist shows how lenses affect views of crowds amid virus - The Mainichi TOKYO -- One photography-specific term that has been flying around since the coronavirus pandemic took hold is
Mark Cuban Cost Plus Drug Company Radically transparent, low cost versions of high cost generic drugs
Here's How I Bootstrapped a SaaS to 10k MRR Startups are hard, bootstrapping is harder! Here's how I bootstrapped a SaaS product to $10k MRR over the course of 2 years.
Saying Thanks to the Open Source Community Through Sponsorship - Exceptionless Real-time exception reporting for ASP.NET, Web API, WebForms, WPF, Console, and MVC applications. Includes event organization, notifications, and more.
LZ4 - Extremely fast compression This benchmark simulates simple "static content transfer" scenario such as OS Kernel compression or video game's static assets (text/images/tables/scripts/etc) which loading from Flash Memory / HDD / SSD.
.NET Foundation Project Spotlight - DotVVM .NET Foundation Marketing Committee member Isaac Levin spoke to Tomáš Herceg, one of the maintainers of DotVVM. For more detail, be sure to check out the Pro...
Quick Fixes How many times — when you’ve encountered a metaphorical system on fire– decided you’d implement a temporary ‘quick fix’ that you’ll come back to later?How …
Blazor WebAssembly - Migrating from 3.1 to .NET 5 - EP16 Hey Coders,In this tutorial, I am showing how you can migrate your Blazor WebAssembly application from .NET Core 3.1 to .NET 5 framework.You can download .NE...
Automating data center expansions with Airflow How we automated data center expansions and cut by 90% the amount of time our team spent on tedious operational work.
crt.sh | 2399561127a57125de8cefea610ddf2fa078b5c8067f4e828290bfb860e84b3c Free CT Log Certificate Search Tool from Sectigo (formerly Comodo CA)
Autoscrolling on drag, part 3: Dynamic autoscroll based on mouse position | The Old New Thing A common variation on the basic autoscroll algorithm is to scroll faster the further the mouse moves away from the window. You can think of the mouse as tugging on the window via an imaginary rubber band, and the further away from the window you move the ...
mRNA Vaccines: Questions & Misconceptions There are a lot of questions and misconceptions about mRNA vaccines (especially for SARS-CoV-2 or COVID19). In this video, I'm answering 10 of the most frequ...
The unreasonable effectiveness of simple HTML I’ve told this story at conferences – but due to the general situation I thought I’d retell it here. A few years ago I was doing policy research in a housing benefits office in Lo…
On .NET Live - Deploying Akka.NET to Containers and Kubernetes In this sessions, Aaron Stannard joins us to discuss building distributed applications with Akka.NET and deploying them to Kubernetes.Featuring: Aaron Stanna...
How null checks have changed in C# Subscribe: http://bit.ly/ChapsasSubBecome a Patreon and get source code access: https://www.patreon.com/nickchapsasHello everybody I'm Nick and in this video...
Adhering to Consent with Cookie Information for Episerver In the EU the past year has added even more rules and regulations to which cookies can be set, which data can be collected and which consents are needed for it. While it may not be tricky to add a basic consent box, adding one that adhere to all the prope...
Building a social media platform without going bankrupt: Part III–Reading posts So far in this series of posts I looked into how we write posts. The media goes to S3 compatible API and the posts themselves will go to a key/value st...
Package validation broken in docker builds with errors NU3028 and NU3037 · Issue #10491 · NuGet/Home Currently restoring any Microsoft packages within the official Docker images is broken and logging NU3028 restore failures: FROM mcr.microsoft.com/dotnet/sdk:5.0 WORKDIR /src RUN dotnet new razor -...
security - Baron Samedit: Heap-based buffer overflow in Sudo (CVE-2021-3156) Powered by blists - more mailing lists
Perfecting the password field with the HTML passwordrules attribute Learn how to integrate sign up forms with password generators by using the autocomplete and passwordrules HTML attributes.
Hack a TV into a Teams and Zoom Computer with EpocCam and Miracast If you have a TV, you can turn it into a fancy conference room monitor and ...
Chromium WebView2 Control and .NET to JavaScript Interop - Part 2 In part 2 of this post series I take a look at how to use the new Chromium WebView2 to interact with the DOM document and interoperate between .NET and JavaScript, both calling into JavaScript from .NET, and calling into .NET from Javascript
Aggregate (Root) Design: Separate Behavior & Data for Persistence How do you persist your Aggregate using Entity Framework? Using a Repository to get/set your Aggregate Root? I see a lot of examples that bend over backwards...
I tried to report scientific misconduct. How did it go? This is the story of how I found what I believe to be scientific misconduct and what happened when I reported it. Science is supposed to b...
Blizzard Diablo IV debugs Linux core dumps from Visual Studio | C++ Team Blog Blizzard is using Visual Studio 2019 to debug Linux core dumps on WSL. The following blog post is written by Bill Randolph, a Senior Software Engineer at Blizzard working on the development of Diablo IV. Thanks for your partnership, Bill! Introduction On ...
Using dotnet watch run with JetBrains Rider What is dotnet watch? dotnet watch is a way to immediately trigger a dotnet command when a file changes. The most common uses for this are using it to automatically re-run your application (using d…
Learning Git for the Absolute Beginner If you're new to Git and want to get up and running quickly, check out the new course on Learn Chef: Getting Started with Git!
How to build a personal finance app using Azure AI allows you to deliver breakthrough experiences in your apps. With Azure Cognitive Services, you can easily customize and deploy the same AI models that power Microsoft’s products, such as Xbox and Bing, using the tools and languages of your choice. In ...
Idempotent Receiver Identify requests from clients uniquely so they can ignore duplicate requests when client retries
Episode 10: F# and Functional Programming In this group episode I was joined by Scott Wlaschin, Isaac Abraham, and Ian Russell - to talk all about F#! This is .NET’s functional programming language, and we discussed functional programming, and the benefits of using a functional programming langua...
Monsters Weekly 196 - Visual Studio Code Snippets Snippets let you build out small, expressive, macros to rapidly add content to your files in Visual Studio Code. In this video we’ll cover how to add your own snippets for your project.
Using HTMX with ASP.NET Core: Introduction Often we only want to add a little bit of interactivity to web pages without creating to a full-blown Blazor app or SPA. In this post, I will introduce you to HTMX, an alternative to these technologies.
GitLab is moving to a three-tier product subscription model Bronze/Starter is being phased out and current customers have over a year to transition.
CSS is awesome: A dark/light mode switch with preference detection in 15 lines of CSS I just love how far CSS has come in the last few years. With custom properties and media queries you can achieve so much in just a few lines of code.
Don't Code Tired | ICYMI C# 8 New Features: Switch Expressions Don't Code Tired - Jason Roberts on Software Development and .NET -
leahneukirchen/nq Unix command line queue utility. Contribute to leahneukirchen/nq development by creating an account on GitHub.
Load balancing and its different types - Wisdom Geek Load balancing refers to effectively distributing traffic load across multiple servers to build highly available applications. Let us explore its various types.
About the security content of iOS 14.4 and iPadOS 14.4 This document describes the security content of iOS 14.4 and iPadOS 14.4.
Bill Hill - There is only one space after a period Are you a one spacer or a two spacer? Bill Hill gives his opinion on why you only put one space after a period. This video was shot in 2004. We will miss you, Bill. Thank you for changing the world fo
Introducing the Xamarin Community Toolkit The Xamarin Community Toolkit is a collection of Animations, Behaviors, Converters, Effects and even controls for mobile development with Xamarin.Forms. In this episode, I have Javier on from the Xama
New Visual Studio Razor Editor 'Close to Being Ready' for Blazor and Other Projects -- Visual Studio Magazine The experimental Razor editor for Visual Studio introduced last summer has been updated and is 'close to being ready for normal daily development.'
Introduction [1 of 8] | Beginner's Series to: Dev Containers Join Brigit Murtaugh to kick start your learning with developing in a Docker container in Visual Studio Code! Learn what it means to configure a container-based development environment, why you might
Whew. We Got Iceland Teleworker Visas. – Brent Ozar We made it into Iceland today! (No pictures of me in this post – I have horrible bed head at the moment, recovering from jet lag.)
Why a paid Twitter won't work Twitter has bought a newsletter platform called Revue. Revue’s business model was provisions of paid newsletters and premium features. After the acquisition, the provision has now been lowered and the premium features made free.
Bing (and Brave?) are squatting Goo*gle domains so I joined them All of this for 1000x less than market price per "O"
Federated development and federated forges – Loïc Dachary I’m very new federation. Over the years I heard rumors that it was good without understanding why and how. I ran a mastodon instance for a few years but did not use it much: I’m a developer and not much of a microblogger (reading or writing). Beginning of...
Twitter 'Industry' Bullshit Here’s a trend I’m seeing on Twitter recently. These kind of “influencer” guys posting tweetstorms that get thousands of likes and RTs… Part of me feels jealous. I spend a lot of time on Twitter and try to share valuable things, but I don’t have results ...
The Spaghetti Code Conjecture Turing machine programs are sometimes represented as directed graphs. The vertices of the graph are the program’s states and the edges are transitions between states. The program’s print and shift instructions are relegated to being labels for the edges. ...
Working fewer hours and getting more done – Up There They Dev At the start of December, I switched jobs to a new games company. While I really enjoyed being a lead programmer at my previous company, I found it difficult to combine both my leadership and programming responsibilities. I ended up feeling like I wasn’t ...
Deep Dive into Many-to-Many: A Tour of EF Core 5.0 pt. 2 On the surface many-to-many in EF6 and EF Core look very similar. However, under the covers the design in EF Core 5.0 is much more flexible and powerful In this episode, Arthur Vickers returns to chat
The fabrication of trust in various types of dollars How are we consumers to know whether the dollars that financial institutions provide us aren't fraudulent dollars? On what basis can we assu...
Wes Kao — How to instantly show your value I’ve compiled my favorite ways to convey your product’s value prop. These apply to products and brands, but feel free to apply this to people too. These work for job interviews, selling yourself as a consultant, etc.
r/Damnthatsinteresting - Amazing... a capella group nails Windows sound effects 14,320 votes and 223 comments so far on Reddit
Tools I Love to Not Think About Software tools that do their job so well that using them feels like wearing nothing at all.
Product Management in Saas B2B Enterprise is easy I've already described the differences between Saas B2B SMB and Saas B2B Enterprise. But to summarize, B2B Enterprise is when you customers buy you for your vision and your solutions and B2B SMB is when people buy you for your features. As a result B2B En...