pbz

- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
-
-
pbz created a post, Noise (feedback)
I've been using 6.1 for a few days now; for what it's worth this is my feedback. From my point of view there are two big problems: there is too much noise and not enough control over disabling RS f... -
-
-
pbz created a post, "Access to disposed closure" in LINQ
Hi,Why am I getting "Access to disposed closure" for this block of code: var query = from u in db.User from c in db.Contact.Where(p => u.UserId == p.ContactUserId && p.ContactMain).Defa... -
-
-
-
-
pbz created a post, Disable tag-match editing
Not sure what the feature is called, but in 5.1 (I think) was added a new feature where if I have <div>...</div> and edit either the beginning or ending div tag it would try to automatically change...