10 things to remember

Page 1

Developing Web App in Asp.net? Do Remember these 10 things

Many developers opt for ASP.NET MVC for their new web applications. But this might not be always possible and you may need to use Web Forms for your new projects. That needs to be followed certain guidelines while developing a Web Forms project then at later stage migrating to MVC would be less painful comparatively. Here we have listed 10 key points to follow: 1. Use Class libraries The evolution of .NET framework over the years depicts that Class Libraries are best for coding that is independent of any particular type of UI. More the code is isolated in class libraries, it would be possible in reusing them during and after the migration which would be quite simple. 2. Use jQuery Ajax over Web Forms specific techniques Web Forms aid AJAX Extensions to help develop Ajax-enabled applications. Though these controls are specific to Web Forms,instead of relying on them you may think of using standard Ajax techniques such as jQuery $ .ajax() or XMLHttpRequest object. Thus Ajax code will be quite portable to any other web


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.