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]
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]
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]