bdi_mhall

Stories kicked by bdi_mhall

How to Interview a Software Developer: The Ad and Resumes(michaelhamrah.com)

submitted by trimalchiotrimalchio(425) 3 years, 5 months ago

Good article on writings job ads to attract quality software engineers. read more...

add a comment |category: |Views: 11

tags: another

LinqToSql dbml tuning(blog.dynback.com)

submitted by StackOverflowStackOverflow(200) 3 years, 5 months ago

Small usefull tips, to change some dbml long-names and manage options read more...

add a comment |category: |Views: 22

tags: another

Who Called Me? (blogs.microsoft.co.il)

submitted by kolbiskolbis(660) 3 years, 5 months ago

Sometimes it is important to understand what method called other method. In ths post I will show you an easy way to do that. read more...

3 comments |category: |Views: 690

tags: another

Walking a tree with yield return and recursion(trycatchfail.com)

submitted by Matt_TCFMatt_TCF(946) 3 years, 7 months ago

Iterating through the items in a tree can be a chore, but thanks to the yield return statement, it is quite easy to build an IEnumerator for a tree-type data structure in .NET 2.0+. read more...

add a comment |category: |Views: 107

tags: another