You don't need VS.NET for the event model. You can write it yourself. Wiring an event handler is extremely easy - it's one line of code for each event. The extra code you alluded to earlier is for VS.NET's benefit - it allows the IDE to know exactly what methods are called for any given event. I myself don't really bother to use this functionality.
----- Original Message ----- From: "Dave Watts" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Thursday, July 17, 2003 9:58 PM Subject: RE: MSDN on CF -> ASP.net > > Not at all! I've found this thread very interesting. I'm > > just trying to figure out how ASP.NET implements an event > > model using HTTP. I have Virtual PC on order, and if I ever > > get it, I might just install Visual Studio and find out > > for myself how it all works. > > It doesn't implement an event model, really - it's all just an illusion. > That's the beauty of Visual Studio.NET - it lets experienced Windows > developers build web applications using the same logical models they already > know from building desktop and client-server apps. Of course, if you're > already comfortable with the more traditional model of web development, you > might not find as much value in this. > > I would, however, strongly recommend that you check it out. There's nothing > else out there quite like it. You'd better have a really kick-ass Mac, > though, if you want to run VS.NET and IIS in Virtual PC. > > Dave Watts, CTO, Fig Leaf Software > http://www.figleaf.com/ > voice: (202) 797-5496 > fax: (202) 797-5444 > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

