Stories recently tagged with 'Formatting'

NArrange or Keeping Your Code in Order(blog.dynamicprogrammer.com)

submitted by jniesjnies(60) 3 years, 4 months ago

An overview of NArrange, an open source .NET code formatting tool, and how to run it on a single C# file from Visual Studio. read more...

add a comment |category: |Views: 29

tags: another

Regionerate Public Beta(rauchy.net)

submitted by rauchyrauchy(455) 4 years, 11 months ago

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. read more...

3 comments |category: |Views: 11

tags: another

Custom string formatting in .Net(rajkwatra.blogspot.com)

submitted by rajkwatrarajkwatra(245) 5 years ago

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..... read more...

add a comment |category: |Views: 21

tags: another

C# Code to HTML Formatting Tool (with source)(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 4 months ago

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." read more...

add a comment |category: |Views: 352

tags: another

VS2005 C# Code Snippet Cheat Sheet(john-sheehan.com)

submitted by rimsystemsrimsystems(6119) 5 years, 4 months ago

Here's all the built-in Visual Studio 2005 C# Code Snippets on one single page for easy printing and reference. read more...

add a comment |category: |Views: 658

tags: another