Skip to content

Instantly share code, notes, and snippets.

@bleroy
Last active December 21, 2015 22:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bleroy/5360f02aaad026eb0b7e to your computer and use it in GitHub Desktop.
Save bleroy/5360f02aaad026eb0b7e to your computer and use it in GitHub Desktop.
Tips for the Week in .NET
@jlouros
Copy link

jlouros commented Dec 15, 2015

Here's a article I recently wrote about setting up required cryptography protocols (and testing them) on a Windows environment.
http://johnlouros.com/blog/disabling-cryptographic-protocols-for-pci-compliance

This is mainly focused for anybody that needs to meet PCI compliance requirements, but it could be useful for any Windows SysAdmin interested in knowing more about how to tweak cryptography settings.

@i3arnon
Copy link

i3arnon commented Dec 16, 2015

I've just published a post explaining how to plug MongoDB's async cursor into Reactive Extension's async enumerable.

http://blog.i3arnon.com/2015/12/16/async-linq-to-objects-over-mongodb/

This enables using LINQ to objects over a MongoDB database in an async and lazy fashion.
It's specifically about MongoDB but the approach is the same for any kind of async enumeration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment