Posts Tagged library
Saturday, November 29, 2008 10:16
MS has released the .NET Reference Source Code, you can only get it one file at a time while you’re debugging. If you’d like to populate the cache, you’d may use Mass Downloader For .Net Framework which allows you do download .Net Framework source code in batch.The Mass Downloader For .Net Framework enables offline debugging [...]
Saturday, November 29, 2008 10:16
Cake3 library supports compressing and extracting filesĀ to/from different archive formats .The library can be easily integrated to your projects .
Usage of Cake3 library:
Compress
Cakdir3 cdir3 = new Cakdir3(@”c:\temp\arch.lha”);
cdir3.AddOptions.addFolder = AddOptions.folderMode.relative;
cdir3.AddOptions.baseFolder = @”c:\temp\”;
//Mask not supported in Cake3.
cdir3.AddOptions.addFile = new String[2] {@”c:\temp\arch.zip”, @”C:\temp\test\image.bmp”};
cdir3.Add();
Decompress
Cakdir3 cdir = new Cakdir3(@”c:\temp\test.lha”);
cdir.ExtractOptions.extractItem = new String[1] {cdir.Archive_Contents[0].fileName};
cdir.ExtractOptions.extractFolder = Utils.GetTempPath() + “qztemp”;
cdir.ExtractOptions.allowFolder = true;
cdir.ExtractOptions.allowOverwrite [...]
Saturday, November 29, 2008 10:16
NxBRE is the open-source rule engine for the .NET platform and a lightweight Business Rules Engine that supports two different approaches:
The Inference Engine, which is a forward-chaining (data driven) deduction engine and that supports concepts like Facts, Queries and Implications and like Rule Priority, Mutual Exclusion and Precondition (as found in many commercial engines). It [...]
Saturday, November 29, 2008 10:16
Tom Hollander has posted that the second CTP of Enterprise Library 3.0 is now available to download on CodePlex community site.
New In This Release
Validation Application Block
Near-complete validator library
Configuration tool support
ASP.NET integration
Winforms integration
Quickstarts and preliminary documentation
Data Access Application Block
TransactionScope enlistment
Logging Application Block
Rolling Flat File Trace Listener
WCF integration
Application Block [...]
Saturday, November 29, 2008 10:16
The CTP of Enterprise Library 3.0 was released last Friday.One of the new application blocks it contains is a Validation Application Block for validating classes in your applications.David Hayden wrote 4 tutorials on how to use it:
Validation Application Block in Enterprise Library 3.0 – Using Validation Facade Class – Part I
Validation Application Block in Enterprise [...]
Saturday, November 29, 2008 10:16
Inspired by PHP String Functions that are missing in .Net.
Below is a list of the method names and descriptions in the string library.
Base64StringEncode: Base64 encodes a string.
Base64StringDecode: Decodes a Base64 string.
CaseInsenstiveReplace: A case insenstive replace function.
ReplaceFirst: Replaces the first occurence of a string with the replacement value. The Replace is case senstive. [...]
Saturday, November 29, 2008 10:16
A utility class containing frequently used Regular Expression Patterns( dates, zip codes, url ,email, credit card ) and two utility methods to see if a passed string conforms to the designated pattern.
[Via Help.Net]
Bookmark It
Hide Sites
$$(‘div.d773′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });
Saturday, November 29, 2008 10:16
ZipForge.NET is a .NET framework zip component. With this component you can easily add zip archive functionality to your projects. Free for personal use.ZipForge.NET is 100% managed .NET component written in pure C#.
Features:
100% managed code without unsafe blocks
Creates and handles ZIP files
Adds, moves, extracts, deletes, updates, tests, refreshes a group of files [...]
Saturday, November 29, 2008 10:16
Cache Manager is an ASP.NET plug-in lets the administrators to monitor and manage the ASP.NET Cache.
[Via Larkware]
Bookmark It
Hide Sites
$$(‘div.d735′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });