Salut les Gars !
I am back with a little code I wrote today for my business. I had to create a little phone book.
The db I had to query was pretty complicated and I did not want to create all the stuff you need for an effective Linq ot Sql classes. Therefore, I decided to [...]
Filed under: Agile on June 12th, 2009 | 6 Comments »
For example, you want a method who validate if a string is an email or not.
You create a static class, StringExtensions for example, you put it public static and you add a method who take a string and verify if it is a mail or not.
Like this :
</pre>
public static class StringExtensions
{
public static bool IsNotEmail (this [...]
Filed under: .NET on June 12th, 2009 | 3 Comments »
I decide to create a french blog, I notice that they are not a lot of interesting blogs in french which talks about agile, ddd, tdd,…
So, in place to express my little knowledge in a language who is not mine, I prefer to use my native language and improve the quality of my post.
Anyway, I [...]
Filed under: Agile on June 4th, 2009 | 2 Comments »