Tags
ado Ainstein architecture asimov blogging c++ CallStream cloud com component computer credit crunch csharp dbjson dictionary ecma5 Filosofia future Gogoly google highlighter html javascript jQuery json marketing microsoft msxml mvp os phishing security service setup sip soa sql w7 windows wordpress wsf wtl xaml xml
Monthly Archives: April 2010
One Plugin to end all jQuery Plugins
Well, I could not resist this catchy title, could I? Perhaps I could. In any case I have this idea and implementation where one jQuery plugin is sort-of-a “socket” (not a network socket, but a socket in the wall) into … Continue reading
Legacy C# with default method arguments
Visual Studio 2010 is officially released. Regardless of its quality, I think that a very large percentage of companies will move from 2008 to 2010 very, very slowly. If you are a software developer “doing” C# in some of this … Continue reading
CallStream : project Euler
I am currently in the stage of searching for simple but valid examples of CallStream usefulness. I think I found one. The mathematical nature of some computational problems make them a great fit for the functional paradigm. For those of … Continue reading
CallStream Part 3 : C++ Binding
Good old C++ is one strongly typed language. CallStream concept is born (and bred) in the domain of type-less JavaScript. Also, C++ is (so called) static (compiled) language, vs dynamic (interpreted) JavaScript. C# is somewhere in between, (but not in … Continue reading