It looks like today is the day of ASP.NET, OWIN and REST API versioning.
Among those, I would recommend checking out the video by Damian Edwards (one of the guy that works on SignalR) about what NOT to do. If you don’t have the time, at least read the article by Scott Hanselman.
As an additional bonus, a simple post about data visualization with nothing else than ElasticSearch and D3.
Enjoy!
Owin & Katana
REST and API Versioning
- Troy Hunt: Your API versioning is wrong, which is why I decided to do it 3 different wrong ways (www.troyhunt.com)
- rest - Best practices for API versioning? - Stack Overflow (stackoverflow.com)
ASP.NET
- Khalid Abuhakmeh - ASP.NET MVC 5 Authentication Breakdown : Part Deux (www.khalidabuhakmeh.com)
- How MembershipReboot stores passwords properly | brockallen on WordPress.com (brockallen.com)
- Checking out the Helios IIS Owin Web Server Host - Rick Strahl’s Web Log (weblog.west-wind.com)
- Damian Edwards: Don’t do that, do this! Recommendations from the ASP.NET team on Vimeo (vimeo.com) – This is a video, it is worth watching.
- Checklist: What NOT to do in ASP.NET - Scott Hanselman (www.hanselman.com)
ElasticSearch
- Data Visualization With Elasticsearch Aggregations And D3 | Blog | Elasticsearch (www.elasticsearch.org) – Only ElasticSearch and Javascript!