Tag Archives: code

I Got Code #3: Uploading pictures. With TwitPic and C#.

If you used Twitter, you should know that there is a service called TwitPic, that allows Twitter users to share pictures. It is simple and easily accessible. Being integrated in the majority of Twitter clients, it gained quite a lot of popularity. It offers a public API that lets the developers upload images right from [...]

I Got Code #1: Executing SQL stored procedures from a C# application the optimal way

Using stored procedures instead of writing SQL queries manually is a good thing to do in pretty much every application that involves SQL databases. In C#, to execute a stored procedure, a developer needs to initialize an instance of SqlConnection, set the connection string, create an instance of SqlCommand, add the parameters, set the type [...]

Why community involvement for developers is important?

NOTE: In this post I am talking about online developer communities and question/answer sites. Back in the day, December 8th, 2008 I decided to join Dream.In.Code. What was the reason? Just for fun, in the first place. I wanted to see how many people I can help with programming issues, how many articles I can [...]