Archives
-
Parent – Child in recursive data table with LINQ
If you have a data table which looks like this one below and holds child,parent rows at the same table;
-
Using 2 Tables Joined with LINQ as data source without anonymous cast error in databond method
Yesterday one of our project team member faced a challenge of using an anonymous data that is returned from joining 2 typed data tables with LINQ. The problem is not how to use the data, the problem was how to be able to cast and use the data in Repeater ItemDataBond method without having “<>f__AnonymousType0….” cast error. below is the join query (tables used are typed) :-
-
Where with dynamic parameter (linq)
Yesterday i faced a satiation that i need to make a search in a datatable with dynamic parameter ( i mean parameters that may change - not the type of the parameter –). So i had this table below
-
TDD Masterclass By Roy Osherove
Roy Osherove is giving an hands-on TDD Masterclass in the UK, September 21-25. Roy is author of "The Art of Unit Testing" (http://www.artofunittesting.com/), a leading tdd & unit testing book; he maintains a blog at http://iserializable.com (which amoung other things has critiqued tests written by Microsoft for asp.net MVC - check out the testreviews category) and has recently been on the Scott Hanselman podcast (http://bit.ly/psgYO) where he educated Scott on best practices in Unit Testing techniques. For a further insight into Roy's style, be sure to also check out Roy's talk at the recent Norwegian Developer's Conference (http://bit.ly/NuJVa).
-
Nobody Hates Software More Than Software Developers
I know that i did not write a tiny word since a long time!. all that because we have a new member on our family and i have to give her more attention. During my standby time i had some time to read some books and developers blogs.I red a very nice post by Jeff Atwood and want to share it with you Nobody Hates Software More Than Software Developers.
-
“What’s the biggest challenge with task estimates?”
Read this article from Eric Brechner about task estimation
-
Global Timer (Background Timer)
Updated on 01.19.2009