CSharpFeeds - All your C# feeds in one place.

Thursday, October 19, 2006

Regex Class Caching Changes between .NET Framework 1.1 and .NET Framework 2.0 [Josh Free]

by BCLTeam via BCL Team Blog on 10/19/2006 6:29:00 PM

The .NET Framework System.Text.RegularExpressions.Regex class maintains a cache of parsed regular expressions.  The cache improves the performance of methods that create regular expressions, as the Regex class is able to avoid the cost of re-parsing and re-compiling existing regular expressions.  The cache does not affect the performance of match operations on the same input string, as match results are not cached.  As part of the .NET Framework 2.0 Redistributable, the BCL team m ...

[ read more ]

An extensible DotNetNuke Google Sitemap Generator

by brucerchapman via The Code Project Latest Articles on 10/19/2006 1:59:00 AM

Building a DotNetNuke Sitemap Generator using the ASP.NET Provider model ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. CSharpFeeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on CSharpFeeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us