Browse by Tags
All Tags »
C# (RSS)
As some of you may have noticed, I have been neglecting my blog for a while and have not been writing many articles of late. Why is this? Well I have been very busy working on a productivity tool for developers, which I think is a pretty useful tool This...
I have just received notification that my article :http://www.codeproject.com/Articles/316068/Restful-WCF-EF-POCO-UnitOfWork-Respository-MEF-1-o article won best C# article for Jan 2012 over at www.codeproject.com. I would like to thank everyone that...
More than half year ago, I wrote an article about importing RSA private key in PEM format into C# RSACryptoProvider. This code was used by me for a long time until two days ago I got private key which I was unable to import due to “Bad Data” CryptographicException...
Hey dear reader, I just noticed that one of my articles is up for best c# articles of the month over at codeproject this month. If you have read the article and truly think its worth a vote, maybe you could take 2 minutes to vote in monthly competiton...
Where I work is a Fx (Foreign Exchange) company and we trade Fx for clients all over the world, and the other day my boss came up to me and stated that he would like to be able to visualise where trades where they were happening in real time, but he wanted...
Frankly, I thought that one of basic things in windows development, such as “debagability” and “installability” of services, were changed for the last 10 years in development environments. However I was disappointed to discover, that nothing actually...
Numerous people have asked me to create a LOB (line of business) app that showed how I would typically structure my layers between a front end and a database (this was mainly asked for by users of my Cinch MVVM framework) Whilst I have limited time, I...
Well a happy new year to you all. I thought I might start the new year of with a small article on using the popular Rabbit Mq message bus. But before I give you a link to the article this is what is the problem I was trying to solve: At work just before...
I don’t know about you lot, but logging is something that one simply can’t avoid. We kind of rely on it a lot (too much probably). Well today we were trying to find a problem with something we had written which spawns a new AppDomain which does some stuff...
Today at work one of my collegues asked me whether it was possible to dependency inject a Func<TResult> (a delegate which basically would resolve TResult). Now in MEF (which is what I tend to use, this would be no problem at all I would just do...
As a lot of you who have read stuff I have written about before will know that I am mainly interested in desktop development, WPF in fact. You may have also noticed that my blog has been a bit quite lately, which is due to the fact I am working on a pretty...
As part of an ongoing project that I am working on, which involves a ASP .NET MVC 3 web site and a standard .NET client, I needed a way in which I could expose a single API that would accept/return JSON objects. I had a think about various different...
I spent last week at BUILD (all caps?). What a good week for Microsoft! Now that I’ve had a day or two to consider the big announcements and shake off the reality distortion field of Steve Ballmer (err, wait… wrong Steve) , I thought I’d share...
I spent last week at BUILD (all caps?). What a good week for Microsoft! Now that I’ve had a day or two to consider the big announcements and shake off the reality distortion field of Steve Ballmer (err, wait… wrong Steve) , I thought I’d share...
I don’t know how many of you read my series of articles on TPL, in case you didn’t you can read them starting here : http://www.codeproject.com/KB/cs/TPL1.aspx http://www.codeproject.com/KB/cs/TPL2.aspx http://www.codeproject.com/KB/cs/TPL3...
Next page »