We need you!

We're working hard on the next version of Developer Fusion. Let us know what you think we should be up to!

Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

    Sample Code Sample Code RSS feed

  • The AJAX "Top 5" security tips

    by moetarhini

    There is no doubt that AJAX and AJAX-style technologies are the way forward for web design. Developers can create true "applications" on the web like never before - however care needs to be taken with AJAX, in order to keep web sites secure.. Read full article

  • Forms Authentication Against An XML File

    by ORCS WEB

    The code demonstrates how to validate a username and password against an XML file.. Read full article

  • How to write to an XML file

    by edwardtanguay

    Writing to XML files is quite easy in ASP.NET as there are so many objects prepared for you -- you just need the syntax on how to use them. This code shows you how to write a simple member XML file.. Read full article

  • How to validate an XML file with an XSD file

    by edwardtanguay

    Demonstrates an ASP.NET Web Form which tells you if your file is not well-formed and then if it is not valid it lists out the specific reason (like in XMLSpy), quite helpful to find an error in a large XML file as it returns the line number on which the error occurred as well as the tag name.. Read full article

  • Serialize and deserialize objects to an XML file

    by edwardtanguay

    This code shows the simplest way to automatically convert the information in an object to an XML file and back into an object. This is useful if you need to make information available web-server like on your server for other applications to pick it up.. Read full article