Jun 13 2009

C# Application Markup Language (CSAML)

Category: Humour,Software DevelopmentTeknovis @ 10:01

I read about a really exciting new programming language during the week called C# Application Markup Language (CSAML). It is basically the merging of C# and XML to create a totally new programming language! You can read more about it in C# Application Markup Language (CSAML): An Evolutionary Leap.

It is even more interesting to see that a few people have actually been discussing this on bulletin boards!

Tags:


Apr 20 2009

AsmXml

Category: Software DevelopmentTeknovis @ 22:27

I have been doing a lot of work in the last three weeks with XML, Schemas, and WSDLs. It has been a while since I worked with these, so it is very enjoyable!

The XML documents that are based on the files that I am working with will be small, and therefore they will be relatively easy to process with limited resources. However, there are methods of improving the performance of processing XML documents.

One such method is to use the AsmXml parser. This is an XML parser that has been written in assemble language! I am aware of this thanks to a friend, but I am not sure if he is actually using this in a production environment!

Tags: