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

    Articles & Tutorials Articles & Tutorials RSS feed

  • Developing your first Visual WebGui gateway

    by Gizmox

    An introduction to using Visual WebGui gateways which are the Visual WebGui way to bridge WinForms development to web development.. Read full article

  • Implementing AJAX in ASP.NET

    by Karl Seguin

    Asynchronous JavaScript and XML (AJAX) has recently become the craze thanks, in no small part, to Google’s usage of it in Google Suggest as well as Google Maps. Karl looks at how it works, and how we can implement it in ASP.NET using a free AJAX.NET wrapper.. Read full article

  • Valid XHTML within .NET

    by liquiddevelopment

    At present none of Microsoft's ASP.NET controls intrinsically support the strict W3C XHTML standards. This can cause problems when using ASP.NET controls on pages that need to conform to one of the XHTML standards. In order to use Microsoft's supplied controls some modifications will be required. This series of articles intends to focus on the more widely used controls and the steps required to make them output valid code.. Read full article

  • Create a Site Search Engine in ASP.NET

    by stevanrin

    When I was working on an ASP.NET project, I had to add the site search module - this article demonstrates how. This search engine will index an entire page for matching keyword(s) or a phrase and will count how many times the keyword(s) or phrase are found on the page, and displays the results with the highest matches first. . Read full article

  • ASP.NET and GDI+

    by StürmKind

    Working with GDI can be tricky on the web, this tutorial is a basic introduction for people who needs to draw images on the fly. Here we cover drawing text and lines.. Read full article

  • Building XML Web Services Using C# and ASP.NET

    by devart_jamesyang

    The term web service has been used quite frequently lately: you hear people saying how good web services are and how they will dominate the future of software development, but what exactly are web services and how can we create them? In this article James shows us how to build two web services and also unravels all of the lingo surrounding web services.. Read full article

  • Creating Images on the Fly with ASP.NET

    by fengtui

    Before the advent of the .Net framework, creating images on the fly for a web browser was a tedious task. Now, thanks to the .Net framework, creating images on the fly is a simple task. This article will provide the reader with the fundamentals necessary to start developing dynamic images with the .Net framework.. Read full article

  • Overview of Automated Transactions

    by kamran_shakil

    An overview of using automated transactions in asp.net. Read full article

  • Using ASP.NET Server Controls

    by Carvin Wilson

    A basic overview of ASP.NET and how to use server controls. Read full article