Contents tagged with Visual Studio
-
Creating custom filters in Resharper To-do Explorer – Part 2
In my previous post on this topic (Creating custom filters in Resharper To-do Explorer) we created custom filters in Resharper 5.1, same is supported in ReSharper 8.0 too and you don’t even need to create a separate filter for a particular pattern, R# will automatically add a pattern to filter list -
-
Agent Smith for Resharper
Recently I started using a plug-in for ReSharper: Agent Smith. Although its pretty old tool but somehow there was no solid requirement for using it, so I never tried it.
-
Creating custom filters in Resharper To-do Explorer
We can create a custom filter in Resharper To-Do explorer to filter out all the to-do items created by a specific person or with a particular string literal. This is very useful in case you are working in a big team and have habit to add To-do comments. Here are the steps to create a new filter with a specific string -
-
Auto formatting the XAML
Update[27-07-20116]:
-
VS 2005 Report Designer Glitch II
Here comes one more, I was trying to get some screen shot for documenting purpose and suddenly Visual Studio crashed -
-
Debugging classic ASP web application with Visual Studio 2005
Finally, I got it; after a long and tiring evening of hit and trial I was able to hit a breakpoint in my asp page :)
-
VS 2005 Report designer Glitch I
While working on my last Code Project article Implementing an ugly tab structure in reporting services, I faced a weird issue while designing the sample report. It was not the first time I faced such issues in report designer so I decided to blog about these glitches.