Tag: Development

Community

Unit Testing ASP.NET User Controls

(Brian Mains) I wrote in a past article about unit testing ASP.NET pages. It is also possible to work with user controls, with some additional considerations. User controls inherit from System.Web.UI.UserControl class; however, it is possible to create an intermediate class, between the UserControl

Community

ASP to ASP.NET Migration

(Manoj Srivastava and Amit Kataria) Migration from ASP to ASP.NET can drastically improve the performance of your applications. A software created using ASP.NET is more robust, scalable, reliable, and secure as compared to the software created using ASP. ASP.NET, which is a new version of ASP, remov