Blog articles tagged 'c#'

0
comment
on 5/13/2012 9:27 AM
To find out if a string contains a piece of substring, here are three simple ways of going about it in C#, just to name a few: String.Contains String.IndexOf where the return value is >= 0 Regex.IsMatch Out of curiosity I wanted to see if there was any no[...]
.
0
comment
on 5/6/2012 6:58 AM
This morning I was wrestling with trying to make some Noda Time unit tests faster. For some reason, the continuous integration host we're using is really slow at loading resources under .NET 4. The unit tests which run in 10 seconds on my home laptop take[...]
.
0
comment
on 5/2/2012 1:12 PM
(Note that this is deliberately not posted in the Noda Time blog. I reckon it's of wider interest from a design perspective, and I won't be posting any of the equivalent Noda Time code. I'll just say now that we don't have this sort of craziness in Noda T[...]
.
0
comment
on 4/7/2012 2:35 AM
To some readers, the title of this post may induce nightmarish recollections of late-night debugging sessions. To others it may be simply the epitome of jargon. Just to break the jargon down a bit: Type initializer: the code executed to initialize the[...]
.
0
comment
on 3/6/2012 3:19 PM
The first stable release of the Silverlight 5 Multi-Window Controls project is now available on CodePlex which brings external window support to the ChildWindow and ContextMenu. So what’s next if anything? I came across Tim Heur’s Silverlight Floatable[...]
.
0
comment
on 3/6/2012 11:54 AM
A while I ago I blogged about what had changed under the hood of async between the CTP and the VS11 Preview. Well, now that the VS11 Beta is out, it's time to do it all again... Note that the code in this post is in the Eduasync codebase, under a differe[...]
.
0
comment
on 3/5/2012 10:33 PM
.
0
comment
on 2/29/2012 7:14 PM
.
0
comment
on 2/29/2012 9:27 AM
Noda Time is nearing v1.0, which means I'm spending more time writing documentation than code. It also means reviewing the APIs we've got with a critical eye - whether that's removing extraneous members, adding useful ones, or moving things around. (In pa[...]
.
0
comment
on 2/26/2012 7:16 AM
Note: don’t forget to check out the Benchmarks page to see the latest round up of binary and JSON serializers.   Since my last round of benchmarks on binary serializers, there’s a new player in town – MessageShark, which at the time of this writing does n[...]
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us
Built with WebSharper