I was just thinking about anonymous types and I realized that it might be useful to have the following extension methods available... I was wondering if...
Hi all, I'm heading over to QCon London next week (all the way from Down Under). I'm just curious; is anything Alt.Net specific happening around then? ...
Hi all. I'm currently in the process of modelling a service management system based on ITIL v3 for the company I work at. (ITIL describe a practice for...
Is this the slowest thing in your application? If not, don’t bother focusing on it until you see appear on the performance radar. There’s no point fixing...
I see type safety more important. Tuna Toksöz http://tunatoksoz.com http://turkiyealt.net http://twitter.com/tehlike Typos included to enhance the readers...
+1 Tuna - (readability + maintainability) > nanosecond performance boosts. -Erik http://shadowcoding.blogspot.com/ ps - this is what part of the alphabet would...
Amen and hallelujah to that one. Why don't more people get this? From: altdotnet@yahoogroups.com [mailto:altdotnet@yahoogroups.com] On Behalf Of David Kean ...
Or put another way ... every single use of this code, all added together over the lifetime of your application, is likely to be dwarfed in performance by a...
"We should forget about small efficiencies, say about 97% of the time: premature optimization is the root of all evil." ... "We should forget about small...
Hi, I am trying to return a CLR object from Iron Ruby. I have the following CLR type defined in C# public class BuildMetaData { public string Description {...
Not most programmers I've met... Yuck. -Erik http://shadowcoding.blogspot.com/ ps - this is what part of the alphabet would look like with the letters 'q' and...
And programmers who say such things have yet to realize that DataSets CAN be a good idea. Oh wait maybe that's why they are covered in PEAA? Perhaps you didn't...
Yes I can believe it. I have made a similar recommendation in the past. Perhaps if you specify more of your project's context as opposed to using this as a...
In both my messages I was speaking in terms of a lead programmer (whom I've worked with on several projects) who won't consider anything other than Datasets...
What are your general views regarding the WWF framework? According, to the docs, articles WWF is supposed to be the cornerstone (ESB?) for Microsoft's SOA...
I authored a training DVD (Developing Applications with Windows Workflow Foundation), speak on the topic at conferences, teach classes on it, and so on, so...
have a look at the saga features of nservicebus and rhino esb. great testability, deployability and scalability. and as a bonus its totally free from drag and...
I thought that was what these listservs were supposed to be for, as opposed to flame wars. J From: altdotnet@yahoogroups.com [mailto:altdotnet@yahoogroups.com]...
Hi Brian, Very informative response, thank you. Do you know if the versioning of long running workflows will be addressed as well in 4.0 or in "Dublin"? ...