Send a suggestion!

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

MaximumASP

Info

    Articles & Tutorials Articles & Tutorials RSS feed

  • High-Performance .NET Application Development & Architecture

    by DMarko1

    This article demonstrates the art of creating and architecting high-performance and scalable .NET applications, covering all stages, from planning to development and their perspective best practices.. Read full article

  • Creating a Generic Site-To-Rss Tool

    by RoyOsherove

    I’ll show how to use regular expressions to parse a Web page’s HTML text into manageable chunks of data. That data will be converted and written as an RSS feed for the whole world to consume. Finally, I’ll show how to create a generic tool that enables you to automatically generate an RSS feed from any website, given a small group of parameters.. 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

  • Implementing The Google Web Service In VB.NET

    by JayeshJain

    Learn how to implement the new Google Web Service and take advantage of its powerful searching features in your VB.NET program.. Read full article

    Books Books RSS feed

  • Pro ASP.NET 1.1 in VB.NET: From Professional to Expert

    Published by Apress

    Pro ASP.NET 1.1 in VB.NET aims to be the definite reference for working developers in the field. Its compendium format covers every topic you are likely to come across in your day-to-day work, from handling data through to configuration and deployment.. Read full article

  • Murach's ASP.NET Web Programming with VB.NET

    Published by Unknown

    Learn how to use ASP.NET and Visual Studio to design, code, and test professional web applications that manage state, use cookies, retrieve database data, and use code-behind files right away in this book. Then, build on those core skills to master a full range of ASP.NET features, including more extensive database handling, web services, security, email, report generation, and deployment.. Read full article

    Web Sites Web Sites RSS feed

  • Using Web Services

    A tutorial how to use a webservice in a VB.NET application. After clicking on a button the text from the 'Hello World' webservice will appear in a Textlabel. Lots of screenshots are shown.

  • How to build a web service

    A tutorial how to build a webservice that will return the string 'Hello World'. This tutorial contains multiple screenshots