C# Tutorial #2 Developing a Windows Forms component (part 1)
This tutorial shows how to develop a Windows Forms component that can be reused in any Windows Forms program. This isn’t the same as a control - but the only difference is that a control draws its own user interface while a component does not. This means that components are used for functions where no visible interface is required.
Read more
Pro ASP.NET 2.0 in VB 2005 Intro
Older technologies for server-based web applications rely on scripting languages or proprietary tagging conventions. Most of these web development models just provide clumsy hooks that allow you to trigger applications or run components on the server. They don’t provide a modern, integrated framework for web programming.
Overall, most of the web development frameworks that were created before ASP.NET fall into
one of two categories:
• Scripts that are interpreted by a server-side resource
• Separate, tiny applications that are executed by server-side calls
Read more