Pablo M. Cibraro (aka Cibrax)

My thoughts on Web Services and .NET development

News

Pablo Cibraro's VisualCV

Blogs

Personal

Programming

Browse by Tags

All Tags » MVC (RSS)
Developing RESTful services with JSON and POX support in the ASP.NET MVC
Many of the features available out of the box today in the ASP.NET MVC framework are only intended to develop web applications using REST principles. There is not support for accepting incoming messages encoded as JSON or plain old XML (POX), or even...
Posted: Apr 17 2009, 05:20 PM by cibrax | with 2 comment(s)
Filed under: , ,
Running a partial SSL website with ASP.NET MVC
Keith Brown has just released a helper class (Based on an original implementation made by Dominick Baier) with very useful methods for mixing Http and Https in a regular asp.net application. Before jumping in this post, make sure to read his post (And...
Posted: Jan 19 2009, 11:47 AM by cibrax | with 1 comment(s)
Filed under: ,
Implementing an identity provider and relying party with Zermatt and ASP.NET MVC
Zermatt is the framework recently released by Microsoft to develop claim-aware applications. You can find some announcements here and here . This framework supports the WS-Federation active and passive profiles. This last one was initially designed with...
Dependency injection made easy for the ASP.NET MVC
I decided to write this post to show how cool is Autofac for doing dependency injection in the ASP.NET MVC framework. Autofac, for me the Moq stepbrother in the dependency injection arena because of its very-easy-to-use fluent interface and nice support...
Posted: Aug 21 2008, 10:14 AM by cibrax | with 5 comment(s)
Filed under: ,
Combining JQuery Validation with ASP.NET MVC
One of the most nicest things about JQuery - in addition to the powerful mechanism it provides to manipulate the HTML DOM - is the great number of very useful plugins available out there. JQuery Validation is one of my favorites, and today we will see...
Posted: Aug 01 2008, 10:37 AM by cibrax | with 11 comment(s)
Filed under: , ,
More Posts