Fabrice's weblog
Tools and Source
-
Nouveau site sur la BD : Clair de Bulle
A tous les amateurs de BD, un nouveau site sur la bande dessinées est né ce week-end : Clair de Bulle.
-
Copy Constructors vs ICloneable
Shawn A. Van Ness presents various approaches for cloning objects, problems with ICloneable, and of course solutions. The discussion mainly revolves around copy constructors vs the ICloneable interface.
-
Updated HTTP module for URL redirections
I updated my HTTP Module for redirections, adding support for ignoring case. See the ignoreCase attribute.
-
ASP.NET HTTP module for URL redirections
For my own web sites, I needed to perform multiple URL rewritings, both in order to get short URLs and to charm Google and friends. You can see this at work for the SharpToolbox for example.
I improved Fritz Onion's HTTP Module, which performs redirects based on entries in your web.config file. It is regular expression-based, and is an easy way to perform automatic redirection for one set of URLs to another in your site. -
Manipulating .NET assemblies
Guys from the Operating Systems and Middleware Group at HPI (University of Postdam) have collected links to APIs and libraries to manipulate PE files, access metadata and IL.
-
Command line parser library
Peter Hallam created a really useful parser for command line arguments, which has been recently updated.
It parses command lines like the following one for you: drinkmachine.exe /chilled /money:2 /drink:coke /drink:icedtea
It has a lot of options and can even automatically display the correct usage if needed.
I'd vote for its integration within the .NET Frawework.
Update: Stefan Demetz points out that there is a command line parser in Genghis too.
-
Will the next version of Visual Studio be "Visual Studio 2006"?
From theserverside.net:
Microsoft has decided to delay the release of SQL Server 2005 from the first half of 2005 until later in the summer of that year. A Community Technical Preview will be released as an interim beta with possibly more to come before the final beta and the product’s eventual release.
-
The counter reached 600 tools, libraries, and add-ins
SharpToolbox turns 600!
'nough said.
-
Firefox and Mozilla search plug-ins for Google Desktop Search
Now that Google Desktop Search is out (still beta), it's already time to improve the user experience ;-)
-
Is AdSense becoming less interesting?
For a while, the Google AdSense service was a good source of revenue if you have a web site. From what I see with the SharpToolbox web site, and as others seems to say on the web, AdSense is paying less and less. Do you notice this as well?