Keep up with the Mavens to stay in the know about Microsoft software development.
Jesse Liberty | Jesse Liberty - Silverlight Geek | 14 Oct 2024 18:10
Jesse Liberty writes "....This site has been quiet for a few months while I finish up my book (.NET APIs with C#). I’m happy to reboot both the blog and Yet Another Podcast, starting soon with an interview of Mads Torgerson (lead designer … Continue reading..."
Read more »
Reboot!
Subscribe to Jesse Liberty's Blog: http://feeds.feedburner.com/JesseLiberty-SilverlightGeek
Oren Eini | Ayende @ Rahien | 11 Oct 2024 12:00
Oren Eini writes "....We got a really interesting question from a user, which basically boils down to:I need to query over a time span, either known (start, end) or (start, $currentDate), and I need to be able to sort on them.That might sound… vague, I know...."
Read more »
Querying over the current time in RavenDB
Subscribe to Oren Eini's Blog: http://feeds.feedburner.com/AyendeRahien
Scott Hanselman | Scott Hanselman's Blog | 09 Oct 2024 19:32
Scott Hanselman writes "....I use my webcam constantly for streaming and I'm pretty familiar with all the internals and how the camera model on Windows works. I also use OBS extensively, so I regularly use the OBS virtual camera and flow everything through Open Broadcasting..."
Read more »
Webcam randomly pausing in OBS, Discord, and websites - LSVCam and TikTok Studio
Subscribe to Scott Hanselman's Blog: http://feeds.feedburner.com/ScottHanselman
Oren Eini | Ayende @ Rahien | 23 Sep 2024 12:00
Oren Eini writes "....The Cloud team at RavenDB has been working quite hard recently. The company at large is gearing up for the upcoming 6.2 release, but I can’t ignore the number of goodies that have dropped for RavenDB Cloud Customers.Large Clusters &..."
Read more »
New features for RavenDB Cloud
Subscribe to Oren Eini's Blog: http://feeds.feedburner.com/AyendeRahien
Oren Eini | Ayende @ Rahien | 18 Sep 2024 12:00
Oren Eini writes "....It has been almost a year since the release of RavenDB 6.0. The highlights of the 6.0 release were Corax (a new blazing-fast indexing engine) and Sharding (server-side and simple to operate at scale). We made 10 stable releases in the 6.0.x line..."
Read more »
RavenDB 6.2 release
Subscribe to Oren Eini's Blog: http://feeds.feedburner.com/AyendeRahien
Oren Eini | Ayende @ Rahien | 17 Sep 2024 12:00
Oren Eini writes "....I wanted to test low-level file-system behavior in preparation for a new feature for RavenDB. Specifically, I wanted to look into hole punching - where you can give low-level instructions to the file system to indicate that you’re giving up..."
Read more »
Debugging the Linux kernel using awesome psychic powers
Subscribe to Oren Eini's Blog: http://feeds.feedburner.com/AyendeRahien
Rick Strahl | Rick Strahl's Web Log | 04 Sep 2024 09:31
Rick Strahl writes "....Today I was helping out a customer with their ASP.NET core application that wasn't starting up on a live server, hosted in IIS. Not uncommon in a first install, and when this happens I often resort to starting the app directly using Kestrel first,..."
Read more »
Getting the ASP.NET Core Server Hosting Urls at Startup and in Requests
Subscribe to Rick Strahl's Blog: http://feeds.feedburner.com/RickStrahl
Oren Eini | Ayende @ Rahien | 28 Aug 2024 12:00
Oren Eini writes "....Corax was released just under a year ago, and we are seeing more customers deploying that to production. During a call with a customer, we noticed the following detail:Let me explain what we are seeing here. The two indexes are the same, operating..."
Read more »
Seeing the results of Corax in production
Subscribe to Oren Eini's Blog: http://feeds.feedburner.com/AyendeRahien
Oren Eini | Ayende @ Rahien | 19 Aug 2024 12:00
Oren Eini writes "....RavenDB has a hidden feature, enabled by default and not something that you usually need to be aware of. It has built-in support for caching. Consider the following code:async Task<Dictionary<string, int>> HowMuchWorkToDo(string userId)
{..."
Read more »
Caching documents in RavenDB: The good, the bad and the ugly
Subscribe to Oren Eini's Blog: http://feeds.feedburner.com/AyendeRahien
Oren Eini | Ayende @ Rahien | 16 Aug 2024 12:00
Oren Eini writes "....RavenDB is a pretty old codebase, hitting 15+ years in production recently. In order to keep it alive & well, we make sure to follow the rule of always leaving the code in a better shape than we found it. Today’s tale is about the..."
Read more »
Optimizing old code: StreamBitArray refactoring
Subscribe to Oren Eini's Blog: http://feeds.feedburner.com/AyendeRahien