Fabrice's weblog
Tools and Source
-
Threats
Good point from Tim Bray on threats other than Saddam Hussein.
-
Interception methods
After my simple AOP sample, here is the source code of a sample presenting three interception methods:
-
Feedster [was "Roogle - RSS search engine"]
[The FuzzyBlog] What 10 odd Hours of Hacking Can Produce: An RSS Search Engine
-
OfficeForms
After WinForms, WebForms, MobileForms, we may soon be using OfficeForms.
-
VS 2003 AutoImplement
public class MyClass : MyInterface
-
Querying objects with XPath
-
Think about Mono for source code
Tim writes:
-
DropDownList with custom attributes on the items
I've created a custom DropDownList web control that enables the use of custom attributes on its items. This is just a rather simple improvement over the standard .NET web control, but a useful one in my opinion.
-
Custom TreeView without behavior
On a project I have worked on, we needed to display a tree view in an ASPX page. The client needed the ability to print the page through IE print command. We started to use the TreeView control coming with the IE Web Controls released by the ASP.NET team. Then we realized that the tree view was not printing correctly due to the use of a client behavior coming with the TreeView server control. The client behavior is automatically activated on IE 5.5+, and deactivated for previous or non IE browsers. ...But, the client behavior cannot be deactivated on up-level browsers!
-
Stored procedures versioning with SQL Server and Visual SourceSafe
Here is a quick summary of the steps to add Stored Procedures to the .NET IDE: