Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Object Syntax Introduction - ASP.NET tutorial


A Sample Chapter 5 from "Professional VB.NET 2nd Edition". Visual Basic has had powerful object-oriented capabilities since the introduction of version 4.0. VB.NET carries that tradition forward. VB.NET simplifies some of the syntax and greatly enhances these capabilities, and now supports the four major defining concepts required for a language to be fully object-oriented. This chapter will explore the creation and use of classes and objects in VB.NET.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



Composite Control
Composite Control
After completing this tutorial, you will be able to:
Create a composite custom control
Create a composite User control
Recognize when each kind of control is appropriate
Category: ASP.NET tutorials - Difficulty:
Web services
Web services
This tutorial covers Web services from an ASP.NET perspective. Over the last few years “Web services” has emerged as a buzzword for enabling the next generation of computer connectivity. While networking a bunch of computers together isn't trivial, it's generally a solved problem these days. Most workplaces in the modern world depend upon an internal network of computers to allow the people staffing the enterprise to communicate and work effectively.
This tutorial covers:
*Understand the importance of Web services
*Use the technologies underlying Web services
*Write Web services using ASP.NET
*Consume Web services
Category: ASP.NET tutorials - Difficulty:
Introduction to ASP+
Introduction to ASP+
This is a sample chapter from 'A preview of Active Server Pages+' by Wrox Press. Main topics include: Introduction to ASP+ and the Evolution of ASP, The Next Generation Web Services Framework, How is ASP+ Different from ASP?, Getting Started with ASP+, and more.
Category: ASP.NET tutorials - Difficulty:
Performing custom validation
Performing custom validation
Demonstrates how to use custom validation on a form by checking to see if a string in a TextBox is not the same with a string from an array (or database), case in which it displays 'This name is already taken'.
Category: ASP.NET tutorials - Difficulty:
How to call or consume a Web Service in your Asp.Net Program
How to call or consume a Web Service in your Asp.Net Program
Ever heard of a Web service. It is much easier that you think. Find out here. We will also show you how to create one.
Category: ASP.NET tutorials - Difficulty: