TL;DR - Extreme Summarization as a service with Isabel Cachola | Hanselminutes with Scott Hanselman Isabel currently a PhD student studying Computer Science at Johns Hopkins. Previously she was a Pre-Doctoral Young Investigator at the Allen Institute for AI. She and Scott talk about her PhD thesis where she's taught a model to look at scientific texts a...
Improving Performance and Search Rankings with Cloudflare for Fun and Profit Making things fast is one of the things we do at Cloudflare. More responsive websites, apps, APIs, and networks directly translate into improved conversion and user experience.
Vertical Slice Example Updated to .NET 5 With the release of .NET 5, I wanted to update my Vertical Slice code example (Contoso University) to .NET 5, as well as leverage all the C# 9 goodness. The migration itself was very simple, but updating the dependencies along the way proved to be a bit m...
An Introduction to the Microsoft Identity Platform Thu, Nov 19, 2020, 6:00 PM: If you ever had to add authentication or authorization to your apps the this is the session for you. Join Christos in this session for a tour around the Microsoft Identity
I'm Micah Lee, Director Of Infosec For The Intercept, Security And Privacy Enthusiast, Open Source Coder, Journalist, Techie For The Snowden Leak, Etc. Ama! Your name
Software Library: Flash : Free Software : Free Download, Borrow and Streaming : Internet Archive Adobe Flash animation or Adobe Flash cartoon is an animated film that is created with the Adobe Animate (formerly Flash Professional) platform or similar animation software and often distributed in the SWF file format. The term Adobe Flash animation refer...
Apple Silicon M1 Chips and Docker - Docker Blog Learn from Docker experts to simplify and advance your app development and management with Docker. Stay up to date on Docker events and new version announcements!
DEVintersection Virtual Workshop Event DEVintersection workshops, taught by the experts you’ve known in our in-person events, are available to you virtually. Combined with the online lab experience we’ve set up for you, these two days represent an opportunity to strengthen your skills and help...
Virtual Maths Retreat (Y10-Y11) with James Grime and Katie Steckles A virtual weekend retreat, for teenagers excited about maths.
As internet forums die off, finding community can be harder than ever Before social networks took over the internet, message boards were perhaps the most essential way for people to come together online and talk about whatever was on their minds. Our discussion spaces have evolved dramatically, though -- message boards aren...
GitHub accounts are now integrated into Visual Studio 2019 | Visual Studio Blog We are happy to announce that Visual Studio 2019 now offers a fully integrated GitHub account experience. Starting with version 16.8, you’ll be able to add both GitHub and GitHub Enterprise accounts directly from Visual Studio. The new functionality allow...
After Hiring Creator of Python VS Code Tool, Microsoft Hires Creator of Python -- Visual Studio Magazine Microsoft is pursuing its prominent Python push in a big way, hiring the creator of the popular programming language, Guido van Rossum.
Using GANs to Create Fantastical Creatures Posted by Andeep Singh Toor, Stadia Software Engineer and Fred Bertsch, Software Engineer, Google Research, Brain Team Creating art for d...
New Software Assurance Benefits for SQL Server on Azure Virtual Machines In this episode with Amit Banerjee, you will review new Software Assurance core benefits for high availability and disaster recovery can make running SQL Server on Azure virtual machine cheaper than b
We found 12 items matching 'rubiks' When you visit any website, it may store or retrieve information on your browser, mostly in the form of cookies. This information might be about you, your preferences or your device and is mostly used to make the site work as you expect it to. The informa...
C# in Simple Terms - Attributes and Reflection Let's learn how to store and retrieve metadata using attributes and reflection.
Other uses for the -library flag of the C++/WinRT compiler | The Old New Thing Last time, we saw that you can add the -library flag to the cppwinrt.exe command line if you intend to combine static libraries into a single C++/WinRT module. But the flag can be used even if there are no static libraries involved.
GitHub + Visual Studio ❤ .NET GitHub and Visual Studio technologies have evolved and provide unique productivity enhancements to all .NET developers. Join this demo-filled session to see how it benefits you.
The Beirut Port Explosion The explosions that ripped through the port of Beirut in 2020 devastated the city, leaving as many as 300,000 homeless. Following calls by city residents and survivors for an independent investigation, we're releasing our models of the sequence of the inc...
Open Source & Money: Part II I run into this tweet:Remember when open source was about "I'll build this cool feature using this OSS project as the base and contribute it upstream" and no...
Development With A Dot - ASP.NET Core Pitfalls Index Here is the list of posts so far on ASP.NET Core Pitfalls:Redirect to Action Keeps Route ParametersSession StorageLocalization with Shared ResourcesAreasReturning a Custom Service Provider from …
Be a better public speaker! PRESENTATION TIPS AND SPEAKING HACKS by Scott Hanselman Technical PRESENTATION TIPS AND SPEAKING HACKS by Scott Hanselman
Development With A Dot - ASP.NET Core Pitfalls – Returning a Custom Service Provider from ConfigureServices In pre-3.1 versions of ASP.NET Core, you could return your own service provider (AutoFac, Ninject, etc) by returning some IServiceProvider-implementing class from the ConfigureServices method. This …
Haskell - All Hail Geometric Algebra! Rotate a cube by 90 degrees around the -axis, then rotate it by 90 degrees around the -axis. This is equivalent to a single rotation. What is the axis and angle of this single rotation?
Many services, one cloudflared Previously, if you wanted to proxy 100 services through Argo Tunnel, you needed 100 instances of cloudflared running on your server. Today, we’re thrilled to announce our most-requested feature: you can now expose unlimited services using one cloudflared.
Microsoft .NET Conf 2020: .NET 5, C# 9.0, F# 5.0, and More At the 2020 edition of .NET Conf, streamed online last week, Microsoft released the much-awaited .NET 5, along with new major .NET language versions (C# 9 and F# 5), ASP.NET 5, and EF Core 5.0. New versions of Visual Studio 2019 were also released, with s...
DDD Leaders: Prioritisation skills for tech leaders Fri, Nov 20, 2020, 12:30 PM: DDD Leaders is a series of lunch time online events focussing on the leadership aspects of tech.Michelle Gleeson, Director of Engineering at A Cloud Guru - Prioritisation
Atari Token: Turbocharging Classic Games With Crypto - Decrypt Iconic gaming brand Atari has launched its own cryptocurrency, Atari Token, for use in video games, gambling, and betting platforms.
SmallSharp 1.0.0 Create, edit and run multiple C# 9.0 top-level programs in the same project by just selecting the startup one right from the start button! Built from https://github.com/kzu/SmallSharp/tree/b65be923c
Adding .NET 5 Support to Azure App Service Yesterday I updated the Contacts to .NET 5. Now the process was pretty easy, you can watch the video here, however once published to Azure App Service I got the following error.
Simple Messaging Between Microservices with Rebus and Azure Storage Queues Mark Heath's Development Blog
.NET Microservices == MEGAFUN – Webinar recording – .NET Tools Blog | JetBrains The recording of our webinar, .NET Microservices == MEGAFUN, with LaBrina Loving, is now available. Subscribe to our community newsletter to receive notifications about future webinars. In this sessi
Webinar – Tips & Tricks to improve your .NET Build Setup with MSBuild – .NET Tools Blog | JetBrains Join us Thursday, December 10, 2020, 16:00 - 17:00 CET (10:00 AM - 11:00 AM EST or check other timezones) for our free live webinar, Tips & Tricks to improve your .NET Build Setup with MSBuild, wi
Simplify your ASP.NET Core API models with C# 9 records In this post, a quick tip about how to use records to simplify your API models.
Using Standard Health Checks and Building your Own in ASP.NET Core This article shows you how to leverage some open source health checks in your ASP.NET Core web application. It also shows you how to build your own customized health checks.
Tip 295 - What database should you use in your next Azure Functions app Azure Functions (opens new window) are great for running background tasks. And Azure Functions can easily connect to other services, like Azure Cosmos DB (opens new window), to read and write data, with minimal plumbing code.
How to Succeed at Automating UI Testing When it comes to picking the right tools to help you succeed at automated UI testing, here’s what you need to understand.
Uno Platform Uno Platform 3.3 - Day 0 support for WinUI 3 Preview 3, Android 11 Pixel-Perfect Multi-Platform Applications with C# and WinUI for Windows, WebAssembly, iOS, macOS, Android and Linux
.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.
Librem 5 Mass Production Phone Has Begun Shipping – Purism Purism — Private and Secure Hardware, Software, and Services
Open letter from content moderators re: pandemic — Foxglove Foxglove is supporting social media content moderators in their fights for fair treatment from the platforms they work for, and for safe working conditions during the pandemic. Here is the full text of an open letter which over 200 Facebook content mode...
KubeCon + CloudNativeCon North America 2020 Virtual: Project Tye: Building Developer Focused... View more about this event at KubeCon + CloudNativeCon North America 2020 Virtual
I patched Battle for Bikini Bottom's worst glitches 17 years after release BFBB Decompilation Project: https://github.com/pslehisl/bfbbdecomp
#DisneyMustPay Alan Dean Foster - SFWA Alan Dean Foster and SFWA President Mary Robinette Kowal discuss the non-payment by Disney of several contracts for works including multiple Star Wars and Aliens novelizations.
Apple's 15% Deflection Tactic This post is in response to Apple’s App Store Small Business Program announcement.
The Complexity of Caching Caching ain't easy! There are many factors that add to the complexity of caching. My general recommendation is to avoid caching if you can.
Learn C# with CSharpFritz - Ep9: SOLID Principles and Dependency Injection We've covered the basics of the C# language, but have not yet gotten any practical advice on object design and interaction. In this episode, Fritz talks about the SOLID design principles and applying them to C# classes and interfaces. We conclude with a...
Lambda Fellows Add talented software engineers to your team for a 4 week trial at no cost for your company.