ASP.NET is a web application framework developed and marketed by Microsoft to allow programmers to build dynamic web sites, web applications and web services..NET languages compile to CIL ([Common Intermediate Language][1]) which means they all start "talking" the same language and can therefore interoperate. |