A couple of months ago, I had to quickly develop an ASP.NET framework. I incorporated parts of a Windows .NET framework that I had previously worked on. The basic premise being that a Windows .NET Form and an ASP.NET WebForm are both event driven and have controls such as buttons and dropdowns. There were two
Similar Posts
While teaching DevelopMentor's Guerrilla ASP.NET class I discussed what I think is a clever technique to port ASP pages to ASP.NET if you are using a pure
A friend of mine was asking me a while back about ways to apply the Model View Presenter (the Humble Dialog Box ) pattern to ASP.Net development to promote
Did you know that With Visual Studio 2003 we were able to extend the System.Web.UI.Page class and create new properties for WebForms. Test yourself, using
.NET Framework Library Source Code Available - Browse ASP.NET, Winform, and ADO.NET Production Code by David Hayden , Microsoft MVP C# Scott Guthrie mentions