/Home /Archive /Syndicate /Blog /Support /About /Contact  
All Visual Basic Feeds in one place!





When I first released ThinqLinq, the only filtering I applied was to only select the top 20 posts. I was recently asked if I could extend the implementation so that it the aggregation feed could be filtered based on the categories. Since ThinqLinq uses LINQ for the data interaction, it is relatively easy to add filtering to the existing query. However, in this case, the filtering is not a simple Where clause on the underlying table. That is because the table structure uses a Many t ... [ read more ]
There's a lot of cool functionality built into VS debugger datatips that often goes unnoticed... For example, did you know that not only can you *see* values in the expanded datatips, but you can also edit them ? Watch the following walk-through... While debugging, hover over a variable to view its debugger datatip: Next press the '+' to expand the tip and view the variable's members: Click on a value in the righthand column to edit it. Start typing: To verify, look in the ... [ read more ]
  If you regularly read my blog you'll know that I like to flag up those silly little Gotchas that are minor in themselves, but massively frustrating when you come upon them and can't see the cause or the way through.  I was working on a project last night and got stuck on something that had me bamboozled for a while.   What made it harder to figure out was that I knew I had successfully achieved the result I wanted many times in the past without any problem.   Was it ... [ read more ]


© 2005 Serge Baranovsky. All rights reserved.
All feed content is property of original publisher. Designated trademarks and brands are the property of their respective owners.

This site is maintained by SubMain(), a division of vbCity.com, LLC