Recent Comments
John on RSA using BouncyCastle: Hi, I am looking for an infrastructure like JCE in java so I can “install”...
DW on Extension methods for copying or cloning objects: I found this framework helpful. Thanks. One suggestion: in...
yoosiba on Continuous Testing for Visual Studio: Hey. I have installed your plugin into my MSVS2008. I also added to...
makeitfaster on Continuous Testing for Visual Studio: [...] Continuous Testing for Visual Studio 2008 and 2010 [...]
Sebastian Vilstrup on Continuous Testing for Visual Studio: After a few mails back and forth with Håvard, we got it...
Valamas on Continuous Testing for Visual Studio: Thank you for a wonderful product. It was only weeks ago I though...
Twitter
- @runegri There's always the Sketchup warehouse if you're looking for 3D models: http://bit.ly/bARU6i 2010/07/18
- Congratulations Spain! :) 2010/07/11
- RT @sh1mmer: I might be crazy, but I'm going to write a DNS server using Node.js. #everythingisanail 2010/07/09
Tag Archives: LINQ
Mocking HtmlHelper in ASP.NET MVC RC1 using Moq
For those of you trying to mock HtmlHelper, but finding it difficult, here’s a mock that works in ASP.NET MVC RC1.
Object-Relational Mappings Considered Harmful
Creating an Object-Relational Mapping (ORM) has become the de facto way of handling persistence in the object-oriented programming paradigm. Almost all systems require some form of persistent state, and relational databases have become the de facto place to put that … Continue reading
LINQ vs Loop – A performance test
I just installed Visual Studio 2008 beta 2 to see what the future holds for C#. The addition of LINQ has brought a variety of query keywords to the language. “Anything” can be queried; SQL databases (naturally), XML documents, and … Continue reading