Blog articles

0
comment
on 4/24/2011 11:10 AM
NDesk Options I started writing an argument parser without knowing about:NDesk.Options Where you have the following kind of syntax:string data = null; bool help = false; int verbose = 0; var p = new OptionSet () { { "file=", v => data =[...]
.
0
comment
on 4/24/2011 11:10 AM
NDesk Options I started writing an argument parser without knowing about: NDesk.Options Where you have the following kind of syntax: string data = null; bool help = false; int verbose = 0; var p = new OptionSet () { { "file=", v => dat[...]
.
0
comment
on 4/23/2011 5:56 PM
As folks have no doubt realized, I'm using Clojure more and more these days and just embarked on a project at work to replace the CFML-based ORM "Reactor" in our codebase with a much more lightweight ORM written in Clojure (enclosed in a lightweight CFML [...]
.
0
comment
on 4/22/2011 10:39 AM
Have you ever wanted to give your F# library users a nice and clean API documentation but didn't have the right tools to create it? Or you have tried all kinds of API documentation tools and none of them worked for your F# assemblies? Well, now you have t[...]
.
0
comment
on 4/19/2011 3:41 PM
I use Visual Studio 2010 on a daily basis, and I must say that the overall experience is far from good: The find dialog has some really weird and annoying resizing issues. Sometimes find text simply stops working, never returning any result. Ev[...]
.
0
comment
on 4/18/2011 4:00 PM
.
0
comment
on 4/17/2011 6:40 AM
What strategies do I know of on how to test your code depending on a database? Using TransactionScope so that you can roll back any changes done by tests. Setting up a fresh database with the same schema. Using NHibernate SchemaExport(cfg).Execute to ex[...]
.
0
comment
on 4/17/2011 6:40 AM
What strategies do I know of on how to test your code depending on a database? Using TransactionScope so that you can roll back any changes done by tests. Setting up a fresh database with the same schema. Using NHibernate SchemaExport(cfg[...]
.
0
comment
on 4/16/2011 4:33 PM
A discussion that crops up from time to time is whether primary keys should be UUIDs or simple auto-incrementing integers. There are pros and cons on both sides. UUIDs provide universal uniqueness which allows data to be stored across multiple databases, [...]
.
0
comment
on 4/16/2011 2:17 PM
Keep solutions simple and think about your deliverables Chad Myers at Los Techies tries to get a discussion about why it’s bad to have to many projects: Project anti-pattern: Many projects in a Visual Studio Solution File Some of the consideration is abo[...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper