Skip to content

lfottaviano/devlinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 

Repository files navigation

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