Guilherme Cardoso
3 posts.
- QUnit - Client side unit testing with TDDI've wrote this article a few months ago but in Portuguese: I've decided to translate it to engish. The sample project is hostead at GitHub but it's in…
- Database .NETDatabase.NET is an awesome tool that allow us manage several database in simultaneous (SQL Server, MySQL, Oracle, etc).
- LINQ - Group By Month, Sum some value and countThe following example group an list by year, month. It counts how much records the groups has and sums some values from the group (in this case is money).
