Brett Bim

372
reputation
86 views

Registered User

name Brett Bim
member for 6 months
seen 15 hours ago
website
location Dallas
age 37
I'm a senior consultant with Improving Enterprises in Dallas, Texas. I do predominantly .Net work at work. I tinker at home with lots of things including Clojure, Python and gardening. Follow me on Twitter
22h
answered Is writing good code an asset or a liability? (maintenance contracts)
Dec
6
comment Passing Textbox Value using Html.ActionLink
Sorry, I think my question was poorly worded. I want whatever value the user puts in the text box to be passed to my controller when they click on the add link.
Dec
6
asked Passing Textbox Value using Html.ActionLink
Nov
19
comment perforce: create a local backup of current pendinglist
Thanks for the reminder. Unfortunately, it looks like my book got left with a previous employer when I left there. However, the two ways are listed in the Google Books preview below. It looks like a sparse branch would be the way to go for the original poster. books.google.com/books?id=tlZHxJ5dkGcC&prints…
Nov
17
answered Is it possible to constrain a generic parameter to be a subtype of the current object?
Nov
13
awarded  Tumbleweed
Nov
12
revised perforce: create a local backup of current pendinglist
added 279 characters in body
Nov
12
answered perforce: create a local backup of current pendinglist
Nov
11
revised WCF Rest parameters involving complex types
man, formatting a bunch of code is a PITA.
Nov
11
comment WCF Rest parameters involving complex types
Well, I'm working on a project right now where we pass complex types to RESTful services using WebInvoke and POST. We have a service that implements the OperationContract above and we call it using WPF clients and mobile clients who post using an HttpWebRequest. I agree with Scott Seely in response to your second link. Complex types get posted and URIs are used to pass simple strings.
Nov
10
comment WCF Rest parameters involving complex types
Both your links are broken in your post so I'm not sure I can completely tell what you're doing. Are you saying you can't post complex types using REST?
Nov
10
answered WCF Rest parameters involving complex types
Nov
9
answered How do you Mock IUnityContainer?
Nov
9
comment Managing .NET assembly dependencies by dll reference rather than by project reference in VS.
Just to make sure I understand, you have a solution that has one or more projects in it. Some of these projects reference the dll output of other projects in the solution, even though the referenced project is in the solution?
Nov
6
asked Setup Project VS 2008 Installation Location Always Wrong
Nov
4
answered Why can’t an asp.net mvc strongly typed view use an interface?
Nov
3
asked Object Databases and C#
Nov
2
comment Replace Default Null Values Returned From Left Outer Join
I knew it had to be easy but for some reason, I was blocked on how to do it. Thanks.
Nov
2
asked Replace Default Null Values Returned From Left Outer Join
Oct
1
awarded  Commentator
Oct
1
comment Incorrect states on TFS 2008 Project Files
Yeah, I was being a little tongue in cheek there. :-)
Oct
1
answered Incorrect states on TFS 2008 Project Files
Aug
27
revised Why is Visual SourceSafe viewed so poorly?
edited body
Aug
21
revised WCF timeout exception detailed investigation
Updated to include final solution
Aug
20
answered WCF timeout exception detailed investigation
Aug
19
asked Is There Any Difference Between SqlConnection.CreateCommand and new SqlCommand?
Aug
11
awarded  Scholar
Aug
11
awarded  Student
Aug
11
asked Selecting A Subset Of A List With A Particular Element First In The List
Aug
3
answered Why is Visual SourceSafe viewed so poorly?
Jul
23
comment Correctly Modeling Sports Statistics in a Relational Database
Thanks for the input. I'm not actually storing the stats twice. FootballStat only has a foreign key to FootballGame in it and then all the data. It's not associated with a team for the reason that each stat is related to two teams. I associate them in FootballTeamStat by linking the statid to the teamid. Does that make sense?
Jul
23
asked Correctly Modeling Sports Statistics in a Relational Database
Jul
14
comment F# open source projects
I can't correct your entry but the DownloadStockPrices link is broken.
Jul
13
answered What are the funniest programmer videos?
Jul
6
comment ItemGroup Item scope, alternatively “Why does MSBuild hate me?”
Are you trying to build the test.proj file? I'm not sure I understand why you are specifying AssemblyInfo.cs versus just building from the project file.
Jun
30
answered A dynamic language to learn for curiosity’s sake
Jun
25
answered How do I create a new row in WPF DataGrid when it is bound to an XmlDataProvider?
Jun
25
answered Pylons is confusing: help!
Jun
24
answered Is there anything wrong with using var to declare collections in LINQ queries?