DanRigsby

Stories submitted by friends of DanRigsby

Introducing MemBus: In-Memory Publish/Subscribe Messaging(realfiction.net)

submitted by fquednaufquednau(404) 1 year, 8 months ago

MemBus allows you to use the messaging paradigm while staying internal to your App. This post introduces MemBus and provides links to several posts about the framework. read more...

add a comment |category: |Views: 63

tags: another

The Developer's Almanac(developersalmanac.com)

submitted by aaronlerchaaronlerch(1670) 1 year, 8 months ago

A developer's parody of the NPR (national public radio) show The Writer's Almanac. read more...

add a comment |category: |Views: 2

tags: another

Introducing the realfiction builder – MsBuild without XML(realfiction.net)

submitted by fquednaufquednau(404) 2 years, 2 months ago

Imagine writing MsBuild scripts: Without touching XML but rather using a simple syntax. If you like the idea, check out rfb. read more...

add a comment |category: |Views: 6

tags: another

Why Software is Expensive(itscommonsensestupid.blogspot.com)

submitted by andrewbaderaandrewbadera(105) 2 years, 7 months ago

Malaysian consultant's perspective on the costs of building custom software. read more...

add a comment |category: |Views: 12

tags: another

Using Obscure Windows COM APIs in .NET(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 1 month ago

A lot of the new Windows Vista and Windows 7 APIs are exposed via COM. Here's a simple introduction for how to use them when no wrappers are available. read more...

add a comment |category: |Views: 329

tags: another

Visualising Sorting Algorithms(hatfulofhollow.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 1 month ago

Beautiful visualisations of sorting algorithms. read more...

add a comment |category: |Views: 31

tags: another

SubSonic 2.2 Released(blog.wekeroad.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 1 month ago

It happened a few days ago but it is worth a post. SubSonic 2.2 has been released! read more...

add a comment |category: |Views: 86

tags: another

How .NET Regular Expressions Really Work(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 2 months ago

A very deep dive into the source code for how .NET Regular Expressions really work read more...

3 comments |category: |Views: 609

tags: another

Why are thread safe collections so hard? (blogs.msdn.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 3 months ago

"Writing a collection which is mutable, thread safe and usable is an extremely difficult process. At least that’s what you’ve likely been told all through your schooling. But then you get out on the web and see a multitude of thread safe lists, maps and queues. If it’s so hard, why are there so many examples?" read more...

1 comment |category: |Views: 335

tags: another

Getting Started With IronRuby And RSpec, Part 1(msdn.microsoft.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 3 months ago

An introduction to IronRuby and the RSpec BDD framework read more...

add a comment |category: |Views: 127

tags: another

An Illustrated Guide to Git on Windows(nathanj.github.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 4 months ago

"This document is designed to show that using git on Windows is not a difficult process. In this guide, I will create a repository, make several commits, create a branch, merge a branch, search the commit history, push to a remote server, and pull from a remote server. The majority of this will be done using GUI tools." read more...

3 comments |category: |Views: 580

tags: another

jQuery 1.3 Released(blog.jquery.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 4 months ago

"The jQuery team is pleased to release the latest major release of the jQuery JavaScript library! A lot of coding, testing, and documenting has gone in to this release and we're really quite proud of it. " read more...

add a comment |category: |Views: 480

tags: another

TortoiseGit 0.1.0.0 Preview(code.google.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 5 months ago

TortoiseSVN is being ported to TortoiseGit read more...

1 comment |category: |Views: 409

tags: another

DNK Community Guidelines - Suggestions welcome! (groups.google.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 5 months ago

Lets come up with some much needed community guidelines for DNK. Please post your suggestions and comments below, I'll update the community guidelines page on the Google group once we have reached a consensus. read more...

27 comments |category: |Views: 146

tags: another

The Private Life of a Public API(moserware.com)

submitted by moserwaremoserware(1665) 3 years, 5 months ago

Developing a public API on .NET is hard work, but it can be rewarding. Some reflections on the "Framework Design Guidelines" read more...

1 comment |category: |Views: 325

tags: another

Pair Programming - Marketing FAIL(blog.magenic.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 6 months ago

When people talk about lack of adoption of "XP" (aka Extreme Programming) practices, one of the chief problems people have with it is the idea of "Pair Programming" read more...

1 comment |category: |Views: 731

tags: another