jch0001
Name: jch0001
Score: 5,661.13
Last Seen: 144 days, 1 hour, 7 minutes ago
Member Since: 6 February, 2009
DotNetShoutout
atom rss
2
Shouts

Default Browser Switcher Extension for Visual Studio 2010 - Improve Productivity © Kunal's Blog

published 712 days, 2 hours, 6 minutes ago posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 713 days, 8 hours, 58 minutes ago
Friday, July 08, 2011 7:31:12 AM GMT Thursday, July 07, 2011 12:39:14 AM GMT
There are many instance when we have "Browser1" as the default browser in the system and we want our web application to be run inside a different browser (say "Browser2") from the Visual Studio IDE. To do this, we need to open the "Browser2" application and set it as default one, so that, the "Browser2" will start as the application handle from the IDE. After that, you have to revert back the default browser to "Browser1" by doing the same step. This is really very difficult job. To simplify this thing,... (more)
category: How To | clicked: 4 | comment | | source: www.kunal-chowdhury.com
tags: Visual Studio 2010, Visual Studio, VisualStudio, visualstudio2010
4
Shouts

Favorite Documents - Favorites menu for Visual Studio 2010

posted by SergeyVlasovSergeyVlasov 694 days, 6 hours, 41 minutes ago
Tuesday, July 26, 2011 2:56:27 AM GMT
If you often work on different parts of an application with different groups of document tabs opened, you may find my new Favorite Documents extension helpful. Favorite Documents lets you create links to frequently used code files and then quickly open them as a group or individually from the Favorites menu in Visual Studio 2010. (more)
category: How To | clicked: 3 | comment | | source: blog.tabsstudio.com
tags: favorites, Visual Studio 2010, VS 2010, VS2010
4
Shouts

Microsoft Visual Studio 2010 IDE next version features | TechBubbles

posted by kalyanms1kalyanms1 716 days, 10 hours, 25 minutes ago
Sunday, July 03, 2011 11:12:18 PM GMT
This post discuss about new IDE features that microsoft planned for next version of Visual Studio. These features improves the developer experience by simplifying the environment and streamlining the common tasks. Let us take a specific example finding a word in file as shown in below In first window you see quick find and then we have got a feature Find In files in dropdown in next window then added the feature to toolbar. Later they add Ctrl + I to find the word in code. Here we end up with many ... (more)
category: Architecture | clicked: 7 | comment | | source: www.techbubbles.com
tags: Visual Studio 2010
6
Shouts

VS2010 Tip - How to Launch ILDASM from VS2010 IDE

published 714 days, 2 hours, 36 minutes ago posted by dharadhara 716 days, 1 hour, 27 minutes ago
Wednesday, July 06, 2011 7:01:31 AM GMT Monday, July 04, 2011 8:09:45 AM GMT
What is ILDASM ? It is Intermediate Language Dissembler SDK Tool that is used to examine MSIL code and the parts of the Assembly. It comes with the installation of Visual Studio IDE. If you want to examine how your compiler is executing your code and... (more)
category: Web Dev | clicked: 30 | 1 comment | | source: beyondrelational.com
tags: .NET, Visual Studio 2010, ASP.NET
4
Shouts

Code refactoring with Visual Studio 2010 Part-1 - DotNetLogix

posted by DotNetLogixDotNetLogix 715 days, 13 hours, 26 minutes ago
Monday, July 04, 2011 8:10:55 PM GMT
Visual studio 2010 is a Great IDE(Integrated Development Environment) and we all are using it in day by day for our coding purpose. There are many great features provided by Visual Studio 2010 and Today I am going to show one of great feature called for code refactoring. (more)
category: Web Dev | clicked: 0 | comment | | source: www.dotnetlogix.com
tags: Visual Studio 2010, Code Refactoring
2
Shouts

Visual Studio 2010 Tips and Tricks | TechBubbles

published 709 days, 1 hour, 41 minutes ago posted by kalyanms1kalyanms1 709 days, 9 hours, 7 minutes ago
Monday, July 11, 2011 7:56:34 AM GMT Monday, July 11, 2011 12:29:53 AM GMT
This post discusses about tips and tricks in Visual Studio 2010 which helps developers to write the code faster and make their life easier in day to day work much better. Especially you need these tips when you are concurrently working on two many projects. Let us group these tips and tricks 1. IntelliSenseFiltering IntelliSense options are filtered in Visual Studio 2010 let us take an example when you are typing the list will filter with the words you type this feature is not available in earlier ... (more)
category: Architecture | clicked: 56 | comment | | source: www.techbubbles.com
tags: Visual Studio 2010
3
Shouts

Code refactoring in C# with Visual Studio 2010-Part 3 - DotNetLogix

published 697 days, 1 hour, 24 minutes ago posted by DotNetLogixDotNetLogix 697 days, 20 hours, 24 minutes ago
Saturday, July 23, 2011 8:13:37 AM GMT Friday, July 22, 2011 1:13:33 PM GMT
Articles (more)
category: Web Dev | clicked: 9 | 1 comment | | source: www.dotnetlogix.com
tags: Visual Studio 2010, CSharp 4.0, Code Refactoring
3
Shouts

Code refactoring in C# with Visual Studio 2010 Part-2 - DotNetLogix

published 697 days, 1 hour, 24 minutes ago posted by DotNetLogixDotNetLogix 697 days, 21 hours, 5 minutes ago
Saturday, July 23, 2011 8:13:37 AM GMT Friday, July 22, 2011 12:32:23 PM GMT
Code refactoring in C# with Visual Studio 2010 Part-2 (more)
category: Web Dev | clicked: 11 | 1 comment | | source: www.dotnetlogix.com
tags: Visual Studio 2010, CSharp 4.0, Code Refactoring
6
Shouts

New Improved IntelliSense with Visual Studio 2010

published 692 days, 11 hours, 47 minutes ago posted by dharadhara 694 days, 1 hour, 50 minutes ago
Wednesday, July 27, 2011 9:50:10 PM GMT Tuesday, July 26, 2011 7:46:54 AM GMT
I have posted lot many things about Visual Studio 2010 features because its a great IDE(Integrated Development Environment).Today I am going to write about IntelliSense improvement in Visual Studio 2010. Today when I was working with Visual Studio... (more)
category: Web Dev | clicked: 11 | comment | | source: beyondrelational.com
tags: .NET, Visual Studio 2010, ASP.NET
4
Shouts

Box Selection in Visual Studio 2010

published 690 days, 16 hours, 28 minutes ago posted by dharadhara 691 days, 1 hour, 57 minutes ago
Friday, July 29, 2011 5:09:28 PM GMT Friday, July 29, 2011 7:39:48 AM GMT
Every day I am discovering something new with Visual Studio 2010 and In this post I am again going to explain you new interesting feature of Visual Studio 2010. We all required to modify the code in bulk some time and there is a new features for Visual... (more)
category: Web Dev | clicked: 6 | comment | | source: beyondrelational.com
tags: .NET, Visual Studio 2010, ASP.NET
2
Shouts

"Articles of the Day" @ ASP.Net on Default Browser Switcher Extension for VS2010 - by @kunal2383

posted by http://www.kunal-chowdhury.com/http://www.kunal-chowdhury.com/ 690 days, 20 hours, 21 minutes ago
Friday, July 29, 2011 1:16:22 PM GMT
Few weeks ago, I published a post in my blog on "Default Browser Switcher Extension for Visual Studio 2010" and today that has been selected as "Articles of the Day" in Microsoft official site ASP.Net and showcased. In that article, I described about a cool extension that you can download freely from the Microsoft Gallery. This extension will help you to improve the productivity if you are working as a web developer. That article demonstrates installation and uses steps-by-step. Read more to read about it. (more)
category: How To | clicked: 2 | comment | | source: www.kunal-chowdhury.com
tags: VS, Visual Studio 2010, Visual Studio, VS2010, VisualStudio, visualstudio2010
10
Shouts

Visual Studio 2010 styles

published 685 days, 13 hours, 44 minutes ago posted by kinj312kinj312 690 days, 3 hours, 43 minutes ago
Wednesday, August 03, 2011 7:53:16 PM GMT Saturday, July 30, 2011 5:54:11 AM GMT
I have been working with visual studio 2010 yesterday and I was searching some thing and same time I have found one great site for Visual Studio styles. http://studiostyl.es/ This site is cool and you can find lots of visual studio 2010 styles of your... (more)
category: Web Dev | clicked: 56 | 2 comments | | source: beyondrelational.com
tags: .NET, Visual Studio 2010, ASP.NET
5
Shouts

SQL Management Studio in Visual Studio 2010

published 678 days, 19 hours, 20 minutes ago posted by kinj312kinj312 679 days, 23 hours, 41 minutes ago
Wednesday, August 10, 2011 2:17:19 PM GMT Tuesday, August 09, 2011 9:55:54 AM GMT
Microsoft Visual Studio 2010 is a great IDE and everyday I am discovering something new about it. Today I am also going to explain new feature of Visual Studio 2010. In this post I am going to Transact SQL Editor feature in Visual Studio 2010. Visual... (more)
category: Web Dev | clicked: 20 | comment | | source: beyondrelational.com
tags: .NET, Visual Studio 2010, ASP.NET
2
Shouts

Generating Method Stub in Visual Studio

posted by dotnetfundadotnetfunda 676 days, 19 hours, 28 minutes ago
Friday, August 12, 2011 2:09:37 PM GMT
In this quick post you will learn how to generate method stub in Visual Studio. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: Visual Studio 2010
10
Shouts

Visual Studio 2010 Color Theme Editor- Customize look of visual studio

published 660 days, 12 hours, 51 minutes ago posted by kinj312kinj312 663 days, 23 hours, 55 minutes ago
Sunday, August 28, 2011 8:46:16 PM GMT Thursday, August 25, 2011 9:42:27 AM GMT
We have all love Visual Studio 2010 and I am sure you all want to change color for menus, toolbars and title etc. Today I have found one of the most interesting Extension for Visual studio 2010 from which you can manage all this things. Don’t believe... (more)
category: Web Dev | clicked: 45 | 1 comment | | source: beyondrelational.com
tags: Visual Studio 2010, ASP.NET
7
Shouts

Web Standards Update for Visual Studio 2010 Editor | TechBubbles

published 643 days, 15 hours, 24 minutes ago posted by kalyanms1kalyanms1 644 days, 11 hours, 9 minutes ago
Wednesday, September 14, 2011 6:12:58 PM GMT Tuesday, September 13, 2011 10:28:14 PM GMT
Web Standards Update for Visual Studio 2010 SP1, which provides HTML5 and CSS3 support. Microsoft team said Visual Studio next version have better support for HTML5. This update gives you HTML5 Intellisense and fixes some bugs in SP1 support for HTML5. CSS3 intellisense on latest specification from W3C. Download Web Standards Update for Visual Studio 2010 Editor Please note this is not an official release from Microsoft. HTML 5 Features support in this update Complete Valid Markup - We need a type ... (more)
category: Architecture | clicked: 34 | 1 comment | | source: www.techbubbles.com
tags: Visual Studio 2010
3
Shouts

Rename Visual Studio Window Title extension for Visual Studio 2010

published 500 days, 19 hours, 26 minutes ago posted by SergeyVlasovSergeyVlasov 502 days, 7 hours, 9 minutes ago
Saturday, February 04, 2012 2:11:19 PM GMT Friday, February 03, 2012 2:28:37 AM GMT
Disambiguate Visual Studio instances with the same title. (more)
category: How To | clicked: 111 | comment | | source: visualstudioaddins.svprogramming.net
tags: visual studio extensions, Visual Studio 2010, Visual Studio
3
Shouts

Web Essentials and CSSCop for Visual Studio 2010 | TechBubbles

published 498 days, 15 hours, 15 minutes ago posted by kalyanms1kalyanms1 499 days, 10 hours, 38 minutes ago
Monday, February 06, 2012 6:22:29 PM GMT Sunday, February 05, 2012 10:59:12 PM GMT
This post discuss about new features in Web Essentials extension and Image optimizer which helps developers to write web applications faster. A new extension CSSCop which is a FXCop for style sheets. You can download the Web Essentials for Visual Studio 2010 here. The CSSCop can be download from here. Download link for Image Optimizer is here. You can read my previous post on Web Standards update here to refresh your memories.   Image Optimizer -  It automatically optimize PNG, GIF and JPEG files wit... (more)
category: Architecture | clicked: 63 | comment | | source: www.techbubbles.com
tags: Visual Studio 2010
3
Shouts

Notify Property Weaver extension for Visual Studio 2010 and Visual Studio 11

published 493 days, 16 hours, 47 minutes ago posted by SergeyVlasovSergeyVlasov 495 days, 2 hours, 13 minutes ago
Saturday, February 11, 2012 4:49:46 PM GMT Friday, February 10, 2012 7:24:03 AM GMT
Generate PropertyChanged notifications automatically when inheriting from INotifyPropertyChanged. (more)
category: How To | clicked: 58 | comment | | source: visualstudioaddins.svprogramming.net
tags: Visual Studio 11, visual studio extensions, Visual Studio 2010, Visual Studio, IL
4
Shouts

SharpComments extension for Visual Studio 2010

published 488 days, 19 hours, 23 minutes ago posted by SergeyVlasovSergeyVlasov 489 days, 7 hours, 18 minutes ago
Thursday, February 16, 2012 2:14:19 PM GMT Thursday, February 16, 2012 2:19:36 AM GMT
Change color and font size of individual comments in C# code with a prefix like //! or //+. (more)
category: How To | clicked: 38 | comment | | source: visualstudioaddins.svprogramming.net
tags: visual studio extensions, C#, Visual Studio 2010, Visual Studio
Previous 1 2 3 4 5 6 7 8 9 10 ... 34 35 Next