DotNetShoutout - Stories tagged with ReSharper
3
Shouts

Laurent Kempé | Fixing ReSharper inspection Results used from XAML

published 559 days, 19 hours, 31 minutes ago posted by http://laurentkempe.myopenid.com/http://laurentkempe.myopenid.com/ 560 days, 6 hours, 49 minutes ago
Saturday, November 12, 2011 3:22:30 AM GMT Friday, November 11, 2011 4:04:39 PM GMT
Finishing this week sprint I decided to inspect some code using ReSharper 6.1 EAP and I started to give ReSharper a chance to help me find some of broken code. When I started I had some of the following inspection results. It is clearly showing that some properties wasn’t identified as used in a WPF binding. (more)
category: Metro | clicked: 25 | comment | | source: www.laurentkempe.com
tags: Silverlight, WP7, WPF, XAML, ReSharper
3
Shouts

ReSharper 6 Enhances Razor Support - JetBrains .NET Tools Blog

published 764 days, 21 hours, 47 minutes ago posted by iftekharahmedamitiftekharahmedamit 765 days, 6 hours, 59 minutes ago
Thursday, April 21, 2011 1:07:06 AM GMT Wednesday, April 20, 2011 3:55:19 PM GMT
Razor is the new View Engine introduced by Microsoft in ASP.NET MVC 3. If you have worked with ASPX View Engine, the default one up to version 2 of MVC, you’ll certainly appreciate the simplicity and ease of use of Razor. It makes the flow of HTML vs Code much easier to the eyes and to work with. In ReSharper 6, we are enhancing Razor support in Visual Studio by adding a series of features that will make it even better to work with. Importing Namespaces ReSharper 6 now automatically imports the specific... (more)
category: How To | clicked: 0 | comment | | source: blogs.jetbrains.com
tags: ReSharper 6, Razor Syntax, R#, JetBrains, JetBrains ReSharper, Razor, ReSharper
7
Shouts

CSS Support in ReSharper 6 - JetBrains .NET Tools Blog

published 809 days, 4 hours, 22 minutes ago posted by iftekharahmedamitiftekharahmedamit 809 days, 23 hours, 51 minutes ago
Monday, March 07, 2011 6:31:51 PM GMT Sunday, March 06, 2011 11:02:58 PM GMT
ReSharper 6 EAP has been available for about 1.5 months, and it’s time to move on zooming into new features that this new version brings. We’ve announced that supporting JavaScript and CSS is one of the most important directions in ReSharper 6, and following an earlier post about JavaScript support, let’s take a look at the second major functionality area for ReSharper 6: support for CSS. It is currently represented by the following features:Syntax/Color Highlighting and Palette ReSharper applies its o... (more)
category: How To | clicked: 3 | comment | | source: blogs.jetbrains.com
tags: ReSharper 6, R#, JetBrains, JetBrains ReSharper, ReSharper, CSS
7
Shouts

ReSharper 6 Bundles Decompiler, Free Standalone Tool to Follow - JetBrains .NET Tools Blog

published 822 days, 2 hours, 55 minutes ago posted by iftekharahmedamitiftekharahmedamit 822 days, 11 hours, 44 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 11:09:58 AM GMT
What’s going on here? We’ve recently hinted on a new kind of functionality that’s being developed within ReSharper 6 EAP. Those of you who saw that post got the message right: ReSharper 6 will feature a decompiler. More than that, it is already available in ReSharper 6 EAP builds that you can download and try. As if it isn’t enough, we have more great news: make sure to read on to th... (more)
category: How To | clicked: 1 | comment | | source: blogs.jetbrains.com
tags: ReSharper 6, R#, JetBrains, JetBrains ReSharper, ReSharper
2
Shouts

Brand new Reflector alternatives

published 824 days, 49 minutes ago posted by brunomarquesbrunomarques 826 days, 13 hours, 17 minutes ago
Sunday, February 20, 2011 10:04:43 PM GMT Friday, February 18, 2011 9:36:43 AM GMT
Two .NET reflector free alternatives on their way! One of them comes from JetBrains, the same ones behind ReSharper! (more)
category: How To | clicked: 3 | comment | | source: geeklyeverafter.blogspot.com
tags: decompiler, ReSharper, Reflector
5
Shouts

how to unload resharper without uninstalling

published 921 days, 10 hours, 34 minutes ago posted by http://quachnguyen.myopenid.com/http://quachnguyen.myopenid.com/ 923 days, 20 hours, 15 minutes ago
Monday, November 15, 2010 12:19:44 PM GMT Saturday, November 13, 2010 2:39:19 AM GMT
I have been using Resharper in every projects I have made as well as my example code, i realized that something it made me so slow to load visual studio, so i don't want to load resharper or any installed extension of Visual Studio any more, i got an option in visual studio which can start visual studio without any extension or add-in. that's it: devenv /safemode Type it in Start → Run dialog Bonus: if you don't want to see the Splash form when loading visual studio, we also have another option ... (more)
category: Web Dev | clicked: 0 | comment | | source: code2code.info
tags: ReSharper
10
Shouts

Free Continuous Integration Toolkit

