Jeff Garoutte

c# .net and anything else that happens across my desk

Recent posts

Tags

Categories

Navigation

Pages

    Archive

    Blogroll

    Disclaimer

    The opinions expressed herein are my own personal opinions and do not represent my employer's view in anyway.

    WebService Documentation: Using a custom Site Map

    Not long ago I started working on changing the look and feel of the default WebService documentation that is generated by asp.net.  While I demonstrated how to replace the default page template with a custom one I "glossed" over the details of what you can do with it.  By using... [More]
    Posted: Aug 18 2008, 00:32 by jeff | Comments (0) RSS comment feed |
    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    Filed under: General | Providers | WebService | SiteMap

    WebService Documentation: Using a custom template

    Web Services: they are an easy way to make information accessible or use information from some other site.  For example, weather.gov's wsdl.  The beauty of web services is that not all web services are .net and we don't have to care.  Any web service that adheres to the w3's standards... [More]
    Posted: Aug 10 2008, 04:00 by jeff | Comments (0) RSS comment feed |
    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    Filed under: General | WebService

    The returning event delegate

    pre {overflow:scroll;} Delegates have been a great help to developers everywhere; coupled with Events they form the basis of every asp.net web application.  Check out the page event life cycle, events are firing long before the code written by the sites developer.  But what happens when... [More]
    Posted: Aug 04 2008, 02:42 by jeff | Comments (1) RSS comment feed |
    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    Filed under: