Sacha Barber I just finished reading Sacha Barbers latest article on CodeProject called GeoPlaces. There are a few people publishing on the… Posted on: April 5, 2009 By: jammer With: 3 Comments
WCF Security Guidance Anyone working on WCF components and services really need to have a good read of this. Its another great free… Posted on: February 5, 2009 By: jammer With: 0 Comments
Debug – C# Express 2008 There is no doubt that C# is a great language, on top of that Microsoft have released some great IDE's,… Posted on: December 6, 2008 By: jammer With: 0 Comments
WPF Visual Studio Code Snippets Just found a link on Sacha Barbers blog linking too some really cool Visual Studio code snippet downloads available from… Posted on: July 28, 2008 By: jammer With: 0 Comments
WPF UserControl == DataTemplate Over the weekend I was doing a fair amount of UI stuff on a major project of mine and stumbled… Posted on: July 23, 2008 By: jammer With: 0 Comments
XAML, Blend & Binding to Static Data Sources I've just been having a little play around with some methods for binding UI elements (in this case a ComboBox)… Posted on: July 9, 2008 By: jammer With: 0 Comments
LINQ, SQL Compact, Private Install Well, I've spent the best part of a week trying to figure out why my application was constantly falling over… Posted on: July 2, 2008 By: jammer With: 0 Comments
Visual Studio StartUp Projects I've spent a large portion of today trying to figure out why my project wasn't able to create an MSI… Posted on: June 29, 2008 By: jammer With: 0 Comments
New to LINQ? Just found this really useful collection of byte sized tidbits to improve the performance of your usage of the data… Posted on: June 28, 2008 By: jammer With: 0 Comments
LINQ SQL Compact – DatabaseExists() If like me you are trying to use this really handy method and are having problems, it's not your code… Posted on: June 26, 2008 By: jammer With: 2 Comments
WPF Single Instance Application UPDATED After a lot of poking around on this subject I found a rather neat way of enforcing an application… Posted on: June 21, 2008 By: jammer With: 11 Comments
Empty if(){} … I spent far too long today thinking about ways to code what at first appears to be a simple C#… Posted on: June 8, 2008 By: jammer With: 0 Comments
Using MediaElement I've just put together a really dirty and VERY simple app that uses the MediaElement class in .NET 3.5 as… Posted on: June 7, 2008 By: jammer With: 0 Comments
WPF Hex to Brush Conversion I recently found myself needing to do this and it took longer than expected! Anyway here is my solution! [source:c-sharp]… Posted on: May 30, 2008 By: jammer With: 4 Comments
LINQ I'm not sure if I'm missing something here but a couple of hours into looking at LINQ for the first… Posted on: March 26, 2008 By: jammer With: 0 Comments
Debugging XAML This is a really tough one sometimes. I've recently had to debug an error that initially seemed a bit odd.… Posted on: March 22, 2008 By: jammer With: 0 Comments
Expression Blend Hmm ... this is potentially one of the nicest tools to come out of the Microsoft camp in living memory.… Posted on: March 20, 2008 By: jammer With: 0 Comments
Learning C# / .NET I'm on a steady road of learning first the basics of this new (to me) technology. Coming from a FoxPro… Posted on: March 16, 2008 By: jammer With: 0 Comments
WPF, 3D, Windows XP Anti Aliasing Well today yielded one interesting new thing about WPF 3D content and how Windows XP is setup in relation to… Posted on: March 12, 2008 By: jammer With: 0 Comments
C# Regular Expressions I've recently found the need to really optimise some C# code using regular expressions instead of using multiple statements to… Posted on: March 8, 2008 By: jammer With: 0 Comments