isitgd

Stories submitted by isitgd

More generics funtimes(me.isit.gd)

submitted by isitgdisitgd(35) 2 years, 6 months ago

creating types on the fly, generics, reflection read more...

add a comment |category: |Views: 7

tags: another

From my geeks with blogs entries: Ajax.net/Anthem.NET(me.isit.gd)

submitted by isitgdisitgd(35) 2 years, 6 months ago

This is a bit old skool now but thought I'd bring it over anyway - I'd be very surprised if it was relevant to anyone now :) In a recent post on the AJAX.NET blog Michael noted his hopes of unifying the functionality found across the board in the available AJAX frameworks targeted at the .NET platform. read more...

add a comment |category: |Views: 10

tags: another

From my geeks with blogs entries: PPC Development using the Mobile Cli(me.isit.gd)

submitted by isitgdisitgd(35) 2 years, 6 months ago

Today I started messing with the Mobile Client Software Factory. It has a lot of potential and is backed by the right people so I thought it could come in very handy read more...

add a comment |category: |Views: 0

tags: another

http://www.hornget.net(me.isit.gd)

submitted by isitgdisitgd(35) 2 years, 6 months ago

some words about the hornget initiative read more...

add a comment |category: |Views: 9

tags: another

NHibernate & Stored Procedures (unmanaged types)(me.isit.gd)

submitted by isitgdisitgd(35) 2 years, 8 months ago

Some handy hints to get you executing stored procedures using NHibernate... read more...

add a comment |category: |Views: 24

tags: another

Fluent NHibernate - overriding the default foreign key naming conventi(me.isit.gd)

submitted by isitgdisitgd(35) 2 years, 9 months ago

The default foreign key naming convention for FNH is [table name]_id - this is a bit of a wierd one for me as I like the names all my database objects reflect the names of the objects in C# - it keeps things simple as far as mappings go. So - while building the model for isit.gd I decided to find out how you go about overriding the default by adding a custom convention. read more...

add a comment |category: |Views: 168

tags: another