.NET at 9.400 ft above sea level
Programming in Quito, 2.860 m above sea level
-
Will Vista, Office 2007, and Sharepoint 2007 cure cancer?
Of course, I'm overdoing it -may be a lot-, but you need to drive readers to your blog, don't you? Anyways, it's worth reading this article about a very interesting project that uses Vista, Office 2007, Sharepoint 2007 and .NET 3.0 to help coordinate a cancer research team, you can also see a detailed presentation here. Some people may point out that previous platforms, notably Lotus Notes, proposed this kind of applications, so what's new here? For me, developer productivity: according to Tim Huckaby this project took just a few weeks. Unbelievable.
-
On my way to Team System Level 300 Training
From Monday to Thursday I'll be in Chicago getting some deep Team System training, courtesy of Microsoft and IMG, given the short notice and being August my trip will be long: Quito-Bogotá-Miami-Chicago but I'm sure the training will be well worth the effort (besides I'll get some miles...) I'll try to blog about the training as it goes.
-
Shocking: Microsoft pays open source supporters
Now this is a place I would really like to work at. First thing that came to my mind: PHP as a front-end to a WCF business backend, second thing: Mono 2.0. I really hope Port 25 thrives!
-
Summer of Python
is an object oriented dynamic language which has became popular of late (along with Ruby). Beta 2 of Python 2.5, the official implementation, has just been released. Further, beta 9 of IronPython, a .NET implementation, has also been released, on schedule with the plans of having a 1.0 release this summer. It seems like, more sooner than later, we'll have to learn a dynamic language so it's going to be a good idea to download IronPython and give it a try.
-
In five years, Java EE will be the CORBA of the 21st Century
Richard Monson-Haefel is a noted J2EE author, in this article he says:
-
Mono 1.1.16: Python, Windows Forms, ASP.NET 2.0
This is actually Beta 3 of Mono 1.2, some highlights (according to the official announcement):
-
From the Peculiar Ideas Departament: Compilr
Say you're away from home and just have to compile some lines of code to prove a theory, how do you do? Easy: browse to http://www.caller.me.uk/Compilr/, type or paste your lines and the code is compiled in a far and away server. It sounds like a strange proposition to me, but who knows, may be there are reams of programmers with Internet access that don't have a compiler at hand... Where's the money in the site? Advertising of course (Google is now generating some really weird spawn.) For the time being, they offer you C#, VB.NET, C, and Fortran compilers. Come to think of it, if they offer a few exotic languages like Lisp, Prolog, or APL, I may very well give it a try...
-
Kerberos, NTLM, PKI, SSL, roles, AzMan, DACL, impersonation, etc. in .NET
You would imagine that topics like authentication (who you are) and authorization (what you are allowed to do), should be by now: a) solved and easily explained; b) standardized. In truth, the latter is a little more truth than the former, but at any rate if you want to understand these subjects you face a real alphabet soup and an entangled concept diversity, with each such concept apparently entitled to a tome by itself. Being 2006, authentication and authorization are still complex and not well understood topics, and, as a consequence, more than a few systems re-invent (poorly and weakly) the wheel.
-
ADO.NET provider for Postgresql
This is not really news as the driver has been available since April: Npgsql is an ADO.NET data provider written in C# that enables any .NET application to work with Postgresql 7.x and 8.x. You can download the provider from here.
-
.NET in Linux (and something about numerical analysis)
Every few months news emerge about the Mono project: spearheaded by Miguel de Icaza in order to have a Linux .NET implementation that would allow to more easily create Windows like applications in Linux, Mono has managed to implement a good C# compiler, most of the BCL (ADO.NET included) and a pretty reasonable ASP.NET 1.1, but it has failed to have a production-level Windows Forms implementation (they are moving ahead, but Microsoft goes much faster.) A couple of years ago I got enthusiastic about Mono, but now I see (sadly) that it's stalling (even though it was acquired by Novell, or may be exactly because of that [;)]).