Sign in
Youhana's WebLog
Team Foundation Server - Visual Studio
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
C#
Shell Extensions
Software Engineering
Team Members
TFS 2010
Version Control
Browse by Tags
MSDN Blogs
>
Youhana's WebLog
>
All Tags
>
c#
Tagged Content List
Blog Post:
Introducing Lambda Expressions – Validating a List without a loop
Youhana Naseim - MSFT
1: using System; 2: using System.Collections.Generic; 3: using System.Linq; 4: 5: namespace LambdaExpressionDemo 6: { 7: interface IValidator 8: { 9: bool Validate(); 10: } 11: 12: class RandomValidator...
on
20 Dec 2009
Page 1 of 1 (1 items)