Feeds:
Posts
Comments

Posts Tagged ‘filter’

ADO.NET Data Services provides filtering options for free.
What can go in a $filter? The most basic thing to do is to test properties of the resources we’re returning, which you can access simply by name, like we have done above. Literals for things like strings and numbers use the same syntax as in the key [...]

Read Full Post »

Fantastic tool for comparing directories and then files. For example, when you’ve got multiple copies of a project and you’re not sure which is newest or what the differences between the versions are. Also has configurable and built-in filters to only compare the files you want. (ie ignore the bin folder that Visual Studio generates)
WinMerge [...]

Read Full Post »