←Back to Library
Below are some code snippets / resources for T-SQL that I have personally benefited from. If you do not find one that you are looking for or want more, just drop me a request or comment below, I’d try to address the request.
TFS API
Example |
Description |
Download |
Listen TFS Events (All-in-one) |
A Console App demonstrating, how to listen to Source Control Events |
zip |
Connect to TFS |
How to get all the Team Project Collections (TPC) and all available Team Projects recursively from TFS |
zip |
Show Deleted Items |
How to retrieve all deleted items from all on-line TPC |
zip |
List Team Projects in TPC |
How to enlist all team projects for a given TPC |
zip |
Get URI of all TPC |
How to retrieve the URIs of all available TPC |
zip |
twitter API
Example |
Description |
Download |
twitter demo web app |
twitterizer can make our lives simpler to pull up user’s info |
zip |
get public tweets |
LINQ to parse & retrieve tweets, profile picture url, id, etc from XML returned by twitter API 1.0 |
zip |
get public tweets using JSON |
JSON.NET to parse & retrieve tweets, profile picture url, id, etc from JSON returned by twitter API 1.0 |
zip |
Microsoft Sync framework 2.0 SDK
File Sync App is Open Source and is available on [ CodePlex Page ] “Sync” source code your Subversion / TFS !
facebook API .NET & JavaScript … Up Coming Next >>>
Like this:
Like Loading...