¡@

Home 

c# Programming Glossary: collapse

What is the purpose of the extra braces in Switch case?

http://stackoverflow.com/questions/10095280/what-is-the-purpose-of-the-extra-braces-in-switch-case

C# allows me to use it and Visual Studio allows me to collapse that thing I am curious what is the real difference between..

Partial Classes - are they bad design?

http://stackoverflow.com/questions/2477839/partial-classes-are-they-bad-design

into the framework They removed the ability to expand collapse all code at each scope level in C# this was allowed in C because..

Change TreeNode image on expand-collapse events

http://stackoverflow.com/questions/2566643/change-treenode-image-on-expand-collapse-events

TreeNode image on expand collapse events I have a treeView with many nodes. I want that some.. nodes. I want that some nodes change their image when node collapsed expanded. How can I do it Unfortunately TreeNode don't have..

Visual Studio C# statement collapsing

http://stackoverflow.com/questions/285422/visual-studio-c-sharp-statement-collapsing

the scope of this question I often long for the ability to collapse statement blocks like one can collapse function blocks. That.. for the ability to collapse statement blocks like one can collapse function blocks. That is to say it would be great if the minus.. or iterative blocks. It would be fantastic if I could collapse things like ifs switches foreaches that kind of thing Googling..

Why doesn't VS 2008 display extension methods in Intellisense for String class

http://stackoverflow.com/questions/345883/why-doesnt-vs-2008-display-extension-methods-in-intellisense-for-string-class

How do I generate a Friendly URL in C#?

http://stackoverflow.com/questions/37809/how-do-i-generate-a-friendly-url-in-c

Regex.Replace title @ s if we end up with multiple dashes collapse to single dash title Regex.Replace title @ 2 Again basically.. the string create two strings All these operations can be collapsed to a single one. Off the top of my head without any testing.. @ ^a z0 9 s replace spaces title title.Replace ' ' ' ' collapse dashes title Regex.Replace title @ 2 trim excessive dashes at..

Large Switch statements: Bad OOP?

http://stackoverflow.com/questions/505454/large-switch-statements-bad-oop

out of a Command Pattern . For OOP you may be able to collapse several similar commands each into a single class if the behavior..

Hiding the regions in Visual Studio

http://stackoverflow.com/questions/858132/hiding-the-regions-in-visual-studio

a file is opened Optionally prevent regions from being collapsed but still be able to collapse other code Give the #region #end.. prevent regions from being collapsed but still be able to collapse other code Give the #region #end region lines a smaller lighter..