Skip to content

Latest commit

 

History

History
191 lines (159 loc) · 10.5 KB

README.md

File metadata and controls

191 lines (159 loc) · 10.5 KB

Software Development links

Index

Content

js

libs

Knockout

AngularJS

Misc

LINQ

  • linqpad - Test any C#/F#/VB snippet or program, query databases in LINQ

NoSQL

DocumentDB

MongoDB

WCF

WebApi

Web servers

IIS

Performance

Web

SQL

Diagnostics and Debugging

  • Glimpse - diagnostics platform, very useful lets you see sql queries on EF, Identity Claims, all from the brownser.
  • Fiddler - free web debugging proxy, let us examine/compose http requests & responses.
  • Postman - chrome extension for testing http requests (WebAPI / REST)
  • StopWatch class - msdn documentation, provides a set of methods and properties that you can use to accurately measure elapsed time.
  • .NET System.Diagnostics - Namespace

Security

DDoS

SQL Injection

  • sqlmap - sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers.

XSS

Bug bounty

SSL

  • Let's encrypt - is a free, automated, and open certificate authority (CA), run for the public’s benefit.

Blogs

Learning and resources

Magazines

Books

Agile Books

  • The Five Dysfunctions of a Team: A Leadership Fable (J-B Lencioni Series)
  • Scrum: A Pocket Guide by Gunther Verheyen
  • Software in 30 days by Ken Schwaber
  • Scrum Insights for Practitioners: The Scrum Guide Companion by Hiren Doshi
  • Extreme Ownership: How U.S. Navy SEALs Lead and Win by Jocko Willink
  • Adapt by Tim Harford
  • Team of Teams by Stanley McChrystal
  • Servant Leadership by Robert K. Greenleaf
  • Scrum Mastery by Geoff Watts
  • Coaching Agile Teams by Lyssa Adkins
  • The Surprising Power of Liberating Structures by Henri Lipmanowizc and Keith McCandless
  • The Professional Product Owner by Don McGreal and Ralph Jocham
  • The Product Samurai by Chris Lukassen
  • Product Mastery by Geoff Watts
  • Lean Change Management by Jason Little
  • Reinventing Organizations by Frederic Laloux
  • The Nexus Framework for Scaling Scrum by Kurt Bittner, Patricia Kong and Dave West
  • Creating Great Teams by Sandy Mamoli and David Mole
  • The Serving Leader: Five Powerful Actions to Transform Your Team, Business, and Community by Ken Jennings and John Stahl-Wert
  • Turn the Ship Around!: A True Story of Turning Followers into Leaders by L. David Marquet

lfottaviano