jcoffman

Stories submitted by jcoffman

CloudDB v3 api(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 2 years, 5 months ago

introduction on using clouddb api to read data. clouddb (http://clouddb.com) is a web based data store. Sample: public static RowsResponseData GetRowData(CloudDB cdb, Token token, string appName, string entityName, Predicate[] predicates) { App app = cdb.GetApplicationByName(token, token.UserID, appName, false, false).Result; Entity e = cdb.GetEntityByName(token, app, entityName, false).Result; RowsResponseData rowData = cdb.SearchEntity(token, app, e, predicates, 0, 0, 0, 0).Results; return rowData; } read more...

add a comment |category: |Views: 15

tags: another

Spark, FluentMigrator, and FluentNHiberate(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 2 years, 6 months ago

Example of how to use Spark view engine, MVC, FluentMigrator, and FluentNHibernate to build a quick & easy MVC web app. read more...

add a comment |category: |Views: 29

tags: another

New .Net App – Just add water(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 2 years, 7 months ago

Easy example of how to build an application very quickly using FluentMigrator, Fluent-NHibernate, and NHibernate. Shows enough info and code to follow, with sample project available. read more...

add a comment |category: |Views: 18

tags: another

FluentMigrator: A Debate Raging In My Head(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 2 years, 9 months ago

Whether to throw an error when a migration calls for a foreign key and run against SQLite, which doesn't support foreign keys. Feedback encouraged. read more...

add a comment |category: |Views: 21

tags: another

Schema Syntax Entropy(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 2 years, 9 months ago

About generating ddl for sql server and sqlite, and problem with differences. read more...

add a comment |category: |Views: 2

tags: another

FluentMigrator Rising From The Ashes(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 2 years, 9 months ago

Adding more features to FluentMigrator read more...

add a comment |category: |Views: 456

tags: another

Fluent NHibernate With Firebird(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 2 years, 11 months ago

code snippets showing hot to get Fluent NHibernate configured for Firebird. read more...

add a comment |category: |Views: 396

tags: another

Fluent NHibernate And You(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 2 years, 11 months ago

a breif intro into FLuent NHibernate with code snippets. read more...

add a comment |category: |Views: 23

tags: another

Var – A Warning(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 2 years, 11 months ago

Don't over-use var keyword. It's not as clear what is going on if you do. read more...

add a comment |category: |Views: 16

tags: another

The Gu Shift(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 3 years ago

After Phoenix Gu event.. Thank you to Scott Guthrie and company. Just pointing out the great people working under Gu these days. read more...

add a comment |category: |Views: 11

tags: another

Glenn Block On MEF(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 3 years ago

a little summary of Glenn Block's MEF talk in Phx read more...

add a comment |category: |Views: 13

tags: another

OO For Humans Part 2(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 3 years ago

OOP technical terms for beginners. possibly the end of the For Humans series. read more...

add a comment |category: |Views: 4

tags: another

Free VIP Ticket(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 3 years ago

Free VIP ticket to Scott Guthrie event on May 26th. read more...

add a comment |category: |Views: 5

tags: another

MonoDevelop On Mac OSX(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 3 years ago

MonoDevelop and Silverlight development on Mac OSX read more...

add a comment |category: |Views: 27

tags: another

OO for Humans Part 1(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 3 years ago

Continued gentle introduction into programming concepts for the less technical. read more...

add a comment |category: |Views: 4

tags: another

Scott Guthrie coming to Phoenix on May 26th 2009(computeristsolutions.com)

submitted by jcoffmanjcoffman(370) 3 years, 1 month ago

Scott Guthrie is coming to Phoenix on May 26 2009 read more...

add a comment |category: |Views: 1

tags: another