root

Recent Posts

Dont return and linq on the same line

less than 1 minute read

Just a little tip for writing a friendlier code.If you're method returns an expression, first assign it to a variable and then return him.It'll be much easie...

TPLing Background worker in 10 min

1 minute read

Code Snippetusing System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks; names...

IOC Container warning

less than 1 minute read

Think about a registered component that implement copy constructor.You’ll get a Stack Overflow Exception!So avoid it.