Wednesday, January 20, 2010

Accessing Twitter API through C# code

I wanted to share the C# code which i used to access , the Twitter API programmatically .

The Workflow.

1. Twitter exposes almost all its data underneath, through its RESTFul Services

2. The Client using this code  can be a Webclient(asp.net , asp.net mvc etc ) or a Desktop client (Winforms , Console Application etc.)

3. The data being returned from those services are in XML or JSON format.

Code Snippet

image

Sunday, January 17, 2010

Unit Testing in .NET - Best Practices

Saturday, November 14, 2009

OOPS , Design Patterns – Concepts and Handson

Jai's blog - explains the importance of code metrics,clean code , tips for refactoring etc.

ootips – OOPS concepts and UML diagrams to simulate the same.

design patterns– Design patterns explained , with examples.

Wednesday, October 21, 2009

Developer Testing Made Easy

Tips for Unit Testing

 
 

http://googletesting.blogspot.com/2008/08/by-miko-hevery-so-you-decided-to.html

Wednesday, April 1, 2009

50 Jquery Samples in real application scenario

 

http://www.noupe.com/jquery/50-amazing-jquery-examples-part1.html – This

site contains tips and tricks for using javascript and jquery plugins.

Wednesday, February 25, 2009

Tweak your SQL Skills with Drills

http://www.sql-ex.ru/help/select1.php – provides problem solution approach for all SQL queries.

Thursday, February 19, 2009

ASP.NET Samples and hands on Examples for controls.. All under one roof

 

follow the link bellow

http://asp-net-example.blogspot.com – A good collection

http://submain.com/download.aspx?product=guidelines coding Guidelines

http://www.codango.com/aspnet/dir/webapps/ sample scripts and applications

http://www.vclcomponents.com/ASP_NET/Counters/ hands on examples

http://www.codeproject.com/KB/system/everythingInAD.aspx all about Active Directory(Requires Membership ,use BUGMENOT.COM)