I?ve been following the ScriptCS project with great interest over the last couple of months. […]
SqlBulkCopy for Generic List<T> (useful for Entity Framework & NHibernate)
A common complaint of the Entity Framework is slow insert times for larger datasets. Last […]
Dynamic in C# is Broken
Earlier this week, I ran into an issue while using the dynamic keyword in C#. […]
Book Review: C# in Depth–2nd Edition
I really learned a lot from reading the first edition of C# in Depth, so […]
The Black Art of P/Invoke and Marshaling in .NET
Last week I finally managed to hunt down and resolve a bug that I had […]
Don’t Parse That XML!
I?ve talked a few times about how the best code you can write is code […]
CreateDelegate<T> – An Exercise in Using Expressions
In a previous blog post I showed a basic example of how to use the […]
Enter a Parallel Universe Using IKVM.NET
IKVM.NET is something I?ve been playing with for a while now, but seeing this awesome […]