Skip to content

Instantly share code, notes, and snippets.

@bleroy
Last active August 23, 2016 08: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/2dca9ef30cf0da8d4ebf92dfb9ec07ff to your computer and use it in GitHub Desktop.
Save bleroy/2dca9ef30cf0da8d4ebf92dfb9ec07ff to your computer and use it in GitHub Desktop.
Tips for the Week in .NET
@yevhen
Copy link

yevhen commented Aug 18, 2016

Suggestion for package of the week.

Streamstone is a lightweight library targeted at building scalable event-sourced applications on top of Azure Table Storage. Handles concurrency conflicts via optimistic locking. Supports custom event and stream metadata. Optimized for batch processing.

https://github.com/yevhen/Streamstone
https://www.nuget.org/packages/Streamstone

@codemillmatt
Copy link

For consideration in the Xamarin portion, an article on how to easily print from Xamarin.Forms: https://codemilltech.com/xamarin-forms-e-z-print/

@paladique
Copy link

Version 2.0 of the GitHub Extension for Visual Studio has been released. This release allows you to list your existing pull requests and create new ones directly from Visual Studio. You can also create gists directly from your code, making it even easier to share your code and collaborate. It also includes a slew of other enhancements and fixes, available in our release notes.

https://github.com/blog/2232-github-extension-for-visual-studio-2-0-is-now-available

@andrewlock
Copy link

@ncoblentz
Copy link

An article that walks through some basic asp.net core security settings:
http://blog.securityps.com/2016/08/aspnet-core-basic-security-settings.html

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