OpenSSL 3.0 Has Been Released! After 3 years of development work, 17 alpha releases, 2 beta releases, over 7,500 commits and contributions from over 350 different authors we have …
Blazor Developers Can Now Create Custom Elements, Render Components from JavaScript -- Visual Studio Magazine Microsoft's Blazor web-dev tech received a raft of improvements in the new .NET 6 Release Candidate 1, including the ability to create custom elements, render components from JavaScript and even generate Angular and React components.
GitHub - alephsecurity/xnu-qemu-arm64 Contribute to alephsecurity/xnu-qemu-arm64 development by creating an account on GitHub.
The Good Notes Are Circled “Lorelei” by Cocteau Twins (1:31–2:34) Treasure (submission by Sean Barrett)
The ownership and future of Mullvad VPN - Blog | Mullvad VPN This article is by our founders and sole shareholders, Daniel Berntsson and Fredrik Strömberg. Mullvad VPN is here to stay, and we are not interested in ever selling it.
.NET Tooling Community Standup - What's new in Visual Studio for Mac Join to go over what's new in Visual Studio for Mac with Jordan Matthiesen! We'll definitely cover some of the new native cocoa UI and more new things in VS ...
Aaron Stannard on Technical Debt and Optionality I’ve written about technical debt before, (and will probably write about it a million times before all the writing is done), but the reason we’re chatting today, or rather, the reason y…
GitHub - dotnet/upgrade-assistant: A tool to assist developers in upgrading .NET Framework applications to .NET 5 A tool to assist developers in upgrading .NET Framework applications to .NET 5 - GitHub - dotnet/upgrade-assistant: A tool to assist developers in upgrading .NET Framework applications to .NET 5
Go'ing Insane Part One: Endless Error Handling I’ve been using Go for a few years now, mostly in my open source project Lazygit. In my day job I use Ruby and Typescript, and I’ve also spent some time with Rust. Each of those languages have design quirks that can grind a developer’s gears, and although...
The C++ implicit assignment operator is a non-ref-qualified member, even if the base class's assignment has a ref-qualifier Consider the following C++ class: struct Base { Base& operator=(Base const&) & = default; void BaseMethod(); }; This defines a class for which you can assign to an lvalue reference, but not to an rvalue reference. extern Base GetBase(); Base b;
Is management pressuring you to deliver unfinished code? Case study of flawed conception due to requirements synthesis (slide 1 of 2)
Marginalia Search Don't be afraid to scroll down in the search results, unlike in many other search engines, depending on what you are looking for, you may find the best results in the middle of the listing.
Extending .NET Minimal APIs with Swagger, Authentication & Validation 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...
Early Hints: How Cloudflare Can Improve Website Load Times by 30% Today, Cloudflare is announcing support for Early Hints. Early Hints takes advantage of “server think time” to asynchronously send instructions to the browser to begin loading resources while the origin server is compiling the full response, which can imp...
Add initial regex source generator by stephentoub · Pull Request #59186 · dotnet/runtime This adds the [RegexGenerator(...)] attribute and a new System.Text.RegularExpressions.Generator source generator for Regex. Given a method like: [RegexGenerator("abc")] private static p...
Why Authorization is Hard There's a fundamental tension in authorization. Is it business logic or authorization logic? Should it be in the app, or separate? Let’s talk about what makes a
Home Assistant Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server.
If you copied any of these popular StackOverflow encryption code snippets, then you coded it wrong Security code reviews is a task that I do on a daily basis, and have been doing for the last thirteen and a half years. In this time, I have reviewed several hundred code bases, and have come acros…
Discover quick actions for common tasks as you type, with IntelliCode IntelliCode can now spot when you're performing a common task and recommend the right quick action, completing it right as you're typing. @visualstudio
Should Controllers Reference Repositories or Services A common question students ask when learning about Clean Architecture, SOLID, and/or DDD is whether controllers (or razor pages or API endpoints) should work with repositories directly, or if they should only communicate with services. As with many questi...
JustMock R3 2021—Linux, Visual Studio 2022 .NET 6 RC1 The JustMock R2 2021 release offers support for Linux, Visual Studio 2022 and .NET 6 RC1, and more.
Microsoft launching tech resilience curriculum to foster a more inclusive future - The Official Microsoft Blog We have a lot of work to do in the tech industry to create inclusive work environments at scale. Far too many talented people avoid choosing or decide to leave roles in tech because their team culture doesn’t value their background which results in them f...
Introducing password removal for Microsoft Accounts Common attacks such as phishing, password spray, and credential stuffing rely on one unchanging truth: when it comes to passwords, human behavior is predictable. Armed with this predictability, bad actors still succeed most of time when attempting these t...
Webinar: Profiling and Fixing Common Performance Bottlenecks | The .NET Tools Blog Join us Thursday, October 7, 2021, 16:00 - 17:00 CEST (10:00 AM - 11:00 AM EDT or check other timezones) for our free live webinar, Profiling and Fixing Common Performance Bottlenecks, with Steve Desm
.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.
CityMayor | Dapp.com - MarbleCards | OpenSea Claim the most amazing web pages. Remember that every web page can only be marbled once and by one person only. Once a card is created, that URL is claimed forever. Now go create some classics!
.NET MAUI 'Slips the Schedule,' Won't Ship with .NET 6 in November -- Visual Studio Magazine Microsoft said its .NET Multi-platform App UI (.NET MAUI) framework for client app development wont ship with .NET 6 in November as planned, but rather sometime in the second quarter of next year.
How much faster is Java 17? Java 17 (released yesterday) comes with many new features and enhancements. However, most of those require code changes to benefit from. Except for performance. Simply switch your JDK ...
Introducing Package Source Mapping We’re happy to announce the first preview release of Package Source Mapping with Visual Studio 2022 preview 4! Package Source Mapping gives you fine-grained control of where your packages come from by mapping every package in your solution to a target pac...
GitHub - github/paste-markdown: Paste spreadsheet cells as a Markdown table. Paste spreadsheet cells as a Markdown table. Contribute to github/paste-markdown development by creating an account on GitHub.