Posts Tagged ‘.net’

PowerCommands for Visual Studio 2008

Nathan, just sent out a reminder that if you reformat don’t forget this. It has some many little tools that just make sense with out getting in your way. http://code.msdn.microsoft.com/PowerCommands PowerCommands 1.1 PowerCommands 1.1 is a set of useful extensions for the Visual Studio 2008 adding additional functionality to various areas of the IDE. The [...]

Continue reading »

FileStream v/s StreamReader and StreamWriter

The AppRiver dev team is studying for MSTCS 70-536. These are some observations and notes from those classes. FileStream v/s StreamReader & StreamWriter FS supports random access. FS returns byte arrays. SR/SW use strings. If SR/SW is created with a file path instead of a stream, a FS is implicitly created. When to use them [...]

Continue reading »

"The breakpoint will not currently be hit" "The source code is different then the original version"

Big thanks to ThatOneDeveloper! His post about fixing ASP.Net debugger was a big help. http://development.thatoneplace.net/2009/04/breakpoint-will-not-currently-be-hit.html “The breakpoint will not currently be hit. The source code is different then the original version” … So to fix the problem: Close out Visual Studio and make sure any instances of ASP.NET development server are closed as well. Delete [...]

Continue reading »