Tag: WCF

  • jQuery Datatables with C# / .NET web services

    I just completed a project where I integrated that jQuery Datatables plugin http://datatables.net. The documentation from the Datatables website was helpful but there were a gaps that needed extended documentation. This particular implementation uses an ASMX service for the underlying service. The plugin is integrated with my <table> with the following call. $(‘#example’).dataTable({ bJQueryUI: true, […]

  • Adventures in WCF (Windows Communication Foundation)

    My latest project at work has me working with WCF for the first time and it has been an interesting experience. Over the next few weeks, I will be discussing configuration, debugging, and deployment of the WCF service and connecting to it. Microsoft provides a few tools that can help debug your WCF services. WCF […]