That particular item is encapsulated by ASP .NET. Now I'll kind of drill into what ASP .NET can provide for you. As I said previously, this is sort of VB for the web. So if you utilize Visual Studio .NET, you would see an environment that is very very similar to what you would see in a similar RAD tool such as VB 6.0 that we worked on many many years ago as well as PowerBuilder. So you have a GUI environment where you see a form in essence and then you'd have a lot of controls on a palette that you could just drag and drop and link together. So it makes web application development very very simplified and then very very easy for web developers. They don't really need to relearn anything becaue they're very similar to building a rich client application so that's one fragment of ASP .NET. ASP .NET also fully supports web services in a very very integrated fashion. In fact it's one of the fastest ways to get web services into the .NET environment. So from that perspective, ASP .NET really provides this VB-type functionality but also moves it to the next generation with support for web services as well.