I stumbled across an interesting conversation on Jeff's(I am not speaking in the third person, this Jeff ) blog. Like any other time, I have plenty to say on the matter.... Microsoft (via FxCop) suggests that you don't expose List<T> via...
I ran into a problem today while working with the ModalPopupExtender. It was a self imposed problem, but it through me for a loop just the same. I made a confirmation modal window. I have a need for a user to make a decision when they save something to...
I took the plunge into Persistance Ignorance today while working on this side project that a couple of my coworkers and I have. I have been reading about O\R Mapping, Dependency Injection , and Domain Driven Design for the past few months, but I really...
Some of my coworkers and I were having a discussion today regarding the aforementioned patterns. First we debated the validity of the Provider pattern actually being considered a pattern, or if it was really just a renamed Strategy or Adapter pattern...