siraji

Stories kicked by siraji

Filtering List Items - The Yield Return Solution (dev102.com)

submitted by razamitrazamit(4566) 3 years, 4 months ago

Here we are talking about filtering list items again :). read more...

add a comment |category: |Views: 331

tags: another

Self Installing Windows Service(blogs.microsoft.co.il)

submitted by kim_majorkim_major(375) 3 years, 4 months ago

Reusable class that can be added to a Windows Service project to enable Install, Uninstall, Start and Stop functionality. read more...

2 comments |category: |Views: 642

tags: another

Thinking only of the Junior Developer(elegantcode.com)

submitted by cwbrandsmacwbrandsma(1711) 3 years, 4 months ago

How do you treat Junior developers, what code do you give them, and do you let their presence change your architecture? read more...

4 comments |category: |Views: 541

tags: another

How to use Linq Expressions to Find Out Variable Name in C#?(rabdullin.com)

submitted by breporterbreporter(210) 3 years, 5 months ago

Let's use some hidden features of .NET LINQ Expressions to find out name of C# variable or parameter, given its reference. read more...

add a comment |category: |Views: 26

tags: another

Remove Duplicate Lines From A Text File Using LINQ(onedotnetway.com)

submitted by deepakkapoordeepakkapoor(430) 3 years, 5 months ago

A question was posted on c-sharpcorner forums asking how you would remove duplicate lines from a text file. It got me thinking about how this problem could be addressed using LINQ. read more...

add a comment |category: |Views: 86

tags: another