Welcome to MSDN Blogs
Sign in
|
Join
|
Help
Jomo Fisher -- Sharp Things
This Blog
Email
Syndication
RSS 2.0
Atom 1.0
Search
Go
Tags
.NET Futures
C#
C++\CLI
Code Quality
Data Structures
Design Patterns
F#
Immutable
Manycore
MSBuild
Multicore
Performance
Puzzle
Archives
May 2008 (1)
April 2008 (1)
December 2007 (1)
November 2007 (1)
October 2007 (6)
September 2007 (8)
August 2007 (2)
July 2007 (3)
June 2007 (1)
May 2007 (4)
March 2007 (1)
March 2006 (1)
November 2005 (1)
October 2005 (1)
September 2005 (2)
August 2005 (1)
July 2005 (1)
May 2005 (4)
April 2005 (3)
February 2005 (1)
January 2005 (1)
November 2004 (1)
October 2004 (2)
September 2004 (5)
August 2007 - Posts
Tuesday, August 28, 2007 2:45 PM
Persistence Ignorance in LINQ to SQL
Mathew Charles is a member of the LINQ to SQL development team. He's posted a great article on POCO support in LINQ to SQL: http://blogs.msdn.com/digital_ruminations/archive/2007/08/28/linq-to-sql-poco-support.aspx
Posted by
Jomo Fisher
|
0 Comments
Monday, August 13, 2007 5:00 PM
Probing a Hidden .NET Runtime Performance Enhancement
Jomo Fisher--Matt Warren once told me that the runtime had a performance optimization involving calling methods through an interface. If you only had a small number of implementations of a particular interface method the runtime could optimize the overhead
Posted by
Jomo Fisher
|
8 Comments
Filed under:
C#
,
Performance