ICodeIT on Twitter
- RT @majaajam: @JakobStegelmann Man ved bare om den type, der skelner så hårdt - deres børn får lov til at se for meget skrammel. "For børn"… 1 day ago
- RT @SethAbramson: (THREAD) BREAKING: A top Trump ally revealed Trump's impeachment defense today—and it's not what many expected. I break i… 2 weeks ago
iCodeIT
-
Recent Posts
- The Family Page–Part 8, Wish list and Angular.js second try
- The Family Page–Part 8, using Angular.js to show the wish list.
- Creating the Family Page – Part 7, Beginning on the Wish List
- Creating The Family Page – Part 6, Role and User Management
- Creating The Family Page – Part 5, User Account–Password reset
Archives
Categories
Meta
Tag Archives: Count
LINQ and counting
When we work with collections we often have to count the elements in some way. Sometimes we need to know how many elements there are or how many elements that complies with some condition. So let’s assume that I have … Continue reading
Posted in C#, Linq
Tagged Count, Extension method, Iteration, Language Integrated Query, Languages, Programming
2 Comments