-
Tech interviews should be like a terrorist interrogatory
During my entire career I’ve been in a lot of tech screenings (both sides of the desk), and one common pattern I’ve noticed is that, in many of the cases,…
BY
-
If you are thinking big enough it is very hard to fail completely
If you are thinking big enough it is very hard to fail completely Larry Page If you are thinking big enough it is very hard to fail completely Larry Page
BY
-
The two most powerful warriors are patience and time
The two most powerful warriors are patience and time Tolstoy
BY
-
Never begin the day until it is finished on paper
[blogoma_blockquote ]Never begin the day until it is finished on paper[/blogoma_blockquote] Jim Rohn [blogoma_blockquote ]Nunca comiences el día hasta que esté terminado en papel[/blogoma_blockquote] Jim Rohn
BY
-
¿Está la motivación laboral subvaluada?
A lo largo de mi experiencia laboral dentro del área de desarrollo de software he tenido la suerte de representar distintos roles: empleado, líder, empleador, etc., en los cuales he podido entender…
BY
-
Html.RatingFor: Extending the MVC HtmlHelper
When working on a web application, I was in the need to add a rating for a product. That rating will be between 1 and 5 and will be always…
BY
-
Public field not bound when posting to WebAPI (or a deep dive into WebAPI model binding)
When trying to create a sandbox project using WebAPI (on MVC4), I was struggling with a weird problem: My data wasn’t being received in the server. I had the following…
BY
-
Backing field for automatically implemented property [Field] must be fully assigned before control is returned to the caller
Working with structs in C# gives you a lot of flexibility on the way you design your applications, but since they are not reference types, they have some special features…
BY
-
Install XAMPP on a Ubuntu 13.04 virtual machine running on Windows Azure
One of the many great things about Windows Azure is how easy you can create a virtual machine, no matter the OS of your preference. But for good or bad,…
BY
-
Localize your MVC app based on a subdomain
Having an application in multiple languages is now a requirement in many projects. In ASP.net, you can tell your application that the language that should be using corresponds to the…
BY