June 17, 2014February 2, 2018.NET, IOC, MVC Ninject dependency injection in MVC5 with WebApi Last I was creating a new project. I wanted to use ninject as my IOC container. This was the first time I […]
April 26, 2014April 26, 2014.NET, ASP.NET, Infragistics Infragistics igDialog causing SysFader in IE8. Looks harder than it is! Some time ago I was working on an application at a customer of mine, and all went well. But in the end […]
November 22, 2011July 25, 2012.NET Exception handling (logging) via elmah When developing my applications I was looking for a global way of handling my exceptions. There are some packages you can you […]
October 22, 2011July 25, 2012.NET MVC 3 problems validating a decimal Last I was doing some MVC3 development but I kept on having validation problems with my forms. My form looked like this: […]
October 22, 2011July 25, 2012.NET Define 2 keys in an MVC3 model object Last I was converting an application into MVC3. But when I came to the point where I needed to create an object […]
August 4, 2011July 25, 2012.NET How to check X509 signature of saml token Last I was creating a module to read a saml token response. One of the features of this module was validating the […]
May 21, 2011July 26, 2012.NET Using asynchronous WebService calls in Silverlight Last I was creating a silverlight application and I thought that showing how to do some asynchonous calls to a webservice could […]