-
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,…
READ MORE: Tech interviews should be like a terrorist interrogatoryBY
-
¿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…
READ MORE: ¿Está la motivación laboral subvaluada?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…
READ MORE: Html.RatingFor: Extending the MVC HtmlHelperBY
-
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…
READ MORE: Public field not bound when posting to WebAPI (or a deep dive into WebAPI model binding)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…
READ MORE: Backing field for automatically implemented property [Field] must be fully assigned before control is returned to the callerBY
-
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,…
READ MORE: Install XAMPP on a Ubuntu 13.04 virtual machine running on Windows AzureBY
-
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…
READ MORE: Localize your MVC app based on a subdomainBY
-
Runtime customizable model attributes in ASP.net MVC3
It can be because you want to implement I18N without the use of resources, or your model classes are outside of your MVC project, or any other reason you have…
READ MORE: Runtime customizable model attributes in ASP.net MVC3BY
-
The importance of profiling your application
It is well known that the ORM can help a lot in software development. In fact, they solve many problems that as developers we had in the past, specially talking…
READ MORE: The importance of profiling your applicationBY
-
Creating CodeCollaborator reviews using command line
Some months ago, I started using CodeCollaborator to create code reviews and ensure our developments have the desired quality. We are at the end of our development sprint, so I…
READ MORE: Creating CodeCollaborator reviews using command lineBY
