Skip to main content

Posts

Showing posts from 2013

Advanced WCF

In this post, I am sharing the link of articles about  advanced topics in WCF. The List of articles is exhaustive and can serve as your repository for all WCF queries. Concurrency,Throttling & Callbacks  WCF Concurrency (Single, Multiple and Re entrant) and Throttling   WCF-Interop and BinarySecurityToken  WCF Callbacks  Creating Web Services From WSDL Link1 Link2 Link3 Link4 WCF-Security WCF over HTTPS   Transport Security(basic)/HTTPS UserNamePasswordValidator ServerCertificateValidationCallback 9 simple steps to enable X.509 certificates on WCF - CodeProject http://www.codeproject.com/KB/WCF/9StepsWCF.aspx?display=Print Message Security(Certificate)/PeerTrust Securing WCF Services with Certificates. - CodeProject http://www.codeproject.com/KB/WCF/wcf_certificates.aspx Message Security(Certificate)/ChainTrust How To Configure WCF Security Using Only X.509 Certificates - CodeProject http://www.codeproject.com/KB/webservices/WCFx509S
This has been long( almost a year and a half!) that I posted an article here. While I was away, I was busy with a mixture of technologies( Android/HTML-5, Javascript), that did not allow me to write on .net Coming Back..I am starting starting with WEB-API( introduced in ASP.Net MVC). Here is a nice tutorial to get started with the web api. Web-API starter ( all Thanks to Microsoft once again for this nice article for starters) Hope it helps... Till we connect again.. Happy Learning.