Open Source - Virtual Static Void

Virtual Static Void

Keeping track of the ever changing...

Browse by Tags

All Tags » Open Source (RSS)
Framework Proliferation
These days, .net developers are certainly spoilt for choice. There are so many useful frameworks out there, that it has become difficult to decide which one to use. Also, getting to grips with each one requires concerted effort and time to fully understand the pros and cons. Just take for example ORM frameworks, aside from the many Open Source implementations there are a plethora of commercial ones too. In my quest to evaluate as many open source frameworks, I found the How-To-Select website, which...
NQuery - Querying object graphs with "SQL" like strings
I discovered this awesome library called NQuery on CodePlex. It allows you to query an object graph using a SQL like syntax. This creates some interesting possibilities for potentially writing the same queries which can work against the database and an object graph when caching is employed. Check it out here . There is also a nice demo application which comes with it so you can test it's capabilities. Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!