| Projects on Google Code | Results 1 - 10 of 144 |
Someone linked the Oxide Channel 9 video yesterday either on Twitter or in IRC. I don't quite remember who. I was intrigued after watching the video and have been wanting a good excuse to seriously play around with ASP.NET MVC. I have been wanting to hop blog engines from dasBlog for a while now and...
==Details==
This is a small class (less than 500 lines) that is modelled on CoolStorage ORM's CSObject. Here is an example of some of the methods:
* List
* OrderedList
* Read(id)
* ReadFirst
* Count
* Page(page,pagesize)
The class by default builds its own ISessionFactory, but can ...
Some times all API you find in NH are not enough to write your system. This is not because NH is poor, but only because some "things" are out of NH scope.
Using Google you can find many and more resources for NH...
Did you like to have all in one pack ?
This is the target of *uNhAddIns*.
I...
Working with NHibernate, even after reading all the documentation, is still too doubtfull, there are too many things you need to discover in trenches.
<br><br>
With this project, we aim to skip this *very* high learning curve and give you for as much as possible "special" cases NHibernate handles,...
ORM need not be anti-relational.
It is difficult to reconcile the customary record-extending, message-sending conception of OO with E.F. Codd's relational model; the "object-relational impedance mismatch" is a well-known problem for application programmers.
A very common response is to model o...
The goal of this project is to provide tools for .NET developers to create NHibernate Data Models from existing database schemas:
This tool is originally written by Murat Yilmaz [mailto:myilmaz@dotnetishere.com] based on his [http://www.codeproject.com/KB/dotnet/NHibernate_Helper_Kit.aspx?fid=318...
Open source project to streamline easier development of large scale ASP.NET applications.
In case you are wondering from where does it's name come from. It's taken from the Hawaii gods culture:
"The actual gods who created everything, and keeps everything working"
This does not reflect the ...
http://fluent-nhibernate.googlecode.com/svn/trunk/docs/logo.png
You've reached the GoogleCode project for Fluent NHibernate, if you're not here for the source then you need to be at: <a href="http://fluentnhibernate.org">the official website</a>.
A project that provides extension methods for the NHibernate ICriteria interface to allow use of typesafe lambda expressions.
e.g.,
{{{
.Add(Expression.Eq("Name", "Smith"))
}}}
becomes
{{{
.Add<Person>(p => p.Name == "Smith")
}}}
Download the documentation: http://nhlambdaexte...
A scoop-like blog using ASP.NET MVC, NHibernate and Castle Windsor.
*In order to install:*
# Download Source Code
# Change hibernate.cfg.xml to point to your database (SQL Server, MySQL)
# run the unit test `LoadData` to create the schema and some sample data
# as you'll see in `Loa...