August 2006 - Posts

27 August 2006
Setting the style of the items shown by the AutoCompleteBehavior
The AutoCompleteBehavior is not as good as it could be…at least, not in the July CTP version. Many have already asked for a way to change the style of the generated elements which are shown by the list. Most guys try to help by saying that you have to write a new behavior or change the current one so... Read More...
Filed under:
21 August 2006
Review: Applying Domain-Driven Design and Patterns
Today I’m starting a new category where I’ll post my reviews about books I’ve read. Last week I’ve finished reading Applying Domain-Driven Design and Patterns , by Jimmy Nilson . Well, what can I say? It’s really an extraordinary book… it can really be considered the best of its kind, if you’re looking... Read More...
Filed under:
16 August 2006
Two UpdatePanels on a page…
Yep, I’m still in vacations…since I’ve been answering one or two posts in the ATLAS forums, I’ve though that I should document those little hacks that I mention there here. This might make life easy for the others. As you might remember, I’ve started writing about ATLAS. Though I still haven’t presented... Read More...
Filed under:
08 August 2006
ATLAS future: more ramblings…
Well, it seems like I wasn’t the only one on vacations…after all, Scott didn’t discard my comment as I initially thought. And he even answered ! So, maybe I was a little bit harsh in my initial response and maybe an apology is in order: I’m sorry for being a little hard on you. Now, back to business... Read More...
Filed under:
07 August 2006
On vacations, but still reading some posts…
UPDATE: well, it seems like my comment is now online. thanks Scott. Well, you can say that I do read my blogs during vacations (even though I’ll read it only once a week)… Yesterday, I was reading through Scott’s posts and I’ve found this post: Atlas July CTP and the Latest ATLAS Control Toolkit . Normally... Read More...
Filed under:
04 August 2006
Vacation time
Well, sorry for not posting in the last few days…the truth is that I’m on vacations on the next two weeks. Due to that, I won’t be posting a lot (sorry, I really need to spend this two weeks without doing anything ). Ok, meantime, if you live on a distant galaxy and still haven’t heard, then the July... Read More...
Filed under:
02 August 2006
Writing better OO with ATLAS – part IV
Today I’ll write about enums and flags. Enumerations are used to define a data type which has a set of finite identifiers. When we declare a variable and set it to an enumeration, we’re saying that the variable can only contain one of the values defined by the enumeration list. Flags are very similar... Read More...
Filed under: