Register   |  Login
You are hereArticles
 Recent Articles
 Recent Interview Question
 Recent Technical Articles
Locating a currently opened file in Visual Studio Solution Explorer Visual Studio

Today I had to work in a source code of a particular exe(built in .net). I knew which Visual Studio solution has the source code for this exe file. But not exactly where in the VS solution explorer. So pressed Ctrl+Shift+F to search and locate the file.

I could open the file, could locate the file on the drive but not in the huge VS solution explorer which contains  several Solution folders. It's a pain opening every solution folder and project to check if the file belongs to the particular project.

Here is a very nice feature of Visual Studio that helped me to figure the file location on the Solution explorer quickly.

Tools->Options

Hope someone finds this useful.

  
Knowns and Unknowns of Windows 7 - Part 1 Windows 7

Many of us have been cribbing about windows vista and Windows 7 for its own issues it has got. Even i crib sometimes, but i also exploit the features available as part of it as a developer.

  Read More...
Waterfall Vs Iterative Development Methodology SDLC

 In my last article on SDLC series I talked about Iterative and Incremental Development methodologies. Now let me try to brief about Waterfall and Iterative development methodologies.
 

  Read More...
Difference between iterative and incremental methodologies SDLC

Most of us know most of the software development methodologies, but most of the time they look ambiguous.

Enough…

Let me try to put the difference between iterative and incremental methodologies into very simple and precise words to remove the ambiguity.

  Read More...
nrg to iso converter

Converting nrg files created by nero burner can be converted into iso file format by using nrg2iso converter. ISO format is supported by all the burners.

  Read More...
CREATE DATABASE permission denied in database master SQL Server
I am a microsoft guy, that’s what someone said recently by looking at my profile :S. How does this relate to this article? Yes, I am trying Windows 7 installed on my PC to explore. I always want to explore any new products from microsoft.
Recently, I have installed SQL serrver 2005 Express on my windows 7 operating system and wanted to create a database by using the following SQL statement
  Read More...
Finding locks on a Table SQL Server

We are working on an application and which had got login screen as an entry page. One day all the developers were getting time out error from the development database when they launch the application.

Ok fine. But we were able to connect to the Sql server without any issues. So Server availability was not an issue. We were able to query all the tables without any issue except the UserInfo table. UserInfo was the table which had got user credentials.

  Read More...
Anonymous method with and without parameter DotNet

One of the features added as part of language enhancements in dotnet 2.0 is anonymous method.

What is anonymous method?

A delegate with no named method associated with it is an anonymous method.

When do we use it?

When we do not want to have a separate method for a delegate

When we need to access the local variables

 

  Read More...
Silverlight 2 custom control and theme Silverlight

 Creating a cutom control on silverlight 2 and applying default style to that

  Read More...
Publish blog post right from MS Office word 2007 Tools

Most of us blog these days regularly. But it’s not very comfortable writing blog post directly inside the browser.  Not all blog service providers support interim save to avoid accident lose of content, spell check and other commonly used features that any word processors provide.

But we are smart enough to overcome this problem. So we frame the content in note pad or word processor. Later we copy from word processor and paste in blog. But it’s again a pain of pasting in the blog composer like security issues from accessing clipboard, losing the format and many more hurdles. Sometime it also discourages us from blogging.

  Read More...
More Articles...
Page 1 of 2First   Previous   [1]  2  Next   Last   

 Featured Blogs
 You may be interested