↧
Building a MongoDB Filtering API in C#
One of the projects I’m working on uses MongoDB for data storage. What I found was that I often needed to do complex queries against this data, but didn’t want to have MongoDB driver code scattered...
View ArticleBuilding Some Slick Filtering with KnockoutJS
So, now that we got paging and edit-in-place done, how about some filtering? No, no, not server-side filtering. Let’s build some slick, super fast client-side filtering. It should be extensible, too,...
View Article