Feeds:
Posts
Comments

Archive for the ‘Programming languages’ Category

Linq is one of .Net 3.5 most interesting new feature. It is an abstraction layer in .Net that makes all kind of data accessing more uniform, and brings understandability and declarative programming more easily into your coding.
There are Linq provides for Sql, Xml, objects… and now there is a Linq provider for Dynamics Ax. They have [...]

Read Full Post »

Anders Hejlsberg is lately publicly describing his vision on the future of programming languages and the .Net languages. The following videos are interesting if you are interested ofcourse in programming languages.
* Microsoft Denmark conference
* Anders Hejlsberg and Guy Steele: Concurrency and Language Design
… lets go declarative, dynamic and concurrent.

Read Full Post »