Welcome to WindowsClient.net | My Blog | Sign in | Join

Community Blogs

Sponsors





  • advertise here

Browse by Tags

All Tags » C# (RSS)
CodeStash
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...
A Big Thanks To My Blog Readers
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...
Posted: Feb 24 2012, 03:56 AM by sachabarber.net
Filed under:
OpenSSL bug or why some private keys cannot be used for .NET
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...
Posted: Feb 08 2012, 03:52 AM by sachabarber.net
Filed under:
Streaming results to web page using MSMQ/WCF/SignalR/JQuery
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...
Posted: Feb 04 2012, 06:50 AM by sachabarber.net
Filed under: ,
Self installable and runnable service or how to make generic service and console hybrid
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...
Restful WCF / EF POCO / UnitOfWork / Repository / MEF article
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...
Posted: Jan 18 2012, 11:42 AM by sachabarber.net
Filed under: , ,
RabbitMq With Shovel Plugin
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...
Posted: Jan 06 2012, 11:39 AM by sachabarber.net
Filed under:
Log4Net AppDomain Logging
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...
Posted: Dec 15 2011, 12:43 PM by sachabarber.net
Filed under:
Castle Func Injection
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...
Better ASP MVC Select HtmlHelper
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...
JSON MVC
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...
Posted: Oct 10 2011, 03:52 PM by sachabarber.net
Filed under:
Some Thoughts About Build and Windows 8
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...
Some Thoughts About My Week at Build and Windows 8
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...
Tasks vs ThreadPool
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...
Posted: Aug 22 2011, 05:21 AM by sachabarber.net
Filed under:
Next page »