ASP.NET Hosting

Visual Studio 2005 code snippets for C#

Microsoft has released additional Visual Studio 2005 code snippets for C#.

Those are task-based code snippets that are included in the box for VB.NET, but not for C#. They can help you with programming tasks ranging from working with databases and windows applications to writing mobile device applications and networking programs.

4 Comments

  • anyone figured out how to add a shortcut key to open a certain snippet?

  • <Header>

    <Title>controlStringProp</Title>

    <Shortcut>cprop</Shortcut>

    <Description>

    </Description>

    <Author>frank</Author>

    </Header>



    intellisense picks it up right away (in this case, start typing "cprop" and press tab twice)



    expected some kind of key combination like ctrl+shift+whatever, but thats not the case..

  • Not anymore. Microsoft has released additional Visual Studio 2005 code snippets for C#.
    The reff. does not work.

  • I've fixed the link. I don't understand why Microsoft has broken all their URLs a few months ago. Every URL on their sites has changed!

Comments have been disabled for this content.