Visual Studio 2019 for Mac - Preview Release Notes Release notes for new/upcoming features in Visual Studio for Mac, available for pre-release testing by downloading the Preview version.
Virtual: What's new in Visual Studio for Mac for .NET Developers Wed, Apr 8, 2020, 5:00 PM: The user group is going Virtual during the current stay-at-home order. We are really excited to have Jon Galloway (https://twitter.com/jongalloway), Sr. PM for VS & .NET at
rethinking openbsd security OpenBSD aims to be a secure operating system. In the past few months there were quite a few security errata, however. That’s not too unusual, but some of the recent ones were a bit special. One might even say bad. The OpenBSD approach to security has a fe...
Auto-Detect Memory Issues in your App with Dynamic Program Analysis - Rider 2020.1 - .NET Tools Blog It seems that a common problem among profiling tools (including ours) is that they require too much effort from a developer. Profiling currently is seen as some kind of a last resort for when something has gone horribly wrong. The … Continue reading →
James Newton-King - Introducing gRPC HTTP API gRPC is a modern way to communicate between apps. gRPC uses HTTP/2, streaming, Protobuf and message contracts to create high-performance, realtime services. Support for gRPC on ASP.NET Core was added in .NET Core 3.0.
.NET R&D Digest (March, 2020) In this issue of .NET R&D Digest you will find bits of .NET, PowerShell, Security, some life-stories and leaning materials :)
Hack Yourself First: How to go on the Cyber-Offence - NDC Copenhagen 2020 Cyber-attacks have become a reality of running software on the web today. We find ourselves under a constant barrage of malicious activity from hacktivists, online criminals and increasingly, nation states. Successful attacks from these adversaries are pr...
idobi Network - LIVE Radio | @idobiRadio Free Pop-punk, alternative, indie, metal, hardcore, and personality internet radio.
Apple acquires Dark Sky weather app, and it’s bad news for Android users The app is already listed as Apple-made in the App Store.
Dark Sky Has a New Home Today we have some important and exciting news to share: Dark Sky has joined Apple.
Announcing AWS Lambda support for .NET Core 3.1 | Amazon Web Services This post is courtesy of Norm Johanson, Senior Software Development Engineer, AWS SDKs and Tools. From today, you can develop AWS Lambda functions using .NET Core 3.1. You can deploy to Lambda by setting the runtime parameter value to dotnetcore3.1. Versi...
"C is how the computer works" is a dangerous mindset for C programmers • Steve Klabnik A long time ago, I wrote “Should you learn C to “learn how the computer works”?”. This was part 1 in a three part series. A year later, I got around to part 2, ““C is not how the computer works” can lead to inefficient code”. It’s been five more... | Stev...
Plan for change: TLS 1.0 and TLS 1.1 soon to be disabled by default - Microsoft Edge Blog As announced in October of 2018, Microsoft will soon disable Transport Layer Security (TLS) 1.0 and 1.1 by default in Microsoft browsers. In light of current global circumstances, we will be postponing this planned change—originally scheduled for the firs...
Financial Times News, analysis and comment from the Financial Times, the world's leading global business publication
So, uh, I think Catalina 10.15.4 Broke SSH? – tyler.io I was completely at my wit’s end and feeling like I had lost my mind until about a half hour ago. Let me start from the beginning…
Accessing route values in endpoint middleware in ASP.NET Core 3.0 In this post I describe how you can access the route values from middleware when using endpoint routing in ASP.NET Core 3.0.
Debugging Dapr application using Tye tool This article shows you how to debug the Dapr application using Tye
Convert CSS in React To Styled Components Styled Components is one of those interesting topics that developers love to argue about. It's a brand new way of doing things that many people just aren't ready to acknowledge. In this article, we are going to convert a React site using regular CSS to o...
Gondor Calls For Aid (with Kit Yates) - Numberphile Podcast Mathematical biologist Kit Yates discussing the coronavirus pandemic. Support us on Patreon: http://www.patreon.com/numberphile More podcasts: http://bit.ly/Numberphile_Pod_Playlist Kit Yates website - https://kityates.com Kit on Twitter - https://twi...
WebEncoders.Base64UrlEncode Method (Microsoft.AspNetCore.WebUtilities) <p sourcefile="api/Microsoft.AspNetCore.WebUtilities.WebEncoders.Base64UrlEncode.yml" sourcestartlinenumber="1" jsonPath="/members/0/summary">Encodes <code data-dev-comment-type="paramref">input</code> using base64url encoding.</p>
Report: 42M Iranian "Telegram" User IDs & Phone Numbers Leaked Online 42 million user IDs and phone numbers for a third-party version of Telegram were exposed online without a password. The accounts belong to users in Iran, where the official Telegram app is blocked.
Dolt Use Cases Dolt is Git for data. Instead of versioning files, Dolt versions tables. DoltHub is a place on the internet to share Dolt repositories. As…
18 GitLab features are moving to open source We're open sourcing rich functionality across Plan, Create, Verify, Package, Release, Configure, and Defend.
Using open source software to connect charities with people in need of social housing - Microsoft Industry Blogs - United Kingdom We speak to Chris Sainty, who proved anything is possible in OS by using it to develop the Blazor app that connects charities to people in need of social housing.
Power Tools, Fasteners and Software for Construction - Hilti USA Hilti has power tools, grinders, drills, and saws as well as fasteners, anchors, design and layout software and services for construction professionals
IdentityServer4 Integration with ASP.NET Core - Code Maze In this article, we are going to learn about the IdentityServer4 Integration with ASP.NET Core project. We will learn about the flows and integration setup.
The Difference between .NET Core, .NET Framework & Xamarin Learn the difference between .NET Core, .NET Framework and Xamarin and which you should use for your application development.
Ryzen 4000 Review: AMD's 7nm Ryzen 9 offers game-changing performance for laptops AMD Ryzen 4000 CPUs simply crush Intel's 9th-gen CPUs and offer game-changing performance for laptops.
US Government Wages War on Encryption As the world finds itself preoccupied with COVID-19, the United States government is trying to pass a law to ban encryption. It's called the EARN IT act, and it has potentially devastating repercussions for encryption and companies that use it.
Fast Build, Slow Build, and the Testing Pyramid At Calavista we’ve been helping a couple of our clients use Selenium for automated testing of web applications. For one client we’re slowly introducing a slightly different, but still .…
Internet Archive responds: Why we released the National Emergency Library Last Tuesday we launched a National Emergency Library—1.4M digitized books available to users without a waitlist—in response to the rolling wave of school and library closures that remain in place to date. We’ve received dozens of messages of thanks from ...
Using Visual Studio Code from a docker image locally or remotely via VS Online Utilising Custom Container builds to spin up a custom Visual Studio Code Environment for use on premise with Visual Studio Code or Online with Visual Studio Online Using Visual Studio Code Please see the following repository contains a Visual Studio ...
What Are .NET Worker Services? - Steve Gordon In this post, I introduce the worker service project template and the three default files that are included in new projects created using the template.
Avoiding SQL Server plan cache pollution with EF Core 3 and Enumerable.Contains() One of the many advantages of using a tool like Entity Framework Core is, that you are sure that the framework will generate properly parameterized SQL for you. This helps avoid SQL injection issues and avoids plan cache pollution. Unfortunately, EF Core ...