Building a simple ToDo application with ASP.NET Identity and associating Users with ToDoes – .NET Web Development and Tools Blog – Site Home – MSDN Blogs

http://blogs.msdn.com/b/webdev/archive/2013/10/20/building-a-simple-todo-application-with-asp-net-identity-and-associating-users-with-todoes.aspx

Siphon | Build and publish React Native apps without installing Xcode

A single codebase for your
iOS and Android app.

Build, run and publish with
the same simple commands.

updates-icon.png

Push instant over-the-air updates to your production apps.

Iterate faster and skip the
App Store approval queue.

javascript-icon.png

Write your app in JavaScript
with React Native.

One consistent developer experience across both platforms.

https://getsiphon.com/

Setting custom background color on a web page in Chrome

“Care your eyes” – extension for Chrome:

Change a webpage’s background color to reseda or night mode to protect your eyes from intensity of white or other lightness color.

https://chrome.google.com/webstore/detail/care-your-eyes/fidmpnedniahpnkeomejhnepmbdamlhl

 

“Deluminate” – extension for Chrome:

Invert the brightness of the web without changing the colors! Useful as a night mode to darken most bright web sites (like Google), or just for making the web soothing black instead of glaring white. Similar to the “High Contrast” or “Hacker Vision” extensions, but tries not to ruin images by blowing out the contrast or changing the colors.

https://chrome.google.com/webstore/detail/deluminate/iebboopaeangfpceklajfohhbpkkfiaa

AngleSharp .NET library for scraping and parsing html/xml/css

AngleSharp is a .NET library that gives you the ability to parse angle bracket based hyper-texts like HTML, SVG, and MathML. XML without validation is also supported by the library. An important aspect of AngleSharp is that CSS can also be parsed. The parser is built upon the official W3C specification. This produces a perfectly portable HTML5 DOM representation of the given source code. Also current features such as querySelector or querySelectorAllwork for tree traversal.

https://github.com/AngleSharp/AngleSharp/