Welcome to MSDN Blogs Sign in | Join | Help

November 2008 - Posts

A one-line program to count lines of code

I wanted to sum the total lines of code in files in a given folder. I thought that writing my own program to do this would be faster than looking for it on the internet, so here's what I came up with (1 line broken into 7 lines to fit into your blog reader):
Posted by Kirill Osenkov | 10 Comments
Filed under:

Links about Visual Studio 2010 and C# 4.0

A while ago we announced Visual Studio 2010 and C# 4.0. In case you'd like to catch up and read articles or watch videos about the upcoming new features, I wanted to gather some links here. PDC http://channel9.msdn.com/pdc2008/ is a great link about PDC,
Posted by Kirill Osenkov | 8 Comments
Filed under: , ,

NDepend

Static analysis tools allow us to measure code quality and better understand the design and architecture of software. There are things about source code that are not visible to eye in our day-to-day work: dependencies between components, cyclomatic complexity

Book review: Essential C# 3.0 by Mark Michaelis

Sometimes I'm being asked what book I'd recommend for learning C#. Until recently, I was hesitant and didn't know what to answer. It depends, among other things, on the following factors: Whether the learner has existing programming background Whether
 
Page view tracker