Mike Brown

1,872
Reputation
98 views

Registered User

Name Mike Brown
Member for 1 year
Seen Nov 18 at 21:21
Website
Location IN
Age 32
Just your everyday geek.
Oct
28
accepted UX: How to present a directory/file structure with videos?
Oct
27
answered UX: How to present a directory/file structure with videos?
Oct
24
comment Using Git with Visual Studio
Just curious, but why would you want it to ignore your project file?
Oct
21
awarded  Nice Answer
Oct
9
revised WPF ComboBox binding behaviour
fixed errors in code.
Oct
9
comment WPF ComboBox binding behaviour
Your new solution is perfectly valid (in fact it avoids repeating information which is great). What's odd to me however is you still receiving a stack overflow. I put the code into VS and it runs just fine for me. Not sure what's going wrong on your side. Is your change to selectedcustomer.favoriteproduct also prompting an update to the other two properties? Either way, I've updated my sample code with the version that Works On My Machine (TM)
Oct
7
comment WPF ComboBox binding behaviour
Mistake was on me...I updated my answer with the correct code.
Oct
7
comment WPF ComboBox binding behaviour
Okay done...that should work for you now...they should add a special badge for answers that result in stack overflows ;)
Oct
7
revised WPF ComboBox binding behaviour
fixed endless loop bug
Oct
7
comment WPF ComboBox binding behaviour
Sorry that was boneheaded of me...rather than updating the opposite property just update the backing field and call property changed...I'll update the code with the correct implementation.
Oct
6
answered WPF ComboBox binding behaviour
Oct
2
answered How do you do a SQL style ‘IN’ statement in LINQ to Entities (Entity Framework) if Contains isn’t supported?
Oct
2
answered How do I get a list of integers that exist in one collection, but not in another of a different type using LINQ?
Oct
1
accepted Multiple Language IDE
Sep
17
awarded  Yearling
Sep
9
answered MTOM/XOP implementation for .net remoting
Sep
9
comment informing parent when child changes a property value
Sheraz, you can pass the CurrentMonth in your routed event args. That way, you can just look there for your new value.
Sep
6
accepted informing parent when child changes a property value
Sep
6
awarded  Popular Question
Sep
4
answered Tables from two different databases in a DBML?
Sep
4
comment Can you consume xml from access?
@Tony, 4 years and 7 years are equivalent to him I guess. Either way, it's a moot point when the tutorial was written because it tells the OP how to do what he wants to do.
Sep
4
comment When exposing IQueryable when does DataContext get disposed?
Looks like it's a moot point. But making your repository Disposable allows you to do tricks like keeping the ObjectContext around for attaching new objects to it, and creating transactions.
Sep
4
comment informing parent when child changes a property value
Dependency Property Inheritance causes the value set on a parent to be applied to all of it's children (this is why setting the background on a window will make the background chang on all the children). By using the routed event, the parent will be notified that someone wants to change the current month. When the parent does so, all the children get updated.
Sep
4
answered How to hand over a project systematically?
Sep
4
answered Can you consume xml from access?
Sep
3
accepted Detaching object from context in entity
Sep
3
comment What are the key qualities of an Software Engineer ?
So you argue that ENFP is better aligned with Software Engineering ;)
Sep
3
answered What are the key qualities of an Software Engineer ?
Sep
3
answered When exposing IQueryable when does DataContext get disposed?
Sep
3
answered Detaching object from context in entity
Sep
3
comment How to use listView ?
which language/framework? Practically every UI framework has a ListView.
Sep
3
answered Multiple Language IDE
Sep
3
answered .NET - Click-Once / Smart Client Applications - Browser Cookie Equivalent?
Sep
3
revised informing parent when child changes a property value
added info about routedevents
Sep
3
answered informing parent when child changes a property value
Aug
27
answered FirstOrDefault() type error on return?
Aug
26
answered Consufed about references in objects
Aug
26
answered When should I use eval (taking a string and executing it as code at runtime)?
Aug
26
comment What works of entertaining fiction best depict programmers?
Don't forget Disclosure. The mainframe that had avatars of the users walking around in it with a picture of their face.
Aug
26
answered avoiding if statements
Jul
7
revised How can I forms authenticate a user in a custom webservice?
edited tags
Jul
7
revised How can I forms authenticate a user in a custom webservice?
Added more links.
Jul
7
answered How can I forms authenticate a user in a custom webservice?
Jul
2
comment run asp.net function when The page is closing
In that case you could have the Ajax poll the server periodically.
Jul
2
comment How can I organize this data into the objects I want with LINQ?
That's about it...I was going to suggest using some GroupBy Wizadry, but it looks like you've got it covered!
Jun
19
awarded  Nice Answer
Jun
2
answered Building a WPF UI on a workerthread?