Browse by Tags
All Tags »
.NET (
RSS)
Continuing my CQRS world tour ...I gave my CQRS presentation at the Jax Code Camp 2012 this past Saturday. It was a great crowd with lots of representation from the wicked smart engineers at Feature[23] and others from the Jacksonville developer community...
I'm giving a talk on CQRS at the Jacksonville Architecture Group on Tuesday (2/28) at 6pm . Come out, get some pizza, and enjoy some CQRS. Hope to see you there ! UPDATE: Slides posted on SlideShare .
Thanks to everyone who came out for my presentation at the Jacksonville Developer User Group tonight. Here are the slides on SlideShare . Download the code for building your own service with self-hosted monitoring from BitBucket . You can also read my...
Today at the Jax Code Camp I gave a presentation on scaling out your .NET applications by leveraging IIS7 , AppFabric , Web Farm Framework , and Web Deploy . Thanks to everyone how come out to the session. I've posted the presentation over at SlideShare...
Gupreet over on the IIS.NET site posted a sample for integrating an F5 load balancer with the Web Farm Framework. It works well, but isn't configurable. I started adding my own configuration, but artisticcheese posted a project to CodePlex that already...
An interface defines a contract to be implemented by one or more classes. One of the keys to a well-designed interface is defining a very specific range of functionality. The profile of the interface should be limited to a single purpose & should...
In the last post , I showed how to create a podcast using WCF syndication. A podcast is an RSS feed containing a list of audio files to which users can subscribe. The podcast not only contains links to the audio files, but also metadata about each episode...
In my previous post, I showed how to create a RSS feed using WCF Syndication . Next, I'll show how to add the additional tags needed to turn a RSS feed into an iTunes podcast. A podcast is merely a RSS feed with some special characteristics: iTunes RSS...
With .NET 3.5, Microsoft added the SyndicationFeed class to WCF for generating ATOM 1.0 & RSS 2.0 feeds. In .NET 3.5, it lives in System.ServiceModel.Web but was moved into System.ServiceModel in .NET 4.0. Here's some sample code on constructing a...
Drew Noakes has written a great EXIF metadata extractor for JPG images in Java which was ported to C# by Ferret Renaud. This allows you to pull out the EXIF data like camera model & date taken. You can also access the width & height of the image...
More Posts
Next page »