Windows Server Hotpatching is here! Heya folks, Ned Pyle & Nick Washburn here with a big announcement: Hotpatching is now generally available as part of Azure Automanage for Windows Server. This capability allows you to patch and install updates to their Windows Server Azure Edition core vi...
New York Is Now Using Cameras With Microphones to Ticket Loud Cars Own a loud car in New York City? You might receive a notice in the mail from a computer.
A new wave of Linux applications With the start of the new year, we can see a new trend delineating Linux software. Phosh with its newbord libadwaita, KDE's Kirigami and Maui Shell show that – like it or not – the era of convergent Linux applications has just started. After all, even la...
Visual Studio 2022 for Mac Preview 6 Visual Studio 2022 for Mac Preview 6 is now available; this release focuses on addressing top issues from Preview 5 release as well as continuing the move of the IDE to native macOS UI.
hue.tools A free color mixer, blender, info and modifier tool. Mix multiple colors, get links for design inspiration and stock images based on a color, view various color combinations and modify colors in an intuitive.
Visual Studio 2022 17.1 Now Generally Available -- Visual Studio Magazine Microsoft shipped the first update to Visual Studio 2022, version 17.1, with faster code search, synched code files, Git improvements and much more.
The Birth of .NET: Bill Gates Launches 'VS.NET' at Our VSLive! Conference -- Visual Studio Magazine Microsoft this week celebrated the 20th anniversary of .NET, which was debuted by none other than Bill Gates at the 2002 VSLive! tech conference in San Francisco put on by Visual Studio Magazine.
Activity Enrichment in ASP.NET Core 6.0 Waaaaay back in the ASP.NET Core 3.1 days, I wrote about increasing the cardinality of traces using Tags and Baggage. You could write code in your controllers, filters, or application code to be able to add custom information to traces to help find these ...
Music theory for nerds Not music nerds, obviously. I don’t know anything about music. I know there are letters but sometimes the letters have squiggles; I know an octave doubles in pitch; I know you can
Typing Less, Coding More: How we delivered IntelliCode whole line completions with a transformer model - Visual Studio Blog Introduction Great code completions make you more productive while composing your code. Visual Studio 2022 now automatically completes C# code up to a whole line at a time, using a rich knowledge of your coding context. We have also released the IntelliCo...
Scale ASP.NET Core Application using ThreadPool | Pro Code Guide We will learn about how to scale ASP.NET Core Application, that are facing performance issue, using the ThreadPool configuration to increase minimum threads.
Ruminations on 20 Years of being a .Net Developer .Net turned 20 years old and retrospectives are all over the web right now — so here’s mine! First off, here’s what’s most important about my 20 years of being a .Net develo…
GitHub - yoav-lavi/melody: Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable Melody is a language that compiles to regular expressions and aims to be more easily readable and maintainable - GitHub - yoav-lavi/melody: Melody is a language that compiles to regular expressions...
1Password for SSH & Git (Beta) | 1Password Developer Documentation Introducing 1Password for SSH & Git (Beta), the single source of truth for all your SSH keys. With 1Password, you can:
GitHub - jwilk/perl-friday: Perl code that is syntactically correct only on Fridays Perl code that is syntactically correct only on Fridays - GitHub - jwilk/perl-friday: Perl code that is syntactically correct only on Fridays
redbean – single-file distributable web server redbean lets you build web apps using a polyglot executable zip archive that runs on seven operating systems
COM asynchronous interfaces, part 3: Abandoning the operation after a timeout - The Old New Thing Last time, we learned how to abandon an asynchronous operation. But maybe we don’t want to fire and forget so much as wait for a while before finally giving up. You can check on the completion state of the asynchronous call by using the ISynchronize inter...
Badly implementing encryption: Part IV–keyed hash function I’m trying to not get too deep into the theory of encryption. I’m happy to say that so far I was able to avoid any math whatsoever and hopefully ...
The Catch Block #94: C#'s New !! (Bang-Bang) Operator C#'s new !! operator is surprisingly controversial. Plus: .NET's 20th; immutability; the CUPID principles; CancellationToken; and a practical guide to Dapper.
Global Grey ebooks: download free ebooks for your library Free ebooks: epubs, Kindle ebooks, and PDFs. No registration or payment required. Download over 2,000 free ebooks from the Global Grey library.
Introduction to App Development with .NET MAUI | Meetup Wed, 16 Feb, 7:00 pm AEDT: NET MAUI provides an extremely flexible and powerful way to create apps for Android, iOS, macOS, and Windows, from very simple to extremely robust and complex. Is this one
Never Use Text Pixelation To Redact Sensitive Information See why you should never use pixelation for redacting text and why it is a surefire way to get your data leaked. Learn from security researcher Dan Petro.
.NET Celebrates 20th Anniversary of Launch Programming book reviews, programming tutorials,programming news, C#, Ruby, Python,C, C++, PHP, Visual Basic, Computer book reviews, computer history, programming history, joomla, theory, spreadsheets and more.
Logging Trace Output Using ILogger in .NET Applications Logging System.Diagnostics.Trace output using ILogger in .NET and ASP.NET Core
Twenty years of .NET - Yay! — robmiles.com Blimey. Twenty years eh? The .NET framework has been part of nearly a third of my life. Highlights for me: Going to amazing sessions at Cambridge University and learning all about the new framework from the people that built it. Launching the first ...
Pure-Impure Segregation Principle | Oleksii Holub Two months ago I posted an article detailing why I think unit testing is overrated, which seemed to resonate quite a lot with the readers, prompting very involved and interesting discussions. And although most commenters mainly shared their personal exper...
.NET MAUI Dev Coders 'Close in on Feature Complete' -- Visual Studio Magazine The new Visual Studio 2022 17.1 GA release includes the 13th preview of .NET Multi-platform App UI (.NET MAUI), called an evolution of Xamarin.Forms in that it can create desktop apps.
Pondering Agile Principles - Benji's Blog With this in mind, I've been pondering where do (and don't) I share the same principles. Can we "turn up the dials" on agile principles as well as the ways of working?
Asking Questions When You Don't Know Enough Sometimes when I need to fix an issue I don't know enough about the issue to ask the correct question.
Lets write a custom function to #doctrine Doctrine is well-known ORM for php applications, especially apps which uses #symfony framework. I like to use symfony when i need to writ...
Why you should have a public roadmap Public roadmaps are used by organisations to show users and customers what they are working on now and in the future. They are a great way to show openness and transparency to build trust with an audience that is interested in their work, and to demonstra...
public static is harmful. It has no home in modern programming. In the modern era of software development, "public static" is a relic of a past age. It reflects a bygone era where the concepts of composit...
Using Postgresql in non-daemon way I don't like to install servers on my local and run these as a systemd service. This is why i am a big fan of the Docker. But somet...
How I Use Clojure to Build and Scale my SaaS I was first introduced to Clojure in grad school where I was taking a course on building large scale software applications.
What Exactly Is a Bcc Anyway? Adding a Bcc to an email is a clever approach to sending a hidden copy that will not be visible to any other receipients. It is similar to its friendly cousin cc except no one will know about it. But do you really know exactly what it was created for
/adam/mind-games/productivity/strategies-i-use-to-help-with-my-adhd/to-do-list-algorithm (Smosa) The Infinite Message Board
godocs.io one year later It's been more than a year since we started godocs.io. For those unaware, godocs.io is a fork of the now-defunct godoc.org which serves documentation for Go packages. Some users may prefer godocs.io for its lightweight pages, simpler user interface, lower...
Please Stop Relying on LocalStorage So the latest craze in web games is currently Wordle. It's unsurprisingly pretty fun, and the stats and social sharing aspect make it instantly worth discussing with friends. However, only about two days into playing Wordle, I realized Josh Wardle...
The right thing for the wrong reasons: FLOSS doesn't imply security While source code is critical for user autonomy, it isn't required to evaluate software security or understand run-time behavior.