jQuery AJAX calls to a WCF REST Service - Rick Strahl's Web Log

Check out this website I found at west-wind.com Posted via email from solution revolution

Continue Reading

Building JSON,XML REST API using WCF services

[ServiceContract] public interface IFetchChildItems { [OperationContract] [WebInvoke( Method = "GET", ResponseFormat = WebMessageFormat, BodyStyle = WebMessageBodyStyle.Wrapped, UriTemplate = "{ID}/{Filter}") ] void DoWork(int ID, string Filter); } via gtrifonov.com Posted via email from solution revolution

Continue Reading

How to do API Key Verification for REST Services in .NET 4 - Ron Jacobs - Site Home - MSDN Blogs

via blogs.msdn.com Posted via email from solution revolution

Continue Reading

Town Crier – An open-source e-mail templating engine for .NET « The Code Decanter

via thecodedecanter.wordpress.com Posted via email from solution revolution

Continue Reading

Integrated StructureMap container for the MvcServiceLocator in ASP.NET MVC 3 - Context is King

/// <summary>        /// Initializes a new instance of the <see cref="StructureMapControllerFactory"/> class.        /// </summary>        /// <param name="container">The container.</param>        public StructureMapControllerFactory(IContainer container)            : this(container, new DefaultControllerFactory())        {        } via weblogs.asp.net Posted via email from solution revolution

Continue Reading