brianc

Stories submitted by brianc

Building .NET on TeamCity using Rakefiles(brianc.me)

submitted by briancbrianc(195) 3 years ago

How to get your NUnit testing metrics reported in a readable way to the TeamCity server. read more...

add a comment |category: |Views: 13

tags: another

IEnumerable 101(brianc.me)

submitted by briancbrianc(195) 3 years, 2 months ago

Starter information read more...

add a comment |category: |Views: 48

tags: another

Raising Events the right way, the easy way, with an Extension Method(brianc.me)

submitted by briancbrianc(195) 3 years, 5 months ago

Raising events takes 3 lines of code. Let's follow the DRY principal and get that down to one line. Less noise, more action, very tastey. Merry Christmas. read more...

1 comment |category: |Views: 527

tags: another

Dynamic Javascript Compression(brianc.me)

submitted by briancbrianc(195) 3 years, 6 months ago

In the world of web 2.0 there are some small things you can do for big performance wins on your app. read more...

add a comment |category: |Views: 22

tags: another

Locking performance(brianc.me)

submitted by briancbrianc(195) 3 years, 7 months ago

Comparing performance of standard lock block to ReaderWriterLockSlim with many simultaneous reads. read more...

add a comment |category: |Views: 14

tags: another

JavaScript singleton with private members!(brianc.me)

submitted by briancbrianc(195) 3 years, 8 months ago

How to create a singleton object in JavaScript which can have truly private variables and private methods which are only accessible to other private and public members of the singleton. read more...

add a comment |category: |Views: 36

tags: another

I like to use use(brianc.me)

submitted by briancbrianc(195) 3 years, 8 months ago

A simple 'Disposable' object utilizing closures to aid in creating cleaner syntax. read more...

add a comment |category: |Views: 20

tags: another