Fabrice's weblog
Tools and Source
-
StyledPanel WebControl
A common need when building web sites is integrating the content in designed frames and not just in plain dumb gray panels. The difficulty with that is that we have to use HTML tables to enable the panels to be sizable according to their content, and link this HTML tags to CSS styles.
-
Hello Julien! (bis)
Another Julien joins the party. Please welcome Julien Brunet and pay a visit to his weblog, which should be another source for good posts. Julien's JazBlog is about .NET, SOA and so on...
-
Playing with operator overloading and code generation: enums and sets
In Delphi there is a concept that is not exactly translated in C#: sets. For example you can define sets and work with them like this:
-
ASP.NET - Dynamic titles
Great tip from Ashutosh Nilkanth to programatically change the title of an ASP.NET page:
-
Conversation with a spammer
A must read! Spammers of all kinds are so pathetic. Kudos to Joseph Duemer for the cool writing.
-
Delphi 8 for .NET
Delphi 8 for the Microsoft .NET Framework has been launched at the Borland Conference, and added to the list.
-
Bunch of articles about Borland
BorCon, the Borland Conference brings a bunch of articles about Borland.
-
Database naming conventions
Julien's questions about database naming conventions started an interesting discussion. Read the comments.
-
string, const, ref and Intern
You can get more information by paying a visit to the String.Intern method documentation.
-
All you want to know about "Whidbey"
All you want to know about Visual Studio "Whidbey" 2004 and ASP.NET "Whidbey" 2.0 is at http://asp.net/whidbey/! [Rob Howard]