January 2009 - Posts

3
Comments

Using Inheritance with Generic Collection by tsantos

This is just a random tip about Generic Collections. Sometimes it’s common for me to create a class which can be used in a collection. In most cases I use a generic collection of this type as a data source and such things and instead of typing everywhere...
Filed under: ,
0
Comments

Tip of the Day #100 at ITTecture by tsantos

I'd like to congratulate my friend, Cirilo Meggiolaro, who posted last night the Tip of the Day #100 on his blog ITTecture . I'm really glad he achieved this mark and also impressed with such a good source of useful tips his blog has become to me, so...
Filed under: , ,
1
Comments

Mootools talk on Ajax Experience by tsantos

This is a great video by Aaron Newton from clientcide in which he talks about Mootools. He shows a great overview of a JavaScript Framework. Worth watching. Here's a link to his blog post .
Filed under: , , ,
4
Comments

Adding a Guid Parameter into SqlCommand by tsantos

This is just a random Tip. It seems like recently some people I know started to have problems passing a Guid objects as a parameter of a SqlCommand object. I already had this problem so I decided to post about it in case someone else is trying the same...
Filed under: , ,
5
Comments

ASP.NET MVC with Mootools by tsantos

I've been playing around with ASP.NET MVC for some time now and I'd say I'm in love with it. I've seen several blogs posts here and there about it as well. One of the many things which I got really amazed about was the fact that you can use JSON as your...
More Posts