HeartattacK
http://www.heartysoft.com
@ashic
I'm a moderator of the official ASP.NET community over at www.asp.net and owner of www.heartysoft.com. I've been an ASP.NET MVP since 2009 and spend my time exploring ASP.NET MVC, ASP.NET and .NET in general. In my free time (hah!), I work as a Software Architect for Earthware Ltd.
CQRS with ASP.NET MVC - A Year On
Sep 18, 2012 at 2:19 AMThis is just one way of doing it. For certain scenarios, you would want persisted projection data. But even without that, there are many ways of having different nodes have a subset of the projection data in memory. When starting up, they would take a hit and take longer to start up, but when started, would act pretty much like any disk backed memory store. Another option is to persist the in memory set periodically to disk. When starting up, the node would read in the persisted set into memory and play back subsequent events (and not all from the beginning of time). There are a lot of other options - you could write books on this topic. However, this a sub-90 minute talk and it's not really possible to cover everything in that limited time.
Understanding Monads with JavaScript
Aug 02, 2012 at 8:47 PM@Martin, @Olmo:
Thanks for the tips...a generic lift1 will no doubt clean it up further and help link the concept. Will do so in the future.
Understanding Monads with JavaScript
Jul 31, 2012 at 6:40 AM@Olmo:
I was more putting forward the idea of computation expressions. In the c# part, this focused on binding Action<T> with a wrapper and it did so by taking in Action<T> and returning an Action<T>. While not explicitly following how monads are commonly explained, this does enable us to put some real world use cases of the concept to use (i.e. achieving composability, aspect orientation etc. without magical frameworks that do IL weaving).
Understanding Monads with JavaScript
Jul 28, 2012 at 10:47 AMThanks for the tip
Probably positioning of the desktop mic needs changing...and there I was thinking of getting a mechanical keyboard 
Understanding Monads with JavaScript
Jul 27, 2012 at 3:21 AM@Chan319: Could it be a streaming problem? Have you tried downloading the file (perhaps the High-WMV)? Is there no audio or is it crackling or of low volume for you?
JavaScript Gotchas
Jul 26, 2012 at 3:10 AMIf you like the talk, please take a minute to rate it here: http://speakerrate.com/speakers/11533-ashic-mahtab
CQRS with ASP.NET MVC - A Year On
Jul 24, 2012 at 8:47 PMThe code for this session is available at https://github.com/ashic/aspConf-cqrs
Also, if you liked the talk, please consider rating it here http://speakerrate.com/speakers/11533-ashic-mahtab
Understanding Monads with JavaScript
Jul 24, 2012 at 8:45 PMThe code for the session is available at https://github.com/ashic/aspConf-Monads
Also, if you like the talk, please consider rating it here: http://speakerrate.com/speakers/11533-ashic-mahtab