Close

INETA Community Champion Award

This morning I was informed by the INETA team that I have won the INETA Community Champion Award. It's a real honor to even being considered and eventually winning this award. I'd like to thank SGV.NET User Group team, Richard Trinh, Ben Pirih and Vipul Shah for their tireless contribution to keep our user group…

Share

REST and WCF 3.5 Talk Slides and Code Samples

On Thursday July 17th, I presented "RESTFul Web Services – UriTemplates and REST support with WCF 3.5". to SoCal.NET architecture group (http://www.socaldotnetarchitecture.org/). It was well recieved and I got good feedback. The code samples and slides are as follows. REST using WCF 3.5.pdf - Slides in PDF (529.21 KB) REST using WCF 3.5.pptx - Slides…

Share

Https with BasicHTTPBinding - Note to Self

So if you are looking to implement SSL using basicHttpBinding for your WCF service, look no further. Here is your config file settings The modified basicHttpBindinging to allow security mode = Transport <bindings>            <basicHttpBinding>                <binding name="defaultBasicHttpBinding">                    <security mode="Transport">                        <transport clientCredentialType="None"/>       …

Share

ASP.NET MVC and Dependency Injections - Links

The preview 3 of ASP.NET MVC framework can be downloaded from here. Download details: ASP.NET MVC Preview 3 Links pertaining to the dependency injection and how it relates to ASP.NET MVC framework. Dependency Injection was made for ASP.NET MVC Inversion of Control Containers and the Dependency Injection pattern ASP.Net MVC Framework - Create your own…

Share