We're building a brand new version of the site, and we'd love to hear your ideas
Members
Technology Zones
IBM Learning Center
Articles
Hosted By
Info
|
Articles & Tutorials  -
An introduction to using Visual WebGui gateways which are the Visual WebGui way to bridge WinForms development to web development..  -
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..  -
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..  -
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. .  -
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.. 
Sample Code  -
Short guide how to debug client JavaScript in VS 2005..  -
An introduction to Visual WebGui through a sample application.
.  -
One of the more significant improvement in .NET 2.0 is the transactions area. Now with a single line it becomes extremely easy to support transactional code blocks using the concept of “ambient” transaction thanks to TransactionScope in the System.Transactions namespace..  -
Learn how to use the little-known Http Handler functionality of ASP.NET to serve images from a database.. 
Web Sites  -
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. -
This article will take a look at what GDI+ is and some of it's base classes. -
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. -
To start your journey into GDI+ we'll first go into drawing simple shapes and using pens to add color. -
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/.
|
Search
Code Samples
New Members
|