A C# programmer’s first experience wading in Boo
Boo is a .NET static-typed language with a python scripting feel. It’s neat because you have less to type (and maintain) and get much of the same functionality. SharpDevelop also…
Read up on .NET news, tips, cautions... and other areas of technological interest.
Boo is a .NET static-typed language with a python scripting feel. It’s neat because you have less to type (and maintain) and get much of the same functionality. SharpDevelop also…
Quite a bit of stir has been raised about Janrain’s popular .NET implementation of OpenID being written in Boo rather than C#. Personally, I take my hat off to the…
Here’s the scenario: You are writing an NetCF app and trying to call a web service from that app. You generated the code for the client proxy class using Visual…