Lisette Sutherland shows us a Handbook for Working Remotely | Hanselminutes with Scott Hanselman Lisette is a remote-working German-born American living in the Netherlands who is totally jazzed by the fact that it’s possible to work from anywhere. In fact, it’s not just possible; it’s completely, productively workable—if you do it right. She talks to...
Cryptology ePrint Archive: Report 2020/1536 Halo Infinite: Recursive zk-SNARKs from any Additive Polynomial Commitment Scheme
The Cyber Tap Podcast Join Mat and Mike from cyberTAP at Purdue University for a fun and informative cybersecurity discussion.
Dutch Roman-era bike tour app (iOS) - BuiltWithDot.Net Luxe achter de Limes is an educational app that takes the user on a gps guided bike tour along the many Roman settlement sites in the Netherlands. Using geo-fencing, the app alerts the user to the possibility of interesting virtual artifacts buried in the...
On .NET Live - Creating GraphQL APIs with a little Hot Chocolate In this live session we'll learn about building GraphQL applications in ASP.NET Core using an open source project called Hot ChocolateFeaturing: Michael Stai...
CRA suspends online accounts of over 100,000 Canadians after login credentials found for sale on dark web If you received an unexpected and cryptic email on Feb. 16 from CRA warning that your email had been deleted from the agency’s web platform, do not worry
Safari for Mac to Support WebM Video Playback 11 Years After Its Launch Safari features support for WebM video playback in the second beta of macOS Big Sur 11.3 Beta, indicating that Apple's browser will finally...
Introducing: Smarter Tiered Cache Topology Generation Announcing a fundamental improvement to Argo Tiered Cache we’re calling Smart Tiered Cache Topology. When enabled, Argo Tiered Cache will now dynamically select the single best upper tier for each of your website’s origins while providing tiered cache ana...
Api diff between net5.0 and net6.0-preview1 by Anipik · Pull Request #5975 · dotnet/core @ViktorHofer @eiriktsarpalis @layomia @maryamariyan @michaelgsharp @safern @tarekgh @adamsitnik @carlossanlop @Jozkee @dotnet/ncl @pgovind @tannergooding @buyaa-n @joperezr @krwq @steveharter @Aaro...
Entity Framework Community Standup - Typed Exceptions for Entity Framework Core When using Entity Framework Core for data access all database exceptions are wrapped in DbUpdateException. If you need to know whether the exception was caus...
VS Code Improves ML Model Training with Python -- Visual Studio Magazine Using Python in Visual Studio Code for machine learning model training and experimentation is easier in the February 2021 update to the tool that fosters Python programming in Microsoft's popular, open source, cross-platform code editor.
How Azure SQL Enables Real-time Operational Analytics (HTAP) - Part 1 Azure SQL enables hybrid transactional/analytical workloads for real-time operational analytics scenarios through a mix of in-memory and columnar database technologies. In the first episode of this th
Improve load speed by benaadams · Pull Request #9 · terrajobst/themesof.net Requires changing the AppService to use .NET 5.0 also Still need tweaks but is a start Before After Resolves #8 Resolves #4
.NET Conf: Focus on Windows .NET Marketing Manager Beth Massi previews .NET Conf: Focus on Windows, a free livestream event focusing on how to move your Windows desktop apps forward to .NET 5. Come join us Feb 25, 2021. Check o
Wyam static content generator - BuiltWithDot.Net Wyam is a simple to use, highly modular, and extremely configurable static content generator that can be used to generate websites, produce documentation, create ebooks, and much more. Since everything is configured by chaining together flexible modules (...
Why There’s No Such Thing as a ‘Startup Within a Big Company’ You will never be able to take the brand risks, the legal risks, or the partnerships risks that a true startup can
Mitigating Memory Safety Issues in Open Source Software Posted by Dan Lorenc, Infrastructure Security Team Memory-safety vulnerabilities have dominated the security field for years and often lead ...
How can I prevent a Windows Runtime WebView from loading any content beyond the initial request? | The Old New Thing A customer wanted to navigate a XAML WebView control to a site and load only the HTML. No external script. No images. No CSS. Just the raw HTML returned from a single web request. You can do this by handling the WebResourceRequested event.
Deploy a cloud-native ASP.NET Core microservice with GitHub Actions - Learn Implement GitHub Actions to build a container image and deploy to Azure Kubernetes Service.
Google Open-Sources Trillion-Parameter AI Language Model Switch Transformer Researchers at Google Brain have open-sourced the Switch Transformer, a natural-language processing (NLP) AI model. The model scales up to 1.6T parameters and improves training time up to 7x compared to the T5 NLP model, with comparable accuracy.
The Need to Remove Bad Management I’ve talked a lot recently about bad management as a root cause of poor infrastructure, especially on Twitter. The idea, channeled through Richard Mlynarik, is that the main barrier to good U…
Zsh Tricks to Blow your Mind Learn some zsh tips to blow your mind and make your developer workflow easier.
Modeling temporal data with RavenDB We got an interesting modeling question from a customer: “What is the optimal manner to represent time sensitive information in RavenDB?” The initial thought...
The refactoring test (1) | Cracking the .NET interview 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...
The Fantasy of Opting Out Those who know about us have power over us. Obfuscation may be our best digital weapon.
VS Code with remote containers and codespaces Learn to set up a remote development environment using VS Code with Docker containers or GitHub Codespaces.
How This Ends - AVC We are in the middle of one of the great asset bubbles of modern times. It has been brought on by the easy money policies of central banks around the world aimed at weathering the global Covid 19 pandemic. Interest rates are near zero or negative in most ...
My Expenditures - BuiltWithDot.Net My Expenditures is an application which provides a simple and unique approach to the problem of managing your expenses and incomes. And Optimizing your way of spending your money. Also, by analyzing your expenses and incomes, it will provide statistics on...
Blazored hits 1,000,000 downloads on NuGet This is a quick post to mark Blazored passing over 1 million downloads on NuGet.
Calabonga Blog - BuiltWithDot.Net This is a blog with Dependency Container Autofac, AutoMapper, Repositories, Unit of Work and other technics and patterns. The version of the blog is 4. In the articles you can use syntax highlighting and picture uploading.
Tip 305 - How to automatically manage Azure Blobs lifecycles In Azure Blob Storage (opens new window), you pay for the storage that blobs take up and the tier that they are stored in. For instance, blobs that are stored in the Hot tier (opens new window) are the most expensive and can be accessed directly. And blob...
Hello, bot! Conversational AI on Microsoft Platform During the pandemic, we all found ourselves in isolation, and relying more and more on effective electronic means of communication. The amount of digital conversations increased dramatically, and we need to rely on bots to help us handle some of those con...
Starlink SpaceX is developing a low latency, broadband internet system to meet the needs of consumers across the globe. Enabled by a constellation of low Earth orbit satellites, Starlink will provide fast, reliable internet to populations with little or no connect...
Tip 306 - How to use Deployment Slots in Azure App Service for Containers Using containers is a great way to make sure that your application can run anywhere and that it runs in the same environment, anywhere. In Azure, you can run containers in many services, including in Azure Kubernetes Service (opens new window), Azure Cont...
Monsters Weekly 199 - Diagnosing ASP.NET Core Startup Issues in Azure App Service Have you ever deployed an ASP.NET Core web app to Azure App Service and received the dreaded ‘HTTP Error 500.30 - ANCM In-Process Start Failure’ error. Well then this video is for you. Fortunately App
Pure functions and unused return values Enforcing explicit discard of unused return values with Roslyn analyzer
.NET Rocks! vNext .NET Rocks! is a weekly talk show for anyone interested in programming on the Microsoft .NET platform. The shows range from introductory information to hardcore geekiness.
Humanizer - BuiltWithDot.Net Humanizer meets all your .NET needs for manipulating and displaying strings, enums, dates, times, timespans, numbers and quantities. It's a great tool to make the interface of your app more approachable and, well, more human.
Troy Hunt - Lessons From 10 Billion Breached Records Security flaws, hackers and data breaches are the new normal. It’s not just those of us in the industry facing these foes every single day, it’s everyone. Whether you’re online or offline, you simply cannot exist today without your personal information be...
Objective or Biased An exclusive data analysis by BR (Bavarian Broadcasting) data journalists shows that an AI for personality assessment can be swayed by appearances. This might perpetuate stereotypes
Event Sourcing Example & Explained in plain English What is Event Sourcing? A way of storing data that is very different than what you're used to. Storing events instead of the current state.
Sending POST, PUT, DELETE Requests Using HttpClient in ASP.NET Core In this article, we are going to learn how to send POST, PUT and DELETE requests from the client app using HttpClient in ASP.NET Core.
First .NET 6 Preview Introduces Blazor Desktop -- Visual Studio Magazine Microsoft shipped the first preview of .NET 6, expected to debut in November as the culmination of a years-long effort to provide an open source, cross-platform framework for all things .NET in one unifying umbrella offering.
Machine Learning Community Standup - Jupyter Notebooks & .NET Interactive Join our guest Davi Alves Ramos to learn how you can use interactive computing environments such as Jupyter Notebooks with .NET to build machine learning sol...