Browse by Tags

All Tags » .NET (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: ,

Consuming WebServices in JavaScript with Mootools by tsantos

As we all know, Visual Studio will have jQuery support for now on, which is a great thing. I use jQuery heavily at work when customizing CRM and also to develop other projects. However, I really enjoy Mootools, which is another great JavaScript framework...

Dumping Properties of an Object by tsantos

Sometimes I see myself in weird situations, having to debug applications in test environments, but for some reason I'm not able to use Visual Studio. Not going to specific details about my environments here. However, it's possible that someone out there...
Filed under: , ,
More Posts