Search results for query: *

  1. jediknight

    Question Object Creation, Binding and Management

    I don't know how this has turned into a debate over programming styles/methodolgies vs. my question being: would it be a good idea to use dispose or just let the GC handle object removal.? At this point, I've talked myself into going with the GC since no unmanaged resources are being used...
  2. jediknight

    Question Object Creation, Binding and Management

    Validation, flexible application design I appreciate your response to my question. I'm designing the application to be flexible and adaptable, holding the business logic separate from the UI and data access so I can reuse the objects and the attached logic in other applications. I am not aware...
  3. jediknight

    Question Object Creation, Binding and Management

    I had a general question regarding Object creation, Binding and management. Though this question might be better served in the Database Group, I think it is general enough to post right here since it is a more general question. I've experiemented in the past with creating a Singleton Business...
Back
Top