Quantcast
Channel: switch-case – Daily .NET Tips
Browsing all 6 articles
Browse latest View live

A better switch with Lambdas in .NET, Part 1

I don’t know which programming language you belong to, or which is the best language you have been working on… but one of the best syntax that I think you should be proudly using is the very old switch...

View Article



A better switch with Lambdas in .NET, Part 2 (A StringComparison implementation)

In my previous post, I have implemented one simple Lambda based switch case which complement the existing switch cases with some additional support of other objects that implements Equals operator in...

View Article

A better switch with Lambdas in .NET, Part 3 (Adding a IComparer)

Well, after the previous two post, I think you have clearly got an idea on how the Lambda switcher works and even you might have already started applying them in your day to day projects. While, I have...

View Article

A better switch with Lambdas in .NET, Part 1

I don’t know which programming language you belong to, or which is the best language you have been working on…… The post A better switch with Lambdas in .NET, Part 1 appeared first on Daily .NET Tips.

View Article

A better switch with Lambdas in .NET, Part 2 (A StringComparison implementation)

In my previous post, I have implemented one simple Lambda based switch case which complement the existing switch cases with… The post A better switch with Lambdas in .NET, Part 2 (A StringComparison...

View Article


A better switch with Lambdas in .NET, Part 3 (Adding a IComparer)

Well, after the previous two post, I think you have clearly got an idea on how the Lambda switcher works… The post A better switch with Lambdas in .NET, Part 3 (Adding a IComparer) appeared first on...

View Article
Browsing all 6 articles
Browse latest View live




Latest Images