Visit site The Doric Temple
March 2010
2
votes
More Attributes
The Doric Temple
– Just got a comment from Mason Wheeler, that he prefers to use attributes to indicate a property to NOT serialise , rather than those properties to serialise. I quite like this idea, as it’s true that if you have quite a few properties to serialise, your class may get rather messy. My only problem ...
3
votes
Attributes
The Doric Temple
– Last time, I demonstrated how I would like to decorate my class using attributes to declare the table and column names I eventually will use to persist the class. Here are the the declarations of the two attributes I used. PersistentClassAttribute = class sealed(TCustomAttribute) strict private ...
5
votes
On ORMs
The Doric Temple
– I’ve always had a soft spot for ORMs (Object Relational Mappers). Whilst opinion is divided on their use, I just love them. I’ve actually written a few, because I’ve never found exactly the right one for me. Currently in the Delphi world, there are a few open source ones, and some commercial ones, ...
January 2010
1
vote
The Ribbon Control Update
The Doric Temple
– A little update to my previous post. Most of the problems I have encountered can easily be fixed by viewing the form as text, and then going back to the visual form. It’s almost usable. Still a pity though.
4
votes
The Ribbon Control
The Doric Temple
– Now I’m not a major fan of Microsoft’s ribbon control, and our clients have for the most part stuck with Windows XP, and Office 2003, so there has been no real call for it in our applications. However, with the advent of Windows 7, we are getting more and more calls for our application to look more ...
6
votes
Upgrading to Delphi 2010
The Doric Temple
– While the next major release of the application I work on will no doubt be written in C# (unless we get a 64-bit Delphi, then I have something to argue my case with), for the short-term, we will continue using Delphi. To that end, I like to keep up with the latest version (not always sure that’s a ...
3
votes
C# Native Compiler
The Doric Temple
– I was wondering the other day about all the (failed) attempts by Borland/Inprise/Borland/Codegear/Embarcadero (that list there says a lot just by itself) at diversifying their native Delphi compiler. You had Kylix (Delphi for Linux), Delphi for .NET, and C# Builder. All of them not really what you ...
7
votes
Delphi is Dying
The Doric Temple
– Don’t you just hate those Delphi is Dying blog posts? I do? We have been bombarded by messages of doom since about Delphi 4. “Delphi is dying” they scream. “No it’s not”, we counter. “It’s alive and kicking”. The problem is, I think they finally may just be right. Now I’m a big fan of Delphi, I ...
December 2009
0
votes
Is Embarcadero working on a Garbage Collector for Delphi?
The Doric Temple
– Or is Barry Kelly (Compiler Guy at Embarcadero) just doing some bedtime reading? If he’s not working on this, I hope he’s working on the 64-bit compiler! Actually, I think he’s refactoring c to c++ code! Jokes aside, I don’t care how many road-maps we get from Embarcadero, or reassurances of the ...
September 2009
3
votes
Delphi Community Edition
The Doric Temple
– I’ve just read Jolyon Smith’s post on a Delphi Community Edition. All good stuff, and something I have been clamouring for, for quite a while. The thing is, I don’t think it will happen. Embarcadero are in the business of making money, not giving things away. Incidentally, I think they’d probably ...
3
votes
Customer Care
The Doric Temple
– I was browsing Delphi tagged questions in stackoverflow yesterday, when I encountered this question. It’s all about generics in Delphi 2009. Whether they are actually usable. Here are a few clips from the answers : I'm using generics extensively in Delphi 2009, and I can say it's not easy ...
August 2009
0
votes
W32/Induc-A are you worried?
The Doric Temple
– Over the last few days there have been a flurry of posts about this virus. I’m not going to repeat what it is or what it does, as I’m sure any self respecting Delphi developer has read the same posts that I have. Are Embarcadero worried about this development? If not, they should be! (To be fair, ...
5
votes
Time for new project type?
The Doric Temple
– I’m not a web developer. While I did do some classic ASP earlier in my career, it’s mostly been about classic (Delphi) Win32 applications for me. So recently I thought I’d have a look at ASP.NET. At the same time, I thought I’d also have a look at ASP.NET MVC since that seems to be the in thing at ...
3
votes
Now I’m excited!
The Doric Temple
– I’ve just read about attributes and RTTI in Delphi 2010. As someone who has used RTTI extensively and looked at reflection in .NET enviously, I can say I’m really looking forward to playing with the new RTTI model. As for attributes, I’m sure a whole new array of interesting ways of doing certain ...
5
votes
Productivity versus Excitement
The Doric Temple
– Many of the commentators in my two recent posts pointed out that the IDE additions and fixes in the forthcoming Delphi 2010 will increase productivity. I have no doubt about that. There’s one in particular I can see saving me quite a bit of time, and that’s the uses units. I use that little tool all ...




