Has anyone did a detailed comparison of MassTransit/RSB/NSB and is willing to share?
hi guys and gals.
I'm in need of a good SOA book, especially in relation with highly scaleable web applications.
What it should *not* contain:
- HowTo use a specific technology/vendor tool/etc
What it *should* contain
- detailed stuff about best practices, pitfalls, etc.
please drop a comment of send me an email
10x,
K
Guys (and gals?) - I've just setup a facebook event for registration.
I believe that it's url is http://www.facebook.com/event.php?eid=58042408643
hooo haaaa !
Hoora – it’s time !
April 2nd and 3rd, at Sela Univesity.
Details are on the alt.net israel’s usergroup:
http://groups.google.com/group/altnetisrael/browse_thread/thread/4ab4329c4bdd8253 (hebrew)
A big THANK YOU to Sela University for hosting us for the second time now. Sela – you rock.
Signup link will be published shortly.
If you’re in Israel during, pop by and join the fun.
see ya there
http://weblogs.asp.net/ricardoperes/archive/2009/03/08/asp-net-page-events-lifecycle.aspx
Monorail has never felt this good
Imagine you have something weird going on in an application.
Something is not behaving they way it should be, yet no exception is being thrown.
Then drilling down you find this piece of magic:
try
{
DoSomething();
}
catch (Exception exception)
{
exception.ToString();
}