Browse by Tags

All Tags » Tip (RSS)

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: ,

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: , ,

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: , ,
More Posts