Search Results

1
vote

In Visual Studio 2008, how can I make control+click do a “Go To Definition”?

Visual Studio 2008 defaults this to F12, but you can set it in Tools | Options | Environment | Keyboard, and change Edit.GoToDefinition - however, I'm not sure how you can get it to CTRL+mouseclick …
0
votes

Write a program in 30 minutes (for a C# programmer candidate interview question).

I've done a few tests recently. One was to develop a Windows.Forms application that allowed Create/Update to a database (that also had to be created). They were looking for a developer that knew ho …
0
votes

“No symbols loaded for the current document” Visual Studio 2008 Javascript Debugging

I sometimes have this problem with external js files - it is caused as a result of the browser cache holding onto an old copy of the file. Forcing a refresh of the page linking to the javascript so …
6
votes

What’s new in SP1 for .NET 3.5

What's New in the .NET Framework Version 3.5 SP1 - MSDN …
2
votes

Do modern-day VisualStudio .NET projects still use Visual SourceSafe, or SVN?

I'm getting back into .NET after numerous years in PHP/MySQL Well done. back in 2002 on Microsoft projects we al …