Monday, January 17th, 2011
If you’re interested in some of the things that Microsoft is thinking about when it comes to parallel programming and Visual Studio then you should definitely check out this talk. While I was off speaking in Sweden, China and Japan everyone else was at TechEd Europe in Berlin. Here’s what ...
Tags: C#, C++, C++AMP, Parallel Computing, Visual Studio
2 Comments »
Monday, October 11th, 2010
So after the dust has settled and I’m back in not quite so sunny Seattle what were the highlights from GTC? Keynotes: 3D and the Cure for Cancer I was really impressed by the keynotes and wish I could have stayed for the final one on Thursday evening ...
Tags: C#, GPGPU, San Jose
Comments Off on Geek Vacation Day #4: GTC Highlights
Tuesday, September 15th, 2009
I ran into a couple of issues when writing an F# class to be consumed by C#. Specifically when it came to adding attributes to a property declared on an interface. You would expect the following code to decorate the SofteningLength property with the Dependency and DefaultValue attributes: ...
Tags: C#, F#, Gotchas, Mixed languages, Unity
2 Comments »
Tuesday, September 8th, 2009
I’ve been using xUnit.net to run some basic acceptance tests. Obviously xUnit is a unit test framework first and foremost but I don’t have a problem with reusing the framework provided you’re really clear about which tests are unit tests and which tests are not. I created an AcceptanceTest ...
Tags: C#, Coding, Continuous integration, TDD, xUnit
Comments Off on Conditional Acceptance Tests with xUnit.net
Tuesday, September 1st, 2009
In part 1 and part 2 of my thread on C# optimization there was a lot of talk about algorithms and the like. The next two posts take a different tack… first re-implementing the same algorithm using different languages and then in a different language and hardware. It turns out ...
Tags: C#, Coding, Concurrency, NBody.net, Parallel Computing, Performance
3 Comments »