Microsoft Volta
-
I stumbled upon this: Microsoft wriggles on Volta concerns[^] over at the Register. Its all about a new framework from MS Live Labs called Volta[^] where you can develop .NET client application and then use declarative statements to run different parts of the app on the server or as a web app. It sounds cool but I can imagine the code getting quite yucky once you get past the hello world quickstarts and the apps being a debugging nightmare. I'll have to try it out when I get some time though. And doesn't that logo look very like the Firefox logo!!
Declan Bright www.declanbright.com
-
I stumbled upon this: Microsoft wriggles on Volta concerns[^] over at the Register. Its all about a new framework from MS Live Labs called Volta[^] where you can develop .NET client application and then use declarative statements to run different parts of the app on the server or as a web app. It sounds cool but I can imagine the code getting quite yucky once you get past the hello world quickstarts and the apps being a debugging nightmare. I'll have to try it out when I get some time though. And doesn't that logo look very like the Firefox logo!!
Declan Bright www.declanbright.com
Declan Bright wrote:
the code getting quite yucky once you get past the hello world
Get *OUT* of here! Web code getting yucky? Pull the other leg why don't you!!!
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
-
I stumbled upon this: Microsoft wriggles on Volta concerns[^] over at the Register. Its all about a new framework from MS Live Labs called Volta[^] where you can develop .NET client application and then use declarative statements to run different parts of the app on the server or as a web app. It sounds cool but I can imagine the code getting quite yucky once you get past the hello world quickstarts and the apps being a debugging nightmare. I'll have to try it out when I get some time though. And doesn't that logo look very like the Firefox logo!!
Declan Bright www.declanbright.com
Bit of a repost. I was turned off of it by a guy who fired up Fiddler and looked at the actual traffic it generates at the protocol level and apparently it's enormous. The MS guy responded with something like "yeah we have to work on that".
When everyone is a hero no one is a hero.
-
I stumbled upon this: Microsoft wriggles on Volta concerns[^] over at the Register. Its all about a new framework from MS Live Labs called Volta[^] where you can develop .NET client application and then use declarative statements to run different parts of the app on the server or as a web app. It sounds cool but I can imagine the code getting quite yucky once you get past the hello world quickstarts and the apps being a debugging nightmare. I'll have to try it out when I get some time though. And doesn't that logo look very like the Firefox logo!!
Declan Bright www.declanbright.com
What a bassackwards way of doing something. Marc
-
What a bassackwards way of doing something. Marc
Marc, Marc, Marc, consider the source! :) Just relax and realize that all your html tag are belong to us.
¡El diablo está en mis pantalones! ¡Mire, mire! Real Mentats use only 100% pure, unfooled around with Sapho Juice(tm)! SELECT * FROM User WHERE Clue > 0 0 rows returned Save an Orange - Use the VCF! VCF Blog
-
What a bassackwards way of doing something. Marc
Marc Clifton wrote:
bassackwards way of doing something
Are you referring to these guys? "BASS Ackwards" is a Tidewater, Virginia regional private bass fishing club that follows a basic creed of competitive bass fishing while enjoying ourselves in the process. http://www.bassackwards.org/[^]
xacc.ide
IronScheme a R5RS-compliant Scheme on the DLR
The rule of three: "The first time you notice something that might repeat, don't generalize it. The second time the situation occurs, develop in a similar fashion -- possibly even copy/paste -- but don't generalize yet. On the third time, look to generalize the approach."