By tag: Formatting
0
kicks
NArrange or Keeping Your Code in Order
An overview of NArrange, an open source .NET code formatting tool, and how to run it on a single C# file from Visual Studio.
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
Custom string formatting in .Net
Recently, while working on a project, I came across the need to format the phone number supplied as string in the standard U.S. phone format(i.e. 1234567890 should be displayed as (123) 456-7890). The phone number was being fetched as a string from the database.....
0
kicks
C# Code to HTML Formatting Tool (with source)
From Scott Cate : "I've been asked several times about how the C# code in my blog gets formatted. I use this GREAT! code formatter. It's simple, copy/paste into a text box, pick the technology c#, VB, HTML/ASPX, XML. You can turn on/off line numbers, and alt line back colors."
0
kicks
VS2005 C# Code Snippet Cheat Sheet
Here's all the built-in Visual Studio 2005 C# Code Snippets on one single page for easy printing and reference.