brianc

Stories kicked 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

Web Service Optimization(c-sharpcorner.com)

submitted by maheshchamaheshcha(1620) 3 years, 2 months ago

This article gives you 10 tips to optimize web services. read more...

add a comment |category: |Views: 464

tags: another

Alt.Net Podcast: The State of IronRuby 2009(altnetpodcast.com)

submitted by javeryjavery(5523) 3 years, 3 months ago

A quick update on the state of the IronRuby project with John Lam. read more...

1 comment |category: |Views: 123

tags: another

Good (Date)Times with Json.NET(james.newtonking.com)

submitted by JamesNKJamesNK(3020) 3 years, 3 months ago

Dates in JSON are hard. The problem comes from the JSON spec itself, there is no literal syntax for dates in JSON. The spec has objects, arrays, strings, integers and floats, but it defines no standard for what a date looks like. This post looks at how Json.NET handles reading and writing custom date formats. read more...

add a comment |category: |Views: 170

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

Windows Workflow Foundation Key Concepts with example(techbubbles.com)

submitted by kalyanms1kalyanms1(1789) 3 years, 7 months ago

This post discusses the key concepts of workflow foundation, authoring the sequential workflow using the visual studio 2008 designer for WF and debugging the workflows using visual studio 2008 designer. read more...

add a comment |category: |Views: 94

tags: another

IServiceLocator a step toward IoC container / Service locator detente(codebetter.com)

submitted by schalkvanwykschalkvanwyk(1335) 3 years, 7 months ago

Today we launched an exciting project on CodePlex, namely the Common Service Locator library. What is it? It's a shared interface that applications and frameworks can reference in order to leverage IoC containers / service location mechanisms without taking hard dependencies. read more...

1 comment |category: |Views: 227

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