Browse by Tags
All Tags »
c# (
RSS)
I had an awesome time presenting and participating in last Tuesday's DEVCON Luzon! More than 200 software industry participants attended the event at SMX Convention Center near SM Mall of Asia. I was lucky to have been able to present, as a 10 minute...
I had a lot of fun when Warren Yu and I presented a rare dual-session in the showdown between VB and C# developers - whilst showing them the newest language features in the upcoming versions of the languages Visual Basic 10 and C# 4.0. The heated discussion...
BASIC was my first love. Notice the all caps -- that was how it was written back in the 80s. I discovered BASIC via a GW-BASIC manual I had found in my grandfather's boarding house, where a former tenant left it after graduation. From that lost book...
I've got a requirement wherein I needed to have a way to make dynamic predicates, with the need to support for And and Or operations between two predicates. I was aware that there are ways to create Dynamic LINQ queries if I wanted to use LINQ to...