-
Recent Posts
Recent Comments
- Keith Dahlby on Announcing posh-tf
- Tom de Koning on Announcing posh-tf
- Keith Dahlby on Announcing posh-tf
- Akash Chopra on Announcing posh-tf
- MartinEvans on ASP.NET Web API List Parameter Binding
Archives
Categories
- ASP.NET
- asp.net mvc
- ASP.NET Web API
- Book Review
- ControllerSessionState
- ControllerSessionStateAttribute
- DataContext
- DLINQ
- Expression Trees
- Extension Methods
- F#
- fsharp
- fsrazor
- Functional Construction
- Functional Programming
- git
- git-achievements
- git-svn
- Hacking LINQ
- HTTP Compression
- IDisposable
- IIS
- ILazyContext
- ILazyQueryable
- Iterators
- LazyLinq
- LINQ
- LINQ to SQL
- msysgit
- mvc 3
- NUnit
- Performance
- posh-git
- posh-tf
- powershell
- Queryable
- razor
- red-gate
- Refactoring
- reflector
- RenderAction
- Serializable
- SessionStateAttribute
- SharePoint
- SPExLib
- Stack Overflow
- STLDODN
- testing
- Uncategorized
- WatiN
Meta
Category Archives: Uncategorized
RabbitMQ for Windows: Headers Exchanges
This is the eighth and final installment to the series: RabbitMQ for Windows. In the last installment, we walked through creating a topic exchange example. As the last installment, we’ll walk through a headers exchange example. Headers exchanges examine the … Continue reading
Would you like to be employee #1 at a Software Company
Update: this position is located in Austin. However if you don’t live in the area and are interested in working with us, please contact me. I’m always interested in working with talented developers no matter where they live! I’m expanding … Continue reading
RabbitMQ for Windows: Topic Exchanges
This is the seventh installment to the series: RabbitMQ for Windows. In the last installment, we walked through creating a fanout exchange example. In this installment, we’ll be walking through a topic exchange example. Topic exchanges are similar to direct … Continue reading
RabbitMQ for Windows: Fanout Exchanges
This is the sixth installment to the series: RabbitMQ for Windows. In the last installment, we walked through creating a direct exchange example and introduced the push API. In this installment, we’ll walk through a fanout exchange example. As discussed … Continue reading
The post you don’t want to read on the topic I don’t want to write about
I’m going to give you a phrase of power. Use it wisely. Ready? I want to hear what you have to say. If you know a developer who ought to be presenting at conferences or writing blog posts and isn’t, … Continue reading
Austin Code Camp Schedule
We’ve got an amazing line up of presentations this year. A lot of great people from the community have volunteered their time to share with the rest of what they’ve learned and what they are passionate about. With over 40 … Continue reading
Huboard – New feature overview
Huboard! I’ve been working one a few new features in my side project huboard and they are pretty awesome. Since the start I’ve always prioritized features by what adds the most value to github issues. That means features github already … Continue reading
Austin Code Camp June 9th
The 6th Austin Code Camp will be June 9th, 2012 at St Edward’s Professional Education Center. It’s lining up to be a great conference already. 200 people have already registered and we have 30 sessions submitted too. You can find … Continue reading
Also posted in git, posh-git, powershell
3 Comments
RabbitMQ for Windows: Direct Exchanges
This is the fifth installment to the series: RabbitMQ for Windows. In the last installment, we took a look at the four exchange types provided by RabbitMQ: Direct, Fanout, Topic, and Headers. In this installment we’ll walk through an example … Continue reading
RabbitMQ for Windows: Exchange Types
This is the fourth installment to the series: RabbitMQ for Windows. In the last installment, we reviewed our Hello World example and introduced the concept of Exchanges. In this installment, we’ll discuss the four basic types of RabbitMQ exchanges. Exchange … Continue reading
