IronPython – multiple inheritance and monkey patching
Multiple inheritance Besides the basic OOP stuff that I covered in my last post there are some things that you can do in IronPython which is not possible in languages like C# and java. One nice thing that I have heard people moan about not having in other languages is multiple...
IronPython – OOP basics
A while ago I heard a podcast where it was discussed that some believe that languages like C#/java etc are actually not object oriented but that they are really oriented. This provoked my thinking quite a bit, since OOP was the corner stone during my education, and we wrote all...
IIS and Server.MapPath
IIS and Server.MapPath
IronPython – kom godt igang med dynamiske sprog til .NET
Jeg besluttede mig for nylig for at kigge nærmere på IronPython, da det virker til at være et interessant sprog, som jeg kan lære noget af. Jeg anskaffede mig derfor bogen IronPython in Action , som jeg har et godt indtryk af indtil videre. Hvorfor IronPython? Personligt opstod...
Repository design med LINQ – querying
Linq implementationer rettet imod databaser har gjort der nemt tilgængeligt at anvende lazy loading og at opbygge querys via komposition. “With great power comes great responsibility” fristes jeg til at skrive, da den meget integrerede brug af lazy loading gør at man skal huske...