3
votes
5answers
250 views
Using Static Constructor (Jon Skeet Brainteaser)
As a relative newbie I try to read as much as I can about a particular subject and test/write as much code as I can. I was looking at one of Jons Brainteasers (question #2) and m …
0
votes
3answers
201 views
C# /Linq Yet another Brain Teaser
Friends, there is yet another scenario to solve. I am working it out without applying Linq.But I hope it is good opportunity for me to learn Linq if you share your code in Linq.
I …
0
votes
1answer
68 views
Efficiently detecting changes in a set of states
I have a set of objects. Each object has an ID and a state, and valid state transitions are defined by a state machine. A remote client periodically polls this set to determine i …
2
votes
3answers
338 views
T-SQL query to flag repeat records
I have a table that will have 500,000+ records.
Each record has a LineNumber field which is not unique and not part of the primary key.
Each record has a CreatedOn field.
I need t …
1
vote
3answers
275 views
MySQL Advanced Query Brainteaser
I've been asked to create a financial report, which needs to give a total commission rate between two dates for several 'referrers'. That's the easy part.
The difficult part is th …
1
vote
4answers
286 views
Java collections brain teasers
Java collections are invaluable tool in exchanging data between database and service layer. We have various cases of a HashMap, ArrayList, a HashMap of arraylists etc.
I'm looking …
3
votes
5answers
382 views
What does .NET developers need to know about these certain topics?
I would like the SO community let me know what does juniors and proficient .NET Developers should know regarding the following subjects, also some code examples or brainteasers lik …
3
votes
5answers
2k views
Javascript callback functions and recursion
This is kind of a brainteaser question, since the code works perfectly fine as-is, it just irritates my aesthetic sense ever so slightly. I'm turning to Stack Overflow because my o …
