By tag: code
0
kicks
Detailed code metrics with NDepend
A while ago, I blogged about code performance analysis in Visual Studio 2008. Using profiling and hot path tracking, I measured code performance and was able to react to that. Last week, Patrick Smacchia contacted me asking if I wanted to test his project NDepend. He promised me NDepend would provid...
0
kicks
ASP.NET MVC Source Code Now Available
Last month I blogged about our ASP.NET MVC Roadmap. Two weeks ago we shipped the ASP.NET Preview 2 Release. Phil Haack from the ASP.NET team published a good blog post about the release here. Scott Hanselman has created a bunch of great ASP.NET MVC tutorial videos that you can watch to learn more...
0
kicks
The One Single Tip to Comment Your Code
You've heard about 13 tips to comment your code, but what about the One Single Tip?
0
kicks
Restoring VS2005's 'prop' snippet in VS2008
Automatic properties are nice, but sometimes they just won't do. Visual C# 2005 included a 'prop' code snippet for a full property with backing filed but 2008 changed the snippet to generate an automatic property. Here's how to restore the 2005 snippet.
0
kicks
Part Cover a code coverage tool that works with Static methods
I just found this great free tool, open source, that produces xml, that has a command line interface and a nice GUI. Simple to install and start usint (less that five minutes). Why you should considered it and how it compares with Ncover.
0
kicks
How to create Visual studio code snippets easily
a nice tool that help you create VIsual Studio code snippets
0
kicks
.NET Coding Guidelines - Commenting
Nice rant about developers who don't comment their code, I can sympathize.
0
kicks
Top 10+ source code search engines
Programmers are coding and coding in somewhere for some purpose. I wonder how many lines of code is written in a minute on the world :) I guess thousands of lines. But most them are coding the same snippets of code again and again. I always used "Koders" not to reinvent america, means not ...
0
kicks
Automated code formatting tools
Some tools I like to use for creating and maintaining consist code structure and layout.
0
kicks
Regionerate Public Beta
Regionerate is an open-source automatic layout enforcement tool for C#. I have just released its Public Beta. Enter the site for a quick screencast that explains all about it.
0
kicks
Optimized access to Bitmaps
How to read and elaborate sequence of bitmaps without using .NET functions, saving tons of processor cycles.
0
kicks
Not Invented Here Syndrome
When it comes to components and tools, not only are you robbing yourself of a productivity boost by not having to develop every little thing in your app, but you miss the quality benefits that a specialized vendor can bring to the table. If you look around at the component vendors and open-source p...
0
kicks
A Better View On Your Coding Community!
A great site that aggregates the top coding-related feeds in one convenient and easy-to-use location. Filter information by providers, topics and keywords in order to quickly find the information that you need.
0
kicks
When Bad Code Attacks
You don't always know it's there. Maybe you saw it in passing and thought to yourself, "If I don't look it directly in the eyes, it can't hurt me." And then it happens - an error in production, high-priority change request, or time to redesign the system for a new version. Suddenly, you're...