Consuming WCF services in Silverlight using Async CTP
Here is a small sample of how you can consume WCF services using the new Async CTP features.
Here is a small sample of how you can consume WCF services using the new Async CTP features.
Essentials of Metaheuristics is now available on Amazon.com
One of the cons of O/R mapping is that the abstraction is a bit too high.
You write object-oriented code and often forget about eventual performance problems.
I have blogged about this for quite a while now.
Now I’ve finally cleaned up the code and published it at github:https://github.com/rogeralsing/Precio.Infrastructure
An early alpha of Linq to SqlXml is now available on github: https://github.com/calyptus/linq-to-sqlxml
I’ve managed to add projection support to my Linq to Sql Server Xml column implementation.
I’m hacking along on my Document DB emulator ontop of Sql Server XML columns.
I’ve started to build a Document DB emulator on top of SQL Server XML columns. SQL Server XML columns can store schema-free XML documents, pretty much like RavenDB or MongoDB stores schema-free JSON/BSON documents.
.NET Disassembled
Part 1: integers in .NET
Part 2: This post
Today I attended one of Juval Löwy’s sessions on our inhouse conference.