mcintyre321

Stories kicked by mcintyre321

XML-free …compiled mappings WITHOUT Fluent NHibernate – sample project(www.adverseconditionals.com)

submitted by mcintyre321mcintyre321(308) 1 year, 10 months ago

A very lightweight framework for automapping your domain in NHibernate read more...

add a comment |category: |Views: 7

tags: another

Reading CSVs into anonymous types(www.adverseconditionals.com)

submitted by mcintyre321mcintyre321(308) 1 year, 10 months ago

Another one of my clever tricks with anonymous types read more...

add a comment |category: |Views: 12

tags: another

Convention based NHibernate mappings part 2(www.adverseconditionals.com)

submitted by mcintyre321mcintyre321(308) 1 year, 10 months ago

Part 2, in which we write some code to locate and apply our conventions. read more...

add a comment |category: |Views: 9

tags: another

Using topological sort to order rules in rules engines(www.adverseconditionals.com)

submitted by mcintyre321mcintyre321(308) 1 year, 10 months ago

A natty method for ordering object in an enumerable read more...

add a comment |category: |Views: 7

tags: another

XML-free convention based compiled mappings WITHOUT Fluent NHibernate(www.adverseconditionals.com)

submitted by mcintyre321mcintyre321(308) 1 year, 10 months ago

A lighter alternative to Fluent NHibernate read more...

add a comment |category: |Views: 10

tags: another

How Fanboys See .NET ORMs(www.kevinwilliampang.com)

submitted by kpanghmckpanghmc(2055) 2 years, 4 months ago

A play off of the recent "How Fanboys See Operating Systems" post. read more...

4 comments |category: |Views: 717

tags: another

Easy-peasy web dependencies using T4 templates(www.adverseconditionals.com)

submitted by mcintyre321mcintyre321(308) 2 years, 4 months ago

A handy method for including dependencies from projects on the web when you don't want to use the whole assembly. read more...

add a comment |category: |Views: 9

tags: another

Easy File System Path Manipulation in C#(higherlogics.blogspot.com)

submitted by mcintyre321mcintyre321(308) 2 years, 6 months ago

FsPath root = "/foo/bar"; var baz = root / "blam" / "baz"; var etc = FsPath.Root("/etc/"); var passwd = etc / "passwd"; read more...

add a comment |category: |Views: 12

tags: another

It’s Okay To Write Unit Tests(codethinked.com)

submitted by justin_etheredgejustin_etheredge(8539) 2 years, 6 months ago

A few simple reasons why you should be writing unit tests. read more...

add a comment |category: |Views: 377

tags: another

Xsrf attacks can be really bad(mcintyre321.googlepages.com)

submitted by mcintyre321mcintyre321(308) 2 years, 9 months ago

A case in point read more...

add a comment |category: |Views: 8

tags: another

Facebook + ASP.NET MVC(robertschultz.org)

submitted by robertschultzrobertschultz(205) 2 years, 9 months ago

What options are out there for developers wanting to create Facebook applications using ASP.NET MVC framework. This article tries to break down the options. read more...

add a comment |category: |Views: 538

tags: another

Kona 3: Learning Behavior Driven Development (BDD)(blog.wekeroad.com)

submitted by LordLord(3737) 3 years ago

Holy cow! Another *DD – man I really must have an IV with that Alt.NET Punch just coursing like a train in my veins! I ask for your patience with this one – cause I think BDD is a really good tool to know – whether you use it or not – knowing the workings of it will allow you to have some intelligent conversation the next time you’re in Austin :). read more...

1 comment |category: |Views: 335

tags: another

Checking XML for Semantic Equivalence in C#(codethinked.com)

submitted by mcintyre321mcintyre321(308) 3 years ago

Does what it says on the tin read more...

add a comment |category: |Views: 14

tags: another

Implementing a simple genetic algorithm(improve.dk)

submitted by orcaorca(820) 3 years ago

In this blog post I'll give a quick introduction to what genetic algorithms are and what they can be used for. We'll implement a genetic algorithm that attempts to guess an RGB color by evolving upon a random set of initial guesses, until it at some point evolves into the correct RGB value. read more...

add a comment |category: |Views: 499

tags: another

string.Empty versus ""(dotnetperls.com)

submitted by samdnpsamdnp(980) 3 years, 1 month ago

The author shows ways that "" is better than string.Empty and results in clearer and possibly faster code. read more...

15 comments |category: |Views: 939

tags: another

SCOPE_IDENTITY Bug with Multi Processor Parallel Plan and Solution(blog.sqlauthority.com)

submitted by pinaldavepinaldave(9662) 3 years, 2 months ago

This article is very serious and I would like to explain this as simple as I can. SCOPE_IDNETITY() which is commonly used in place of @@Idnetity has bug when run in Parallel Plan. Do your community service. Read the article. Bookmark it. Kick it and spread the word. read more...

1 comment |category: |Views: 290

tags: another