Skip to content

Tagged '.net'

MarkEmbling.Utils

Whilst working in various different .NET-based projects, I can find myself doing the same things over and over again. Quite often, this can be copied and pasted from one project to another or re-implemented slightly differently from one project to another. I don't think this is the best approach, so I've decided to start bringing together all these bits and pieces to form MarkEmbling.Utils.

Continue reading

Going 'NoSQL' with MongoDB and C#

I've noticed with interest the 'NoSQL' movement which seems to have arrived recently and have on the whole ignored it. I generally find myself getting on well with relational databases and based on that fact (and the fact they are so commonly used), I have not looked into any of the alternatives. However, I have recently read various articles talking in particularly about CouchDB and MongoDB and after reading a little bit about both, I decided to give MongoDB a closer look.

Continue reading