Bobby Cannon

- Total activity 61
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
-
-
-
-
-
Bobby Cannon commented, -
Bobby Cannon created a post, Unknown HTML entity on QueryString
Why is ReSharper telling me that it doesn't know about a querystring field?@foreach (UserEntity user in issue.Items) { <tr onclick='top.location.href="AccountDetails?id=@Request.QueryString["id"... -
-
Bobby Cannon commented, -
Bobby Cannon created a post, Where do we submit bugs?
I've been submitting what I would concider bugs to this forum. Is this the correct place to be doing this? -
Bobby Cannon created a post, Refactoring CSHTML doesn't match CS
When I do a code cleanup on a CS file the output is: var value = "foo";switch (value) { case "bar": value = "foo"; break; case "foo": value = "bar"; ...