Main Contents

NoRM, MongoDb and Complex Queries

Schotime @ May 14, 2010

.NET | Comments (2)

In my last post I told you about how you can use Regular Expressions to do complex queries in mongodb. In this post I will show you some more features of the Linq Provider.
Updated: 16th May 2010 after some feedback
Take these two classes for example:

public class User
[...]


book mark NoRM, MongoDb and Complex Queries in del.icio.us submit NoRM, MongoDb and Complex Queries to digg.com


NOSQL, NoRM (mongoDB) and Regular Expressions

Schotime @ April 29, 2010

.NET | Comments (1)

Over the past few weeks I have got quite involved in the development of the Open Source NoRM project started by Andrew Theken which is a MongoDB driver for C#. In particular I have been refactoring and adding new functionality to the LINQ provider.
It currently supports a lot of functionality including deep queries, regex, datetime [...]


book mark NOSQL, NoRM (mongoDB) and Regular Expressions in del.icio.us submit NOSQL, NoRM (mongoDB) and Regular Expressions to digg.com


Transforming one-to-many Sql into Nested Class

Schotime @ January 22, 2009

.NET | Comments (1)

Back in the days of Classic ASP, when you had a one too many relationship displaying the data was pretty painful. You would do things like

var reference_number_old = "$##%@";
while (recordsExist)
{
[...]


book mark Transforming one-to-many Sql into Nested Class in del.icio.us submit Transforming one-to-many Sql into Nested Class to digg.com


Importing Data Files with Linq

Schotime @ March 18, 2008

.NET | Comments (11)

In my previous Linq post I discussed using Linq with Regular expressions and how much less code was needed. In this post we’ll again see how Linq can be used to speed up and simplify development.
There are many situations where you need to read data from a file into memory or a database. Lets consider [...]


book mark Importing Data Files with Linq in del.icio.us submit Importing Data Files with Linq to digg.com


Linq and Regular Expressions

Schotime @ March 10, 2008

.NET | Comments (5)

With Linq now standard in .NET 3.5, there is no reason why we shouldn’t use it. After all its full of features that can be used by any object that inherits the type IEnumberable. With such power at our fingertips, sorting, filtering, manipulation etc. etc. are available to us with fewer lines of code than [...]


book mark Linq and Regular Expressions in del.icio.us submit Linq and Regular Expressions to digg.com



Feed
6,652 spam comments
blocked by
Akismet