Keep up with the Mavens to stay in the know about Microsoft software development.
Rick Strahl | Rick Strahl's Web Log | 29 May 2023 22:16
Rick Strahl writes "....If you are building standalone .NET Core libraries that are not destined for a NuGet package, you might have found out the hard way that the build output folder (ie. bin/Release/{targetFramework}) doesn't contain any dependency assemblies. So when..."
Read more »
Getting .NET Library Projects to Output Dependent Assemblies
Subscribe to Rick Strahl's Blog: http://feeds.feedburner.com/RickStrahl
Jesse Liberty | Jesse Liberty - Silverlight Geek | 23 May 2023 12:21
Jesse Liberty writes "....I have changed jobs within my current company (CNH Industrial). I will no longer be doing mobile programming (for the first time in six years) and will be building APIs and back-end code! I think you can expect fewer articles … Continue..."
Read more »
New Job!
Subscribe to Jesse Liberty's Blog: http://feeds.feedburner.com/JesseLiberty-SilverlightGeek
Rick Strahl | Rick Strahl's Web Log | 18 May 2023 09:08
Rick Strahl writes "....Authenticator based Two Factor Authentication (2FA) using an external app like Authy, Google or Microsoft Authenticator or one of the Two Factor Authentication (2FA) enabled password managers like 1Password are becoming more common in Web..."
Read more »
Implementing Two-Factor Auth using an Authenticator App in ASP.NET
Subscribe to Rick Strahl's Blog: http://feeds.feedburner.com/RickStrahl
Rick Strahl | Rick Strahl's Web Log | 08 May 2023 21:02
Rick Strahl writes "....If you're running an ASP.NET Core application on IIS, you have probably noticed that IIS injects a Server header into your HTTP headers that advertises the server platform:
Content-Type: text/html; charset=utf-8
Server:..."
Read more »
Removing IIS Server Request Header from ASP.NET Core Apps (any version)
Subscribe to Rick Strahl's Blog: http://feeds.feedburner.com/RickStrahl
Oren Eini | Ayende @ Rahien | 05 May 2023 12:00
Oren Eini writes "....I just completed a major refactoring of a piece of code inside RavenDB that is responsible for how we manage sorted queries. The first two tiers of tests all pass, which is great. Now was the time to test how this change performed. I threw 50M..."
Read more »
Bug chasing, narrowing down the scope
Subscribe to Oren Eini's Blog: http://feeds.feedburner.com/AyendeRahien
Oren Eini | Ayende @ Rahien | 04 May 2023 12:00
Oren Eini writes "....I’m doing a pretty major refactoring inside of RavenDB right now. I was able to finish a bunch of work and submitted things to the CI server for testing. RavenDB has several layers of tests, which we run depending on context. During development,..."
Read more »
Bug chasing, the process is more important than the result
Subscribe to Oren Eini's Blog: http://feeds.feedburner.com/AyendeRahien
Jesse Liberty | Jesse Liberty - Silverlight Geek | 01 May 2023 13:39
Jesse Liberty writes "....I’ve posted my .NET MAUI For Xamarin.Forms Programmers and Advanced .NET MAUI videos on YouTube."
Subscribe to Jesse Liberty's Blog: http://feeds.feedburner.com/JesseLiberty-SilverlightGeek
Oren Eini | Ayende @ Rahien | 01 May 2023 12:00
Oren Eini writes "....In this series so far, we reduced the storage cost of key/value lookups by a lot. And in the last post we optimized the process of encoding the keys and values significantly. This is great, but the toughest challenge is ahead of us, because as much..."
Read more »
Fight for every byte it takes: Decoding the entries
Subscribe to Oren Eini's Blog: http://feeds.feedburner.com/AyendeRahien
Rick Strahl | Rick Strahl's Web Log | 01 May 2023 05:43
Rick Strahl writes "....As a developer, you're likely to occasionally send an email with attachments that are either code or binary executable files either as straight files or in a zipped up collection of code or binary files.
If you search the Web you're likely to find..."
Read more »
Sending and Receiving GMail Email Attachments that contain Code or Binaries
Subscribe to Rick Strahl's Blog: http://feeds.feedburner.com/RickStrahl
Oren Eini | Ayende @ Rahien | 28 Apr 2023 12:00
Oren Eini writes "....In my previous post, I showed how we use the nibble offload approach to store the size of entries in space that would otherwise be unused. My goal in that post was clarity, so I tried to make sure that the code was as nice to read as possible. In..."
Read more »
Fight for every byte it takes: Optimizing the encoding process
Subscribe to Oren Eini's Blog: http://feeds.feedburner.com/AyendeRahien