published 949 days, 8 hours, 18 minutes ago posted by sedgeysedgey 949 days, 18 hours, 17 minutes ago
Monday, October 18, 2010 2:36:01 PM GMT Monday, October 18, 2010 4:36:40 AM GMT
What the hell is Continuous Integration Anyway? For those of you unfamiliar with the term here is the Wikipedia definition: “In software engineering, continuous integration (CI) implements continuous processes of applying quality control - small pieces of effort, applied frequently. Continuous integration aims to improve the quality of software, and to reduce the time taken to deliver it, by replacing the traditional practice of applying quality control after completing all development.” My personal d... (more)
category: Agile | clicked: 2 | comment | | source: web2asp.net
tags: NUnit, Subversion, Source Control, TeamCity, ReSharper, VisualStudio, Continuous Integration
7
Shouts

5 Easy Tips to Reduce and Refactor Your Code with Resharper : JohnPapa

published 962 days, 11 hours, 29 minutes ago posted by rajuraju 964 days, 6 hours, 8 minutes ago
Tuesday, October 05, 2010 11:25:29 AM GMT Sunday, October 03, 2010 4:45:49 PM GMT
I’ve talked a lot about Resharper features such as the Find Usages, live templates, and the instant code analysis. But I have not talked about some of the features that are not as prominent but I find especially helpful. So here are a few very simple tips for how to clean your code up using Resharper. (more)
category: Metro | clicked: 0 | comment | | source: johnpapa.net
tags: code analysis, ReSharper
5
Shouts

Small sample of using Code Contracts

published 977 days, 10 hours, 23 minutes ago posted by http://outcoldman.ru/openidhttp://outcoldman.ru/openid 978 days, 5 hours, 45 minutes ago
Monday, September 20, 2010 12:31:05 PM GMT Sunday, September 19, 2010 5:08:54 PM GMT
I had read about Code Contracts long time ago, but I didn’t see a reason to use contract instead of simple tests and argument's check with Exception's throws. Only now I’m trying to use them at real project. I didn’t see why I need to write:Contract.Requires (more)
category: Architecture | clicked: 1 | comment | | source: outcoldman.ru
tags: .NET, C#, WPF, Code Contract, ReSharper
6
Shouts

ReSharper 5.1: Bug Fixes, Performance, XAML 2009 - JetBrains .NET Tools Blog

published 1051 days, 9 hours, 20 minutes ago posted by iftekharahmedamitiftekharahmedamit 1052 days, 1 hour, 59 minutes ago
Thursday, July 08, 2010 1:33:51 PM GMT Wednesday, July 07, 2010 8:54:36 PM GMT
ReSharper 5 gets its first official update today with the launch of the new ReSharper 5.1, the bug fix and performance tuning release that additionally features support for XAML 2009. As expected, integrating with the new Visual Studio turned out to be one of the greatest challenges for ReSharper developers. It took us 2.5 months to collect feedback from 5.0 RTM and 5.1 EAP users all around the world, reproduce integration problems and other kinds of issues, fix them, and finally come up with something ... (more)
category: How To | clicked: 1 | comment | | source: blogs.jetbrains.com
tags: R#, JetBrains, JetBrains ReSharper, Performance, ReSharper 5.1: Bug Fixes, XAML, ReSharper
7
Shouts

ReSharper 5.0 Is Out! - JetBrains .NET Tools Blog

published 1136 days, 10 hours, 7 minutes ago posted by iftekharahmedamitiftekharahmedamit 1137 days, 6 hours, 22 minutes ago
Wednesday, April 14, 2010 12:46:30 PM GMT Tuesday, April 13, 2010 4:32:19 PM GMT
ReSharper 5.0 is finally here, and you can download it right now! We’ve blogged for a while now about the great new stuff in ReSharper 5.0 (and we’ll continue blogging about it), but here’s a short recap:Web Development: You get an extensive toolset for ASP.NET development to work with markup files and web site infrastructure. ASP.NET MVC developers get a bonus with additional syntax highlighting, inspections, navigation, and completion for actions and controllers.Project and Team: Powerful, shareable s... (more)
category: How To | clicked: 0 | comment | | source: blogs.jetbrains.com
tags: ReSharper 5.0, R#, JetBrains, ReSharper 5, JetBrains ReSharper, ReSharper
4
Shouts

MsHelp » Disabling ReSharper 5.0

published 1216 days, 11 hours, 10 minutes ago posted by http://svenvanoirbeek.myopenid.com/http://svenvanoirbeek.myopenid.com/ 1216 days, 23 hours, 42 minutes ago
Sunday, January 24, 2010 11:44:10 AM GMT Saturday, January 23, 2010 11:12:24 PM GMT
Disabling ReSharper 5.0 Posted by Sven on January 24th 2010 to ReSharper, Visual Studio 2010 I am really a big fan of ReSharper! With Visual Studio 2010 I had to upgrade to version 5.0, which is currently in beta. Haven’t played with all the new features but this will come. I’m sure. Anyway.. I was looking at some new functionalities Visual Studio 2010 had to offer. Wanted to try out the new native Generate code based on usage. The problem however, well problem, is that ReSharper alr... (more)
category: How To | clicked: 0 | comment | | source: mshelp.be
tags: Visual Studio 2010, ReSharper
7
Shouts

ReSharper 5.0 Beta released

published 1240 days, 9 hours, 26 minutes ago posted by dczupekdczupek 1242 days, 9 hours, 12 minutes ago
Thursday, December 31, 2009 1:27:34 PM GMT Tuesday, December 29, 2009 1:41:44 PM GMT
JetBrains' ReSharper 5.0 Beta is now available and includes many improvements, fully VS 2010 support. (more)
category: Web Dev | clicked: 0 | comment | | source: blog.dczweb.net
tags: ReSharper 5.0, ReSharper 5, ReSharper