Category: Programming
-
Introducción a Service Fabric (I)
[:es]Este post es parte de una serie acerca Service Fabric. Introducción a Service Fabric Creando un…
BY
-
Fortune cookie app powered by Azure Functions using Twilio and Sendgrid outputs
[:es]Una de las ventajas más grandes de trabajar con Azure Functions es poder hacer…
BY
-
Programmers Language 101
[:en]Have you ever happened to have a talk with a person which is specialist…
BY
-
Tech interviews should be like a terrorist interrogatory
During my entire career I’ve been in a lot of tech screenings (both sides…
BY
-
Html.RatingFor: Extending the MVC HtmlHelper
When working on a web application, I was in the need to add a…
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…
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…
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…
BY
-
Localize your MVC app based on a subdomain
Having an application in multiple languages is now a requirement in many projects. In…
BY
-
Runtime customizable model attributes in ASP.net MVC3
It can be because you want to implement I18N without the use of resources,…
BY