Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Web Sites Web Sites RSS feed

  • Code Generation Network

    The Code Generation Network covers all aspects of code generation and model-based development. The site's resources include a database of code generation tools, interviews with leading exponents of code generation and book reviews on code generation and software development in general.

  • Introduction to GDI+

    This article will take a look at what GDI+ is and some of it's base classes.

  • Generate Web Services from Stored Procedures

    This article shows you how to take advantage of SQLXML 3.0 and includes the source code for a VB .NET consumer of Web services from the OakLeaf site.

  • Simple GDI+ Graphics

    To start your journey into GDI+ we'll first go into drawing simple shapes and using pens to add color.

  • Access Directories Through Firewalls With DSMLv2

    Microsoft Directory Services for Windows (DSfW) beta 1.0 is a SOAP 1.1 implementation of Directory Services Markup Language version 2 (DXMLv2) for the .NET Framework. Give the ASP.NET DSMLv2 consumer a test drive at http://www.oakleaf.ws/dsmlasp/.

  • Type and Text in GDI+

    GDI+ includes the ability to work with text and type (is there even a difference?) and this article will take a look at how.

  • Debugging ASP.NET with Notepad

    Although VS.NET is a far superior tool for debugging your ASP.NET applications, there still are some powerful tools built into ASP.NET that you can utilize even when using a tool like Notepad.

  • Compare Web Service Security Metrics

    Do WS-Security's granular X.509 digital signatures and X.509 encryption justify certificate management and performance problems? Find out how the Microsoft WSDK X.509 implementation's network traffic and execution times compare with client-side HTTPS/SSL 3.0 encryption. Download a Visual Basic .NET Windows form client and a set of XML Web services to test execution time of local and remote services. The ASP.NET clone of the project is at http://www.oakleaf.ws/WsdkX509ClientASP/.

  • Posting ASP.NET web form to another page

    Posting an ASP.NET web form to another ASP.NET page: who needs it?!

  • Generating thumbnails using GDI+ and ASP.NET

    Generating thumbnail images on the fly using ASP.NET and GDI+