-
Have you ever tried to filter a LINQ statement by string values. E.g. you want to get all persons where the name starts with letters from ‘A’ to ‘Z’. In this post I will show you how to build a query like this. My first approach was to do a simple <= operation like I do in SQL. But this results in...
-
On many blogs I have seen that people are talking about all new technologies and which of them are the right one to invest the Time in. This is a list of the things that I definitely want to learn or to extend my knowledge in this year: 1. WCF (Windows Communication Foundation): As we all know, WCF integrates...