Question: Sometimes when I’m editing page or control the .designer files stop being updated with the new controls I’m putting on the page. I’m not sure what’s causing this to happen, but I’m wondering if there’s any way of forcing ...

Question: Is there a shortcut for Duplicate Line command in Visual Studio 2008? Some similar examples: in Notepad++, I can duplicate the current line with: Ctrl+D in EditPlus: Ctrl+J in NetBeans: Ctrl+Shift+↓/↑ in Eclipse, Ctrl+Alt+↓/↑ in Vi/Vim, yyp etc. Best ...

Question: I have some confusion related to the .NET platform build options in Visual Studio 2008. What is the “Any CPU” compilation target, and what sort of files does it generate? I examined the output executable of this “Any CPU” ...

Question: Is there a way in Visual Studio 2008 to go from a closing brace to its opening brace? I’ve found a fair amount of stuff about highlighting the brace, but nothing about moving the cursor to it. (VB.NET version ...

Question: I am working on a WPF, C# 3.0 project, and I get this error: This is how I reference my usercontrols: It happens after every failed build. The only way I can get the solution to compile is to ...

Question: Given the following snippet I have a few Questions. Is it an undefined behavior to return a 0 (NULL) from a function that returns a class pointer? When doing a Boolean if statement on a pointer to a User ...