All articles with keyword ".NET Object Programming"
Create Smart Properties for Objects
When I'm writing Web applications, I may need to use lots of objects at various times while the application is running, but I generally don't always need a...
Click for more...
Using a BasePage Class
Something I've been doing with my ASP.NET applications is creating a shared Page class from which all my Web pages inherit. This allows all the pages to sh...
Using Overloaded Constructor Methods
In a previous tip, you learned how to redefine the function of simple operators like plus (+) and minus (-) using overloaded operators. In this tip, you'll...