GeekArticles
Programming
DelphiBuy CodeGear RAD Studio and Get Delphi for PHP Free
Author: dn.codegear.com |
Published: 8th Feb 2008 |
Visited: 61 times |
Add CommentFiled in: DelphiSpecial offer for free Delphi for PHP with purchase of CodeGear RAD Studio. Expires March 15, 2008
Read Article Sponsored Links
Related Articles
• (* Commenting Delphi Code *) in Beginner Delphi :: Learn the art of helping yourself, when it comes to code maintenance. The purpose of adding comments to Delphi code is to provide more program readabilit ...
• Top 10 Delphi Web Development Tools in Delphi Top Picks :: With the release of .NET Microsoft forced developers to think more of Web development as the number one job description in the future. Let's se ...
• Toatl free space and largest extents Hi Tom,
I am new to this blog. I have one doubt regarding fragmentation.
select TABLESPACE_NAME,
sum(BYTES),
max(BYTES)
from dba_free_space
group by TABLESPACE_NAME;
If we give this query we will get sum(BYTES)- ...
• Building a Visual Studio DebuggerVisualizer with a Custom Serializer For most any Serializeable object, making a DebuggerVisualizer is exceeding simple and examples abound. However, if you are trying to build a DebuggerVisualizer for an object which is not Serializable or takes too long to Serialize and Deserialize, things are not quite so simp ...