Better Developer Support
Easy Programming Model
ASP.NET makes building real world Web applications dramatically easier. ASP.NET
server controls enable an HTML-like style of declarative programming that let you
build great pages with far less code than with classic ASP. Displaying data, validating
user input, and uploading files are all amazingly easy. Best of all, ASP.NET pages
work in all browsers -- including Netscape, Opera, AOL, and Internet Explorer.
Great Tool Support
You can harness the full power of ASP.NET using any text editor but Visual Studio
.NET adds the productivity of Visual Basic-style development to the Web. Now you
can visually design ASP.NET Web Forms using familiar drag-drop-doubleclick techniques,
and enjoy full-fledged code support including statement completion and colour-coding.
VS.NET also provides integrated support for debugging and deploying ASP.NET Web
applications.
The Enterprise versions of Visual Studio .NET deliver life-cycle features to help
organizations plan, analyze, design, build, test, and coordinate teams that develop
ASP.NET Web applications. These include UML class modelling, database modelling
(conceptual, logical, and physical models), testing tools (functional, performance
and scalability), and enterprise frameworks and templates, all available within
the integrated Visual Studio .NET environment.
At Propona all of our developers are experienced users of Visual Studio .NET and
use it to develop all of our ASP.NET applications.
Rich Class Framework
Application features that used to be hard to implement, or required a 3rd-party
component, can now be added in just a few lines of code using the .NET Framework.
The .NET Framework offers over 4500 classes that encapsulate rich functionality
like XML, data access, file upload, regular expressions, image generation, performance
monitoring and logging, transactions, message queuing, SMTP mail, and much more!