Browse by Tags
All Tags »
Application Design »
Web (
RSS)
I've come up with some preliminary design specs of the initial functionality that I want in this control. I've included some of the interactions that can happen in the control, and the basic view (once I figure out how to attach an image, I'll...
You may have noticed that the Page has an items collection. This items collection can store any information, as it's a local dictionary. I could not find anywhere where the dictionary is serialized and stored, so the dictionary is only temporary and...
Despite what some may believe, you can work with ASP.NET in a unit-testing environment, though it is somewhat limited. Certain objects that ASP.NET is able to utilize aren't available when unit-testing. This is because a series of modules defined...
I've been currently managing a couple of web sites for different organizations, which I volunteer to do web work for. It can be hard to manage multiple sites for the same organization, especially with the redundancy you see. I've been looking...
Recently, I've been seeing the value of application frameworks, like the Membership and Roles frameworks. Having the capabilities for your application, custom controls, and other objects to work together through a common API, components working together...