July 2006 - Posts

27 July 2006
Writing better OO with ATLAS – part III
In the previous posts , I’ve spoken about classes and namespaces. Today I’m writing about interfaces. Interfaces are contracts which define one or more abstract members. It’s important to note that interface usage is slightly different from what we’re used to in classical OO languages (which is something... Read More...
Filed under:
26 July 2006
Writing better OO with ATLAS – part II
In the previous post , I started talking about how we can enhance our OO Javascript code by using ATLAS. I ended the previous post by referencing that the registerClass is really important and if you miss calling that the “ATLAS OO” code won’t work properly. So what does it do? Before going into that... Read More...
Filed under:
25 July 2006
Writing better OO with ATLAS – part I
ATLAS makes writing OO Javascript a lot easier than it used to be. It’s fair to say that Javascript has supported OO for some time now; however, we’re talking about limited support only which is based on the use of the prototype property. In practice, this means that we can use inheritance, but in a... Read More...
Filed under:
25 July 2006
Hello world!
Hello. My name is Luis Abreu, and I'm a Portuguese ASP.NET MVP. In this blog, you can expect to find several posts related with .NET and programming in general. Thanks for reading. Read More...
Filed under: