codeflunky
|
Registered User
|
|
|
17h |
awarded | ● Mortarboard |
|
1d |
awarded | ● Notable Question |
|
2d |
comment |
Visual Studio Debugger Not Attaching when at the Root of a website This totally saved me. My problem was that I had included a <location> tag around my <appSettings> tags (for reasons I won't mention) and that was causing the debugger to fail. Removing it solved the issue. Thank you! |
|
2d |
comment |
C# Database Access: DBNull vs null Interesting. While using an ORM for DB access, I don't often explicitly use ExecuteScalar in my code. I usually end up retrieving full entity objects and looking at their values that way. So if the entity itself is null that's one thing, and if the value is null, that's something else. Just different ways of doing it. I admit that ExecuteScalar is more efficient if you just need one single value. |
|
2d |
comment |
SQL Server Database Locked Nice and specific, thanks. |
|
2d |
comment |
What is the best free way to clean up Word HTML? Looks cool. I'll try it sometime. |
|
Aug 19 |
revised |
Visual Studio “Multiple Startup Projects” Problem Added an update |
|
Aug 19 |
comment |
Visual Studio “Multiple Startup Projects” Problem Yeah, that would work; although then I would have to open the browser windows manually which is what I'm trying to avoid. Interestingly, I changed Visual Studio's default browser to Firefox, and it works as expected. (opens multiple browsers) Go figure. |
|
Aug 18 |
revised |
Visual Studio “Multiple Startup Projects” Problem added 5 characters in body |
|
Aug 18 |
asked | Visual Studio “Multiple Startup Projects” Problem |
|
Aug 17 |
awarded | ● Popular Question |
|
Aug 16 |
awarded | ● Yearling |
|
Jul 24 |
comment |
List<BusinessObject> or BusinessObjectCollection? Good idea, although my LoadAll() method isn't really generic. It loads from different tables depending on the underlying object type. There might be a way to do it generically, but I haven't really looked into that so far. |
|
Jul 8 |
awarded | ● Disciplined |
|
Jul 2 |
awarded | ● Popular Question |
|
Jun 19 |
comment |
Custom Brace formatting with Resharper Too bad someone can't mark this as the correct answer because it obviously is. |
|
Jun 19 |
comment |
“Reuse existing types” is ignored when adding a service reference It would be more clear if you asked this in a comment to Rich's answer. |
|
Jun 12 |
revised |
Is it worth it to start using iPhone SDK 3.0 features? edited tags |
