Last week we released DeKlarit 4.0 . I won't post the new feature list here, as you can read it in the website . What I will do is tell you about my favorite new features ;). Gaston built a great platform-independent layout editor . We can now generate...
Microsoft is shipping T4, an ASP-like template engine. It's included in the 'Guidance Automation Extensions' and with the DSL tools package now part of the Visual Studio SDK, so it's free. Actually, it looks it maybe redistributable, and in that case...
I've been playing with Ruby on Rails, and there's a lot to like. There are some things that we won't be able to get while working in C#, but we could build some stuff to get closer. I know there are some people working on porting RoR to .NET but I prefer...
We are currently using two code-generation techniques. For the data access and business logic layers, we have a code generator written in Prolog. For the layers on top of that one (i.e, a WS layer or a UI layer) we started using CodeDom and then we switched...