CSharpFeeds - All your C# feeds in one place.

Wednesday, August 18, 2010

Code Analysis Techniques

by ssmith via Blog on 8/18/2010 3:47:01 AM

There are a number of code analysis tools available for .NET developers, including some stats that are built into the pricier SKUs of Visual Studio.  Recently, I’ve been playing with a relatively new product (released earlier this year by Microsoft agile consulting shop NimblePros.com) called Nitriq.  Nitriq is a bit like LINQPad for your code.  If you’re not familiar with it, go download LINQPad now – it’s a great tool worth paying for.  I’ll wait until you’re back… Back?&# ...

[ read more ]

Hydrating Objects With Expression Trees - Part III

by Paulo Morgado via Paulo Morgado : C# on 8/18/2010 1:27:14 AM

To finalize this series on object hydration, I’ll show some performance comparisons between the different methods of hydrating objects. For the purpose of this exercise, I’ll use this class: class SomeType { public int Id { get; set; } public string Name { get; set; } public DateTimeOffset CreationTime { get; set; } public Guid UniqueId { get; set; } } and this set of data: var data = ( from i in Enumerable.Range(1, ObjectCount) select new object[] { i, i.ToString( ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us