Generating object initializers with ReSharper
Friday, April 11th, 2008How to generate object initializers in two different ways using ReSharper
Archive for the 'How-To's' CategoryGenerating object initializers with ReSharperFriday, April 11th, 2008How to generate object initializers in two different ways using ReSharper Create an overloaded delegate quicklySunday, March 23rd, 2008Sometimes it is necessary to create method overloads that just pass default values to other overloads. ReSharper allows you to do this quickly and easily. Take this simple method for example: We need to take the CreateUser method and add a new parameter to it. However, we also need to keep the old CreateUser method signature around […] Custom TemplatesSaturday, March 15th, 2008ReSharper templates enable you to quickly generate predefined code constructs. Many templates are provided ready to use; you can create new templates, edit existing ones and easily manage them. Creating and using your own templates is a quick and easy way to help eliminate repetitive code or to automate common tasks. To demonstrate this functionality, I […] ReSharper in Detail: Quick-Fixes vs Context ActionsTuesday, March 4th, 2008Clarifying the difference between Resharper’s two bulbs: quick-fixes and context actions ReSharper in Detail: Reformatting CodeSunday, February 10th, 2008ReSharper can reformat any selected block of C# or VB.NET code, all code in the current file, all files in a directory, the current project, or even the current solution, according to your settings. ReSharper in Detail: CamelHumpsFriday, February 1st, 2008CamelHumps is a feature that identifies parts of compound names composed according to CamelCase. It is used in several navigation commands, including Go to File, Go to File Member, Go to Type and Go to Symbol, as well as Extend/Shrink Selection and Next/Previous Word. Extend/Shrink SelectionFriday, January 25th, 2008ReSharper in Detail: Extend/Shrink Selection Solution-Wide Analysis ExplainedTuesday, December 25th, 2007Solution-Wide Analysis: a major new feature in ReSharper 3.1 ReSharper 3.0 EAP in Action: Cross-Language SupportMonday, June 18th, 2007ReSharper 3.0’s extensive support of Visual Basic.NET extends all through the program. Its new cross-language functionality allows developers to use smart-navigation, search, refactoring, and other goodies across both the C# and VB.NET languages. Check out this screencast to see ReSharper’s cross-language functionality in action! Technorati tags: resharper, visual studio, C#, vb.net, visual basic, refactoring, .net dotTrace Flash Movies Now AvailableThursday, February 15th, 2007We’ve released several short flash movies demonstrating how to profile using dotTrace. They are available right now in the dotTrace Docs and Demos section. Shows how to profile perfomance, locate performance bottlenecks, and use the automatic snapshot comparison feature. Illustrates working […] | |