How to setup automatic Word Wrap in the Visual Studio Editor ?
In Visual Studio Code editor you can set the Word wrap option which will automatically adjust long line of code…
In Visual Studio Code editor you can set the Word wrap option which will automatically adjust long line of code…
In this tips I am going to describe how you can automatically wrap up code blocks or code statement in…
WPF has a facility to search the AncestorType for a control from a child control such that it will find…
In this post I am going to discuss about building dynamic query with the LINQ. LINQ to SQL allow user…
In this post I am going to discuss about Default extension method(s) which are use full when we query the…
Silverlight 5 introduces a new feature for its existing ComboBox to auto – discover items from the list while the…
One of the interesting control that was introduced with Silverlight 5 is the RichTextBoxOverflow control. This control will show up…
Silverlight 5 introduces Binding in style Setters. Hence you can use Binding, StaticResource or any markup extension inside the style…