Comparing Flex and ASP.NET

What is ASP.NET?

ASP.NET is a framework developed by Microsoft. It allows programmers to develop dynamic websites, web applications and web services. In ASP.NET application logic, GUI layout and behavior are defined on the server side. To create web browser interface ASP.NET provides default implementation of HTML and Javascript. When client browser accesses the web series, the...