What are the best code snippets for C#? (using visual studio) VB has a lot that are pre-defined, but there are only a handful for C#. Do you have any really useful ones for C#?
Anyone want to post a good custom one you created yourself?
|
What are the best code snippets for C#? (using visual studio) VB has a lot that are pre-defined, but there are only a handful for C#. Do you have any really useful ones for C#? Anyone want to post a good custom one you created yourself? |
|||||||||
|
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
Microsoft have released a whole bunch of C# snippets that bring it up to parity with the ones for Visual Basic. You can download them here: |
||||
|
|
|
There's plenty of code snippets within Visual Studio for basic programming structure but I wouldn't necessarily rate one higher than another. I would definitely say the best ones are the custom snippets you define yourself to accomplish more specific tasks that you may find yourself using on a regular basis. Definitely a big time saver. A fairly basic intro to creating custom snippets can be found at http://www.15seconds.com/issue/080724.htm to help with this. |
|||
|
|
|
These are the ones I use daily.
|
|||
|
|
|
I had a few on my old blog: I also have an |
|||
|
|
|
Just to update an older thread... here's a link for Visual Studio 2008 C# code snippet download. |
|||
|
|
|
I just started a blog, where I document short solutions in C# (code snippets) that I came up with and might prove useful to other coders. http://thorstenlorenz.blogspot.com/ So far I have mostly blogged about extension methods and generics. So have a look and tell me what you think. |
|||
|
|