Syndicate content
4.333335
09.05.12 17:05 | Jura Gorohovsky

Introducing JetBrains dotPeek

This video introduces dotPeek - the free-of-charge .NET decompiler and assembly browser from JetBrains. James Kovacs highlights using Assembly Explorer; different ways to navigate and gain insight of decompiled code; fetching source code from the local machine or a source server (if available); and taking advantage of keyboard shortcuts that are familiar to ReSharper users.

English 671 Comments
5
30.06.11 03:06 | Jura Gorohovsky

What's New in ReSharper 6

In this epic video that has taken Hadi Hariri 96 hours of life of which he slept only 4, he gives an overview of new features in ReSharper 6 including support for JavaScript, CSS, and ASP.NET MVC 3 Razor; extended navigation, code analysis, refactoring, and new code transformation actions; code analysis in VB.NET; improved XAML support; and more. If you want to get a general picture of how dramatically we have improved ReSharper and start investigating for more improvements from there, this video is for you.

English 12,529 Comments
4.5
18.01.12 15:01 | Dmitri Nesteruk

Getting Started with ReSharper SDK

In this screencast, I introduce the ReSharper Software Development Kit - a package designed to help developers quickly get started with making their own ReSharper plug-ins.

English 1,443 Comments
addin, extensibility, plugin, sdk
5
21.10.11 01:10 | Dmitri Nesteruk

Developing the Data Access Layer with ReSharper

 A demonstration of how to create a data access layer with ReSharper.

English 3,944 Comments
4
09.09.11 00:09 | Jura Gorohovsky

Measuring and Graphing Test-Driven Development in C#


English 2,216 Comments
5
21.07.11 12:07 | Hadi Hariri

Adding File Templates to the R# Quick Access List

In this screencast Sara Stephens (@developerdame) shows us how to create a file template for Unit Testing and add it to the Quick List, whereby we can then access it by pressing Cltr+Alt+Ins in any file (or Alt+Ins in Solution Controller), much like the existing entries for Class, Interface, Enum et al.

English 1,829 Comments
File Templates
2.666665
22.06.11 22:06 | Jura Gorohovsky

Extracting a Class from Parameters

Hadi Hariri shows why converting a bunch of parameters to a data transfer object (DTO) manually is a waste of time since ReSharper has an automated refactoring for this called "Extract Class from Parameters". Full video of this session is available at http://tv.jetbrains.net/videocontent/resharper-tips-and-tricks-live-sess...

English 2,568 Comments
4
22.06.11 22:06 | Jura Gorohovsky

Converting Anonymous to Named Type

Hadi Hariri shows how to use a little known but handy ReSharper refactoring called "Convert Anonymous to Named Type". It converts anonymous types to nested or top-level named types in the scope of the current method or the entire solution. Full video of this session is available at http://tv.jetbrains.net/videocontent/resharper-tips-and-tricks-live-sess...

English 2,366 Comments
2.5
22.06.11 22:06 | Jura Gorohovsky

Using and Extending ReSharper Templates

Hadi Hariri talks about using live templates, file templates and surround templates provided by ReSharper. He also gives a hint how to extend ReSharper templates by creating custom macros. He refers to this blog post that contains detailed guidelines on creating new macros. Full video of this session is available at http://tv.jetbrains.net/videocontent/resharper-tips-and-tricks-live-sess...

English 2,457 Comments
4.5
22.06.11 21:06 | Jura Gorohovsky

Creating Custom Inspections in ReSharper with Structural Search and Replace

Hadi Hariri describes Structural Search and Replace: a way to create and apply custom code inspections and quick-fixes in ReSharper 5 and above. It is very helpful in cases like adopting new .NET Framework and third-party library APIs. Full video of this session is available at http://tv.jetbrains.net/videocontent/resharper-tips-and-tricks-live-sess...

English 3,119 Comments