Download CommonLibrary.NET

Description

A collection of code in C# ranging from ActiveRecord, CSV, Configuration, Logging, Domain-Models, Repository, Authentication, Command-Line Parsing, HolidayCale

Source Files

The download file commonlibrarynet.zip has the following entries.


trunk/build/_commonlibrary.build.fs//from  ww  w  . j a  v  a  2s .  c om
trunk/build/_commonlibrary.build.xml
trunk/build/_commonlibrary.settings.xml
trunk/build/cl.bat
trunk/doc/BuildHelp.cmd
trunk/doc/BuildingHelp.Readme.txt
trunk/doc/CommonLibrary.shfbproj
trunk/doc/FluentScript/Presentation/FluentScript_Building_DSLs_Meetup.pptx
trunk/doc/Library Presentation.doc
trunk/doc/License.txt
trunk/doc/comlib.wiki.examples.txt
trunk/doc/comlib.wiki.fluent.txt
trunk/doc/fluentscript_instructions.txt
trunk/doc/fluentscript_jsimpl.js
trunk/doc/webapp_security.txt
trunk/ide/CommonLibrary.FluentScript.sln
trunk/ide/CommonLibrary.SampleApp.sln
trunk/install/database/install_model_Config.sql
trunk/install/database/install_model_Log.sql
trunk/install/database/install_model_User.sql
trunk/lib/External/NDoc/1.3x/Interop.MSHelpCompiler.dll
trunk/lib/External/NUnit/2.4/nunit.framework.dll
trunk/lib/External/NUnit/2.5.5/nunit.framework.dll
trunk/src/Apps/ComLib.Apps.CodeGeneration/Program.cs
trunk/src/Apps/ComLib.Apps.CodeGeneration/Properties/AssemblyInfo.cs
trunk/src/Apps/ComLib.Apps.CodeGeneration/SampleModels.cs
trunk/src/Apps/ComLib.Apps.FluentScript/BoolMsgItem.cs
trunk/src/Apps/ComLib.Apps.FluentScript/Config/Dev.config
trunk/src/Apps/ComLib.Apps.FluentScript/Config/Prod.config
trunk/src/Apps/ComLib.Apps.FluentScript/Config/Qa.config
trunk/src/Apps/ComLib.Apps.FluentScript/FS.cs
trunk/src/Apps/ComLib.Apps.FluentScript/FSArgs.cs
trunk/src/Apps/ComLib.Apps.FluentScript/FSHelper.cs
trunk/src/Apps/ComLib.Apps.FluentScript/FluentScript.exe.csproj
trunk/src/Apps/ComLib.Apps.FluentScript/FluentScript.exe.csproj.user
trunk/src/Apps/ComLib.Apps.FluentScript/Properties/AssemblyInfo.cs
trunk/src/Apps/ComLib.Apps.FluentScript/Properties/AssemblyVersion.cs
trunk/src/Apps/ComLib.Apps.FluentScript/app.config
trunk/src/Apps/ComLib.Apps.FluentScript/scripts/CommonLibrary.dll
trunk/src/Apps/ComLib.Apps.FluentScript/scripts/example_1_helloworld.py
trunk/src/Apps/ComLib.Apps.FluentScript/scripts/example_2_datatypes.py
trunk/src/Apps/ComLib.Apps.FluentScript/scripts/example_3_functions.py
trunk/src/Apps/ComLib.Apps.FluentScript/scripts/example_3_functions2.py
trunk/src/Apps/ComLib.Apps.FluentScript/scripts/example_4_dsl_order.py
trunk/src/Apps/ComLib.Apps.FluentScript/scripts/run_fs.bat
trunk/src/Apps/ComLib.Apps.SampleApp/App.config
trunk/src/Apps/ComLib.Apps.SampleApp/ComLib.Apps.SampleApp.csproj
trunk/src/Apps/ComLib.Apps.SampleApp/CommonLibrary.SampleApp.csproj
trunk/src/Apps/ComLib.Apps.SampleApp/CommonLibrary.SampleApp.sln
trunk/src/Apps/ComLib.Apps.SampleApp/Program.cs
trunk/src/Apps/ComLib.Apps.SampleApp/Properties/AssemblyInfo.cs
trunk/src/Apps/ComLib.Apps.SampleApp/Properties/AssemblyVersion.cs
trunk/src/Apps/ComLib.Apps.SampleApp/config/Dev.config
trunk/src/Apps/ComLib.Apps.SampleApp/config/Prod.config
trunk/src/Apps/ComLib.Apps.SampleApp/config/Qa.config
trunk/src/Apps/ComLib.Apps.StockMarketApp/ComLib.Apps.StockMarketApp.csproj
trunk/src/Apps/ComLib.Apps.StockMarketApp/CommonLibrary.StockMarketApp.csproj
trunk/src/Apps/ComLib.Apps.StockMarketApp/Properties/AssemblyInfo.cs
trunk/src/Apps/ComLib.Apps.StockMarketApp/StockMarketAppArgs.cs
trunk/src/Apps/ComLib.Apps.StockMarketApp/StockMarketApplication.cs
trunk/src/Apps/ComLib.Apps.StockMarketApp/config/Dev.config
trunk/src/Apps/ComLib.Apps.StockMarketApp/config/Prod.config
trunk/src/Apps/ComLib.Apps.StockMarketApp/config/Qa.config
trunk/src/Apps/ComLib.Apps.StockMarketApp/src/Lib/IStockMarketDataProvider.cs
trunk/src/Apps/ComLib.Apps.StockMarketApp/src/Lib/StockMarketAppArgs.cs
trunk/src/Lib/CommonLibrary.NET/Account/Interfaces.cs
trunk/src/Lib/CommonLibrary.NET/Account/User.cs
trunk/src/Lib/CommonLibrary.NET/Account/UserExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Account/UserRepository.cs
trunk/src/Lib/CommonLibrary.NET/Account/UserService.cs
trunk/src/Lib/CommonLibrary.NET/Account/UserValidator.cs
trunk/src/Lib/CommonLibrary.NET/Account/Users.cs
trunk/src/Lib/CommonLibrary.NET/ActiveRecord/ActiveRecordBase.cs
trunk/src/Lib/CommonLibrary.NET/ActiveRecord/Readme.html
trunk/src/Lib/CommonLibrary.NET/Application/App.cs
trunk/src/Lib/CommonLibrary.NET/Application/AppConfig.cs
trunk/src/Lib/CommonLibrary.NET/Application/AppDecorator.cs
trunk/src/Lib/CommonLibrary.NET/Application/AppDecoratorHelper.cs
trunk/src/Lib/CommonLibrary.NET/Application/AppHelper.cs
trunk/src/Lib/CommonLibrary.NET/Application/IApp.cs
trunk/src/Lib/CommonLibrary.NET/Arguments/Arg.cs
trunk/src/Lib/CommonLibrary.NET/Arguments/Args.cs
trunk/src/Lib/CommonLibrary.NET/Arguments/ArgsHelper.cs
trunk/src/Lib/CommonLibrary.NET/Arguments/ArgsParser.cs
trunk/src/Lib/CommonLibrary.NET/Arguments/ArgsSchema.cs
trunk/src/Lib/CommonLibrary.NET/Arguments/ArgsUsage.cs
trunk/src/Lib/CommonLibrary.NET/Arguments/ArgsValidator.cs
trunk/src/Lib/CommonLibrary.NET/Authentication/Auth.cs
trunk/src/Lib/CommonLibrary.NET/Authentication/AuthBase.cs
trunk/src/Lib/CommonLibrary.NET/Authentication/AuthWeb.cs
trunk/src/Lib/CommonLibrary.NET/Authentication/AuthWin.cs
trunk/src/Lib/CommonLibrary.NET/Authentication/IAuth.cs
trunk/src/Lib/CommonLibrary.NET/Authentication/RoleHelper.cs
trunk/src/Lib/CommonLibrary.NET/Authentication/UserIdentity.cs
trunk/src/Lib/CommonLibrary.NET/Authentication/UserPrinciple.cs
trunk/src/Lib/CommonLibrary.NET/Automation/AutomationRunner.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Commands/Command.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Commands/CommandAttribute.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Commands/CommandContext.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Commands/CommandHelper.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Commands/CommandParameter.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Commands/CommandResult.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Commands/CommandService.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Commands/Commands.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Scripts/Script.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Scripts/ScriptCmdLine.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Scripts/ScriptHelper.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Scripts/ScriptResult.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Scripts/ScriptXml.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Scripts/Variable.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Utilities/Interpreter.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Utilities/JsLite.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Utilities/RunResult.cs
trunk/src/Lib/CommonLibrary.NET/Automation/Utilities/Scope.cs
trunk/src/Lib/CommonLibrary.NET/Benchmarks/BenchmarkResult.cs
trunk/src/Lib/CommonLibrary.NET/Benchmarks/BenchmarkService.cs
trunk/src/Lib/CommonLibrary.NET/Benchmarks/Benchmarks.cs
trunk/src/Lib/CommonLibrary.NET/BootStrapper/AppContext.cs
trunk/src/Lib/CommonLibrary.NET/BootStrapper/BootStrapper.cs
trunk/src/Lib/CommonLibrary.NET/BootStrapper/Task.cs
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/Readme.txt
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/_commonlibrary.build.xml
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/_commonlibrary.nunit
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/_commonlibrary.settings.xml
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/backup.xml
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/bq.bat
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/clean.xml
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/compile.xml
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/config.xml
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/coverage.xml
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/deploy.xml
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/fxcop.xml
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/label.xml
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/unittest.xml
trunk/src/Lib/CommonLibrary.NET/BuildAutomation/version.xml
trunk/src/Lib/CommonLibrary.NET/Cache/Cache.cs
trunk/src/Lib/CommonLibrary.NET/Cache/CacheAspNet.cs
trunk/src/Lib/CommonLibrary.NET/Cache/CacheItemDescriptor.cs
trunk/src/Lib/CommonLibrary.NET/Cache/CacheItemPriority.cs
trunk/src/Lib/CommonLibrary.NET/Cache/CacheManager.cs
trunk/src/Lib/CommonLibrary.NET/Cache/CacheSettings.cs
trunk/src/Lib/CommonLibrary.NET/Cache/Interfaces/ICache.cs
trunk/src/Lib/CommonLibrary.NET/Captcha/Captcha.cs
trunk/src/Lib/CommonLibrary.NET/Captcha/CaptchaGenerator.cs
trunk/src/Lib/CommonLibrary.NET/Captcha/CaptchaImageHandler.cs
trunk/src/Lib/CommonLibrary.NET/Captcha/CaptchaSettings.cs
trunk/src/Lib/CommonLibrary.NET/Captcha/Interfaces/ICaptchaGenerator.cs
trunk/src/Lib/CommonLibrary.NET/Captcha/Interfaces/IRandomTextGenerator.cs
trunk/src/Lib/CommonLibrary.NET/Captcha/RandomTextGenerator.cs
trunk/src/Lib/CommonLibrary.NET/Category/Category.cs
trunk/src/Lib/CommonLibrary.NET/Category/CategoryLookup.cs
trunk/src/Lib/CommonLibrary.NET/Category/CategorySettings.cs
trunk/src/Lib/CommonLibrary.NET/Category/CategoryValidator.cs
trunk/src/Lib/CommonLibrary.NET/Category/Constants.cs
trunk/src/Lib/CommonLibrary.NET/Category/ICategoryDao.cs
trunk/src/Lib/CommonLibrary.NET/Category/ICategoryServiceXml.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Builders/CodeBuilder.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Builders/CodeBuilderBase.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Builders/CodeBuilderDb.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Builders/CodeBuilderDomainModel.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Builders/CodeBuilderValidation.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Builders/Utils/CodeFileHelper.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Builders/Utils/TypeMap.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Interfaces/ICodeBuilder.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/RowMapper.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Templates/Default/ActiveRecord.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Templates/Default/Entity.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Templates/Default/Feeds.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Templates/Default/ImportExport.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Templates/Default/Repository.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Templates/Default/RepositorySql.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Templates/Default/Serializer.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Templates/Default/Service.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Templates/Default/Validator.cs
trunk/src/Lib/CommonLibrary.NET/CodeGen/Templates/DefaultSql/GetPageByFilter.sql
trunk/src/Lib/CommonLibrary.NET/CodeGen/Templates/DefaultSql/GetPageOfRecentPosts.sql
trunk/src/Lib/CommonLibrary.NET/CodeGen/Templates/DefaultWebUI/Controller.cs
trunk/src/Lib/CommonLibrary.NET/Collections/CountableEnumerator.cs
trunk/src/Lib/CommonLibrary.NET/Collections/DictionaryBidirectional.cs
trunk/src/Lib/CommonLibrary.NET/Collections/DictionaryExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Collections/DictionaryMultiKey.cs
trunk/src/Lib/CommonLibrary.NET/Collections/DictionaryMultiValue.cs
trunk/src/Lib/CommonLibrary.NET/Collections/DictionaryReadOnly.cs
trunk/src/Lib/CommonLibrary.NET/Collections/DictionarySet.cs
trunk/src/Lib/CommonLibrary.NET/Collections/DictionaryTypeConversion.cs
trunk/src/Lib/CommonLibrary.NET/Collections/EnumerableExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Collections/EnumeratorCountable.cs
trunk/src/Lib/CommonLibrary.NET/Collections/EnumeratorMulti.cs
trunk/src/Lib/CommonLibrary.NET/Collections/GenericListBase.cs
trunk/src/Lib/CommonLibrary.NET/Collections/IndexSpan.cs
trunk/src/Lib/CommonLibrary.NET/Collections/IndexedLookUp.cs
trunk/src/Lib/CommonLibrary.NET/Collections/PropertyKey.cs
trunk/src/Lib/CommonLibrary.NET/Collections/Set.cs
trunk/src/Lib/CommonLibrary.NET/Collections/TupleResult.cs
trunk/src/Lib/CommonLibrary.NET/CommonLibrary.csproj
trunk/src/Lib/CommonLibrary.NET/Config/Config.cs
trunk/src/Lib/CommonLibrary.NET/Config/ConfigItem.cs
trunk/src/Lib/CommonLibrary.NET/Config/ConfigSourceDb.cs
trunk/src/Lib/CommonLibrary.NET/Config/ConfigSourceDecorator.cs
trunk/src/Lib/CommonLibrary.NET/Config/ConfigSourceDynamic.cs
trunk/src/Lib/CommonLibrary.NET/Config/ConfigSourceMulti.cs
trunk/src/Lib/CommonLibrary.NET/Config/Configs.cs
trunk/src/Lib/CommonLibrary.NET/Constants/RegexPattern.cs
trunk/src/Lib/CommonLibrary.NET/Cryptography/Crypto.cs
trunk/src/Lib/CommonLibrary.NET/Cryptography/CryptoConfig.cs
trunk/src/Lib/CommonLibrary.NET/Cryptography/CryptoHash.cs
trunk/src/Lib/CommonLibrary.NET/Cryptography/CryptoHelper.cs
trunk/src/Lib/CommonLibrary.NET/Cryptography/CryptogSym.cs
trunk/src/Lib/CommonLibrary.NET/Cryptography/DES/DESKey.cs
trunk/src/Lib/CommonLibrary.NET/Cryptography/DES/DESKeyType.cs
trunk/src/Lib/CommonLibrary.NET/Cryptography/DES/TripleDES.cs
trunk/src/Lib/CommonLibrary.NET/Cryptography/ICrypto.cs
trunk/src/Lib/CommonLibrary.NET/Csv/Csv.cs
trunk/src/Lib/CommonLibrary.NET/Csv/CsvConfig.cs
trunk/src/Lib/CommonLibrary.NET/Csv/CsvDoc.cs
trunk/src/Lib/CommonLibrary.NET/Csv/CsvWriter.cs
trunk/src/Lib/CommonLibrary.NET/Data/ConnectionInfo.cs
trunk/src/Lib/CommonLibrary.NET/Data/DataUtils.cs
trunk/src/Lib/CommonLibrary.NET/Data/Database.cs
trunk/src/Lib/CommonLibrary.NET/Data/DbBuilder.cs
trunk/src/Lib/CommonLibrary.NET/Data/DbDiscovery.cs
trunk/src/Lib/CommonLibrary.NET/Data/DbExecute.cs
trunk/src/Lib/CommonLibrary.NET/Data/DbQuery.cs
trunk/src/Lib/CommonLibrary.NET/Data/DbSettings.cs
trunk/src/Lib/CommonLibrary.NET/Data/Interfaces/IDatabase.cs
trunk/src/Lib/CommonLibrary.NET/Data/Interfaces/IRowMapper.cs
trunk/src/Lib/CommonLibrary.NET/Data/RowMapper.cs
trunk/src/Lib/CommonLibrary.NET/Diagnostics/Diagnostics.cs
trunk/src/Lib/CommonLibrary.NET/Diagnostics/DiagnosticsService.cs
trunk/src/Lib/CommonLibrary.NET/Diagnostics/DiagnosticsUtils.cs
trunk/src/Lib/CommonLibrary.NET/Diagnostics/IDiagnosticsService.cs
trunk/src/Lib/CommonLibrary.NET/Email/EmailHelper.cs
trunk/src/Lib/CommonLibrary.NET/Email/EmailMessages.cs
trunk/src/Lib/CommonLibrary.NET/Email/EmailService.cs
trunk/src/Lib/CommonLibrary.NET/Email/IEmailService.cs
trunk/src/Lib/CommonLibrary.NET/Email/Settings.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/ActionContext.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/ActiveRecord.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Constants.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Core/Entity.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Core/EntityAuditable.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Core/EntityGeneric.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Core/EntityPersistant.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Core/EntityVersioned.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Extensions/EntityExtensions.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Interfaces/IEntity.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Interfaces/IEntityServices.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Massager.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Migration/Migrate.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Registration/Constants.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Registration/Context.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Registration/EntityRegistration.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Repository.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Resources.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/RowMapper.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Service.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Settings.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Utility/EntityHelper.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Utility/Management/EntityManager.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Utility/Management/EntityManagerSettings.cs
trunk/src/Lib/CommonLibrary.NET/EntityModel/Validator.cs
trunk/src/Lib/CommonLibrary.NET/Environments/Env.cs
trunk/src/Lib/CommonLibrary.NET/Environments/EnvDef.cs
trunk/src/Lib/CommonLibrary.NET/Environments/EnvItem.cs
trunk/src/Lib/CommonLibrary.NET/Environments/EnvType.cs
trunk/src/Lib/CommonLibrary.NET/Environments/EnvUtils.cs
trunk/src/Lib/CommonLibrary.NET/Environments/Envs.cs
trunk/src/Lib/CommonLibrary.NET/Environments/IEnv.cs
trunk/src/Lib/CommonLibrary.NET/Exceptions/ErrorManager.cs
trunk/src/Lib/CommonLibrary.NET/Exceptions/ErrorManagerBase.cs
trunk/src/Lib/CommonLibrary.NET/Exceptions/ErrorManagerDefault.cs
trunk/src/Lib/CommonLibrary.NET/Exceptions/ErrorManagerDefaultLocalized.cs
trunk/src/Lib/CommonLibrary.NET/Exceptions/IErrorManager.cs
trunk/src/Lib/CommonLibrary.NET/Exceptions/LocalizedExceptionManagerDefault.cs
trunk/src/Lib/CommonLibrary.NET/Extensions/DateTimeExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Extensions/DecimalExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Extensions/DictionaryExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Extensions/IntegerExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Extensions/LatinWordExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Extensions/ListExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Extensions/NameValueCollectionExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Extensions/StringExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Extensions/TimeSpanExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Feeds/FeedBuilder.cs
trunk/src/Lib/CommonLibrary.NET/Feeds/FeedHelper.cs
trunk/src/Lib/CommonLibrary.NET/Feeds/IPublishable.cs
trunk/src/Lib/CommonLibrary.NET/HolidayCalendar/Calendar.cs
trunk/src/Lib/CommonLibrary.NET/HolidayCalendar/CalendarDao.cs
trunk/src/Lib/CommonLibrary.NET/HolidayCalendar/CalendarService.cs
trunk/src/Lib/CommonLibrary.NET/HolidayCalendar/CalendarUtils.cs
trunk/src/Lib/CommonLibrary.NET/HolidayCalendar/Holiday.cs
trunk/src/Lib/CommonLibrary.NET/HolidayCalendar/ICalendar.cs
trunk/src/Lib/CommonLibrary.NET/IO/Csv/CsvParser.cs
trunk/src/Lib/CommonLibrary.NET/IO/Csv/CsvReader.cs
trunk/src/Lib/CommonLibrary.NET/IO/Csv/CsvSettings.cs
trunk/src/Lib/CommonLibrary.NET/IO/CsvDocument.cs
trunk/src/Lib/CommonLibrary.NET/IO/FileCleaner.cs
trunk/src/Lib/CommonLibrary.NET/IO/FileHelper.cs
trunk/src/Lib/CommonLibrary.NET/IO/FileSearcher.cs
trunk/src/Lib/CommonLibrary.NET/IO/IniDocument.cs
trunk/src/Lib/CommonLibrary.NET/IO/IniReader.cs
trunk/src/Lib/CommonLibrary.NET/IO/KeyValueItem.cs
trunk/src/Lib/CommonLibrary.NET/IO/KeyValueParser.cs
trunk/src/Lib/CommonLibrary.NET/IO/TokenLookup.cs
trunk/src/Lib/CommonLibrary.NET/ImportExport/IImportExportService.cs
trunk/src/Lib/CommonLibrary.NET/ImportExport/ImportExport.cs
trunk/src/Lib/CommonLibrary.NET/ImportExport/ImportExportActionContext.cs
trunk/src/Lib/CommonLibrary.NET/ImportExport/ImportExportConstants.cs
trunk/src/Lib/CommonLibrary.NET/ImportExport/ImportExportService.cs
trunk/src/Lib/CommonLibrary.NET/ImportExport/ImportExportServiceEntityBased.cs
trunk/src/Lib/CommonLibrary.NET/ImportExport/ImportExportSettings.cs
trunk/src/Lib/CommonLibrary.NET/Information/IInformation.cs
trunk/src/Lib/CommonLibrary.NET/Information/IInformationService.cs
trunk/src/Lib/CommonLibrary.NET/Information/InfoAttribute.cs
trunk/src/Lib/CommonLibrary.NET/Information/InfoMetaData.cs
trunk/src/Lib/CommonLibrary.NET/Information/InformationService.cs
trunk/src/Lib/CommonLibrary.NET/IocContainer/IIoc.cs
trunk/src/Lib/CommonLibrary.NET/IocContainer/Ioc.cs
trunk/src/Lib/CommonLibrary.NET/IocContainer/IocMemory.cs
trunk/src/Lib/CommonLibrary.NET/Localization/ILocalizationResourceProvider.cs
trunk/src/Lib/CommonLibrary.NET/Localization/LocalizationResourceProviderDefault.cs
trunk/src/Lib/CommonLibrary.NET/Location/Entities/Address.cs
trunk/src/Lib/CommonLibrary.NET/Location/Entities/City.cs
trunk/src/Lib/CommonLibrary.NET/Location/Entities/Country.cs
trunk/src/Lib/CommonLibrary.NET/Location/Entities/Location.cs
trunk/src/Lib/CommonLibrary.NET/Location/Entities/LocationLookups.cs
trunk/src/Lib/CommonLibrary.NET/Location/Entities/LocationShortName.cs
trunk/src/Lib/CommonLibrary.NET/Location/Entities/State.cs
trunk/src/Lib/CommonLibrary.NET/Location/ILocationService.cs
trunk/src/Lib/CommonLibrary.NET/Location/Location.cs
trunk/src/Lib/CommonLibrary.NET/Location/LocationConstants.cs
trunk/src/Lib/CommonLibrary.NET/Location/LocationDataMassager.cs
trunk/src/Lib/CommonLibrary.NET/Location/LocationEntityService.cs
trunk/src/Lib/CommonLibrary.NET/Location/LocationHelper.cs
trunk/src/Lib/CommonLibrary.NET/Location/LocationLookupResult.cs
trunk/src/Lib/CommonLibrary.NET/Location/LocationParser.cs
trunk/src/Lib/CommonLibrary.NET/Location/LocationService.cs
trunk/src/Lib/CommonLibrary.NET/Location/LocationSettings.cs
trunk/src/Lib/CommonLibrary.NET/Location/LocationValidator.cs
trunk/src/Lib/CommonLibrary.NET/Location/Repositories/CityRepositorySql.cs
trunk/src/Lib/CommonLibrary.NET/Location/Repositories/CountryRepositorySql.cs
trunk/src/Lib/CommonLibrary.NET/Location/Repositories/StateRepositorySql.cs
trunk/src/Lib/CommonLibrary.NET/Logging/ILog.cs
trunk/src/Lib/CommonLibrary.NET/Logging/LogBase.cs
trunk/src/Lib/CommonLibrary.NET/Logging/LogConsole.cs
trunk/src/Lib/CommonLibrary.NET/Logging/LogDatabase.cs
trunk/src/Lib/CommonLibrary.NET/Logging/LogEventEntity.cs
trunk/src/Lib/CommonLibrary.NET/Logging/LogEventEntityMapper.cs
trunk/src/Lib/CommonLibrary.NET/Logging/LogFile.cs
trunk/src/Lib/CommonLibrary.NET/Logging/LogHelper.cs
trunk/src/Lib/CommonLibrary.NET/Logging/LogInstance.cs
trunk/src/Lib/CommonLibrary.NET/Logging/LogMulti.cs
trunk/src/Lib/CommonLibrary.NET/Logging/Logger.cs
trunk/src/Lib/CommonLibrary.NET/Logging/mssql_create_event_log_table.sql
trunk/src/Lib/CommonLibrary.NET/Macros/IMacro.cs
trunk/src/Lib/CommonLibrary.NET/Macros/IMacroService.cs
trunk/src/Lib/CommonLibrary.NET/Macros/MacroAttribute.cs
trunk/src/Lib/CommonLibrary.NET/Macros/MacroDoc.cs
trunk/src/Lib/CommonLibrary.NET/Macros/MacroParameter.cs
trunk/src/Lib/CommonLibrary.NET/Macros/MacroService.cs
trunk/src/Lib/CommonLibrary.NET/Macros/Tag.cs
trunk/src/Lib/CommonLibrary.NET/Mapper/IMapper.cs
trunk/src/Lib/CommonLibrary.NET/Mapper/Mapper.cs
trunk/src/Lib/CommonLibrary.NET/Mapper/MapperConstants.cs
trunk/src/Lib/CommonLibrary.NET/Mapper/MapperContext.cs
trunk/src/Lib/CommonLibrary.NET/Mapper/MapperCsv.cs
trunk/src/Lib/CommonLibrary.NET/Mapper/MapperHelper.cs
trunk/src/Lib/CommonLibrary.NET/Mapper/MapperIni.cs
trunk/src/Lib/CommonLibrary.NET/Mapper/MapperWebForm.cs
trunk/src/Lib/CommonLibrary.NET/Mapper/MapperXml.cs
trunk/src/Lib/CommonLibrary.NET/Maps/IMapUrlBuilder.cs
trunk/src/Lib/CommonLibrary.NET/Maps/MapAddress.cs
trunk/src/Lib/CommonLibrary.NET/Maps/MapUrlBuilderGoogle.cs
trunk/src/Lib/CommonLibrary.NET/Maps/MapUrlBuilderYahoo.cs
trunk/src/Lib/CommonLibrary.NET/Media/ImageHelper.cs
trunk/src/Lib/CommonLibrary.NET/Media/MediaHelper.cs
trunk/src/Lib/CommonLibrary.NET/Models/IModelService.cs
trunk/src/Lib/CommonLibrary.NET/Models/ModelContainer.cs
trunk/src/Lib/CommonLibrary.NET/Models/ModelContextc.cs
trunk/src/Lib/CommonLibrary.NET/Models/ModelIterator.cs
trunk/src/Lib/CommonLibrary.NET/Models/ModelSettings.cs
trunk/src/Lib/CommonLibrary.NET/Models/ModelUtils.cs
trunk/src/Lib/CommonLibrary.NET/Models/Models.cs
trunk/src/Lib/CommonLibrary.NET/Models/PropertyMap.cs
trunk/src/Lib/CommonLibrary.NET/NamedQuery/NamedQuery.cs
trunk/src/Lib/CommonLibrary.NET/NamedQuery/NamedQueryExtensions.cs
trunk/src/Lib/CommonLibrary.NET/NamedQuery/NamedQueryRepository.cs
trunk/src/Lib/CommonLibrary.NET/NamedQuery/NamedQueryValidator.cs
trunk/src/Lib/CommonLibrary.NET/Notifications/INotificationServices.cs
trunk/src/Lib/CommonLibrary.NET/Notifications/Notification.cs
trunk/src/Lib/CommonLibrary.NET/Notifications/NotificationContext.cs
trunk/src/Lib/CommonLibrary.NET/Notifications/NotificationDefinitions.cs
trunk/src/Lib/CommonLibrary.NET/Notifications/NotificationQueue.cs
trunk/src/Lib/CommonLibrary.NET/Notifications/NotificationService.cs
trunk/src/Lib/CommonLibrary.NET/Notifications/NotificationSettings.cs
trunk/src/Lib/CommonLibrary.NET/Notifications/NotificationUtils.cs
trunk/src/Lib/CommonLibrary.NET/Notifications/Templates/feedback.html
trunk/src/Lib/CommonLibrary.NET/Notifications/Templates/password_reminder.html
trunk/src/Lib/CommonLibrary.NET/Notifications/Templates/sendtofriend_post.html
trunk/src/Lib/CommonLibrary.NET/Notifications/Templates/sendtofriend_site.html
trunk/src/Lib/CommonLibrary.NET/Notifications/Templates/welcome.html
trunk/src/Lib/CommonLibrary.NET/Orm/OrmSqlStaticBuilder.cs
trunk/src/Lib/CommonLibrary.NET/Paging/Pager.cs
trunk/src/Lib/CommonLibrary.NET/Paging/PagerCalculator.cs
trunk/src/Lib/CommonLibrary.NET/Paging/PagerData.cs
trunk/src/Lib/CommonLibrary.NET/Paging/PagerSettings.cs
trunk/src/Lib/CommonLibrary.NET/Paging/PagerWeb.cs
trunk/src/Lib/CommonLibrary.NET/Patterns/Command.cs
trunk/src/Lib/CommonLibrary.NET/Patterns/Composite.cs
trunk/src/Lib/CommonLibrary.NET/Patterns/Factory.cs
trunk/src/Lib/CommonLibrary.NET/Patterns/NodeT.cs
trunk/src/Lib/CommonLibrary.NET/Patterns/Singleton.cs
trunk/src/Lib/CommonLibrary.NET/Properties/AssemblyInfo.cs
trunk/src/Lib/CommonLibrary.NET/Properties/AssemblyVersion.cs
trunk/src/Lib/CommonLibrary.NET/Query/IQuery.cs
trunk/src/Lib/CommonLibrary.NET/Query/Query.cs
trunk/src/Lib/CommonLibrary.NET/Query/QueryBuilder.cs
trunk/src/Lib/CommonLibrary.NET/Query/QueryData.cs
trunk/src/Lib/CommonLibrary.NET/Query/SupportClasses.cs
trunk/src/Lib/CommonLibrary.NET/Queue/IQueueProcessor.cs
trunk/src/Lib/CommonLibrary.NET/Queue/IQueueRepository.cs
trunk/src/Lib/CommonLibrary.NET/Queue/QueueProcessorActionContext.cs
trunk/src/Lib/CommonLibrary.NET/Queue/QueueProcessorBase.cs
trunk/src/Lib/CommonLibrary.NET/Queue/QueueProcessorConstants.cs
trunk/src/Lib/CommonLibrary.NET/Queue/QueueProcessorSettings.cs
trunk/src/Lib/CommonLibrary.NET/Queue/Queues.cs
trunk/src/Lib/CommonLibrary.NET/Reflection/AssemblyUtils.cs
trunk/src/Lib/CommonLibrary.NET/Reflection/ReflectionAttributeUtils.cs
trunk/src/Lib/CommonLibrary.NET/Reflection/ReflectionTypeChecker.cs
trunk/src/Lib/CommonLibrary.NET/Reflection/ReflectionUtils.cs
trunk/src/Lib/CommonLibrary.NET/Repository/IMultiTenant.cs
trunk/src/Lib/CommonLibrary.NET/Repository/IRepository.cs
trunk/src/Lib/CommonLibrary.NET/Repository/Interfaces/IRepositoryConfigurable.cs
trunk/src/Lib/CommonLibrary.NET/Repository/Interfaces/IRepositoryQueryable.cs
trunk/src/Lib/CommonLibrary.NET/Repository/Interfaces/IRepositoryVersionable.cs
trunk/src/Lib/CommonLibrary.NET/Repository/LookupMulti.cs
trunk/src/Lib/CommonLibrary.NET/Repository/RepositoryBase.cs
trunk/src/Lib/CommonLibrary.NET/Repository/RepositoryExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Repository/RepositoryFactory.cs
trunk/src/Lib/CommonLibrary.NET/Repository/RepositoryHelpers.cs
trunk/src/Lib/CommonLibrary.NET/Repository/RepositoryInMemory.cs
trunk/src/Lib/CommonLibrary.NET/Repository/RepositoryLinq2Sql.cs
trunk/src/Lib/CommonLibrary.NET/Repository/RepositoryMultiTenant.cs
trunk/src/Lib/CommonLibrary.NET/Repository/RepositoryQueryable.cs
trunk/src/Lib/CommonLibrary.NET/Repository/RepositorySql.cs
trunk/src/Lib/CommonLibrary.NET/Repository/RepositoryVersioned.cs
trunk/src/Lib/CommonLibrary.NET/Scaffolding/Interfaces.cs
trunk/src/Lib/CommonLibrary.NET/Scaffolding/ScaffoldConstants.cs
trunk/src/Lib/CommonLibrary.NET/Scaffolding/ScaffoldContext.cs
trunk/src/Lib/CommonLibrary.NET/Scaffolding/ScaffoldController.cs
trunk/src/Lib/CommonLibrary.NET/Scaffolding/ScaffoldService.cs
trunk/src/Lib/CommonLibrary.NET/Scaffolding/ScaffoldSettings.cs
trunk/src/Lib/CommonLibrary.NET/Scaffolding/ScaffoldUtils.cs
trunk/src/Lib/CommonLibrary.NET/Scheduler/IScheduler.cs
trunk/src/Lib/CommonLibrary.NET/Scheduler/Scheduler.cs
trunk/src/Lib/CommonLibrary.NET/Scheduler/SchedulerService.cs
trunk/src/Lib/CommonLibrary.NET/Scheduler/Task.cs
trunk/src/Lib/CommonLibrary.NET/Scheduler/Tasks/ITask.cs
trunk/src/Lib/CommonLibrary.NET/Scheduler/Tasks/ITaskService.cs
trunk/src/Lib/CommonLibrary.NET/Scheduler/Tasks/TaskAttribute.cs
trunk/src/Lib/CommonLibrary.NET/Scheduler/Tasks/TaskService.cs
trunk/src/Lib/CommonLibrary.NET/Scheduler/Trigger.cs
trunk/src/Lib/CommonLibrary.NET/StatusUpdate/StatusUpdate.cs
trunk/src/Lib/CommonLibrary.NET/StatusUpdate/StatusUpdateExtensions.cs
trunk/src/Lib/CommonLibrary.NET/StatusUpdate/StatusUpdateRepository.cs
trunk/src/Lib/CommonLibrary.NET/StatusUpdate/StatusUpdateService.cs
trunk/src/Lib/CommonLibrary.NET/StatusUpdate/StatusUpdateValidator.cs
trunk/src/Lib/CommonLibrary.NET/StatusUpdate/StatusUpdates.cs
trunk/src/Lib/CommonLibrary.NET/Substitutions/ISubstitution.cs
trunk/src/Lib/CommonLibrary.NET/Substitutions/Substitution.cs
trunk/src/Lib/CommonLibrary.NET/Substitutions/SubstitutionService.cs
trunk/src/Lib/CommonLibrary.NET/Substitutions/SubstitutionUtils.cs
trunk/src/Lib/CommonLibrary.NET/Substitutions/Substitutor.cs
trunk/src/Lib/CommonLibrary.NET/Types/EnumLookup.cs
trunk/src/Lib/CommonLibrary.NET/Types/String/StringExtensions.cs
trunk/src/Lib/CommonLibrary.NET/Types/String/StringUtils.cs
trunk/src/Lib/CommonLibrary.NET/Types/String/TextSplitter.cs
trunk/src/Lib/CommonLibrary.NET/Types/TypeParsers.cs
trunk/src/Lib/CommonLibrary.NET/Validation/ValidationUtils.cs
trunk/src/Lib/CommonLibrary.NET/Validation/ValidatorBase.cs
trunk/src/Lib/CommonLibrary.NET/Validation/ValidatorFluent.cs
trunk/src/Lib/CommonLibrary.NET/Validation/ValidatorWithRules.cs
trunk/src/Lib/CommonLibrary.NET/Versions/VersionBuilder.cs
trunk/src/Lib/CommonLibrary.NET/Versions/VersionChecker.cs
trunk/src/Lib/CommonLibrary.NET/Versions/VersionConfig.cs
trunk/src/Lib/CommonLibrary.NET/Versions/VersionContext.cs
trunk/src/Lib/CommonLibrary.NET/Versions/VersionDefs.cs
trunk/src/Lib/CommonLibrary.NET/Versions/VersionHelper.cs
trunk/src/Lib/CommonLibrary.NET/Versions/VersionSpecs.cs
trunk/src/Lib/CommonLibrary.NET/Versions/Versions.cs
trunk/src/Lib/CommonLibrary.NET/Web/Controls/CascadeListControl.cs
trunk/src/Lib/CommonLibrary.NET/Web/Controls/ControlHelpers.cs
trunk/src/Lib/CommonLibrary.NET/Web/Handlers/CssHandler.cs
trunk/src/Lib/CommonLibrary.NET/Web/Handlers/HandlerBase.cs
trunk/src/Lib/CommonLibrary.NET/Web/Handlers/HandlerHelper.cs
trunk/src/Lib/CommonLibrary.NET/Web/Handlers/ImageHandler.cs
trunk/src/Lib/CommonLibrary.NET/Web/Handlers/JavascriptHandler.cs
trunk/src/Lib/CommonLibrary.NET/Web/Helpers/JsonHelper.cs
trunk/src/Lib/CommonLibrary.NET/Web/Helpers/WebFileHelper.cs
trunk/src/Lib/CommonLibrary.NET/Web/RegExTagParser.cs
trunk/src/Lib/CommonLibrary.NET/Web/Scripts/IScriptService.cs
trunk/src/Lib/CommonLibrary.NET/Web/Scripts/Script.cs
trunk/src/Lib/CommonLibrary.NET/Web/Scripts/ScriptService.cs
trunk/src/Lib/CommonLibrary.NET/Web/Scripts/Scripts.cs
trunk/src/Lib/CommonLibrary.NET/Web/Scripts/ScriptsHolder.cs
trunk/src/Lib/CommonLibrary.NET/Web/Services/Gravatar.cs
trunk/src/Lib/CommonLibrary.NET/Web/Services/SearchEngine.cs
trunk/src/Lib/CommonLibrary.NET/Web/Services/Twitter.cs
trunk/src/Lib/CommonLibrary.NET/Web/Services/TwitterService.cs
trunk/src/Lib/CommonLibrary.NET/Web/Templating/HtmlDoc.cs
trunk/src/Lib/CommonLibrary.NET/Web/Templating/Tag.cs
trunk/src/Lib/CommonLibrary.NET/Web/Templating/TemplateParser.cs
trunk/src/Lib/CommonLibrary.NET/Web/Templating/Templater.cs
trunk/src/Lib/CommonLibrary.NET/Web/UrlHelper.cs
trunk/src/Lib/CommonLibrary.NET/Web/UrlSeoUtils.cs
trunk/src/Lib/CommonLibrary.NET/Web/WebUtils.cs
trunk/src/Lib/CommonLibrary.NET/Xml/XmlSerializerUtils.cs
trunk/src/Lib/CommonLibrary.NET/Xml/XmlUtils.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Collections/DictionaryOrdered.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Common/ConfigSection.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Common/ConfigSource.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Common/IConfigSource.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Extensions/ExtensionArgAttribute.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Extensions/ExtensionAttribute.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Extensions/ExtensionMetaData.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Extensions/ExtensionService.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Extensions/IExtensionService.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Helpers/DateHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Helpers/EnumerableHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Helpers/ExecuteHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Helpers/ExpressionHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Helpers/FileHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Helpers/ReflectionHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Helpers/StringHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Helpers/TimeHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Helpers/TypeHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/BinaryExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/BlockExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/CompareExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/ConditionExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/ConditionalBlockExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/ConstantExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/DataTypeExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/EmptyExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/EvaluatableExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/Expr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/FunctionCallExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/FunctionExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/ILoop.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/IParameterExpression.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/IndexExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/IndexableExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/InterpolatedExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/LiteralExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/MemberAccessExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/MemberExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/NamedParameterExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/NewExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/ParameterExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/UnaryExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/ValueExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/AST/Expressions/VariableExpr.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/ArgsFetcher.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/AssignHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/ConversionHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/DocHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/EvalHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/ExceptionHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/FluentHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/FunctionHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/LangHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/LogHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/MemberHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/ParamHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/TimeTypeHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Helpers/TypeHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Core/Callbacks.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Core/Context.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Core/LangState.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Core/Limits.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/IParser.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Integration/ExternalFunctions.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Integration/IPhase.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Integration/PhaseContext.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Integration/PhaseResult.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Integration/Plugins.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Integration/RegisteredFunctions.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Integration/RegisteredTypes.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Integration/RegisteredWords.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Interpreter.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Lexer.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/LexerBase.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Parser.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/ParserBase.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/ParserState.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/PluginSupport/ExprBlockPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/PluginSupport/ExprPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/PluginSupport/ExprPluginBase.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/PluginSupport/LexPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/PluginSupport/PluginMetaInfo.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/PluginSupport/SetupPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/PluginSupport/TokenPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/SemActs.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Terminators.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/TokenIterator.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Parser/Visitor.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Phases/ExecutionPhase.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Phases/ParsePhase.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Phases/Phase.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Phases/PhaseExecutor.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Phases/ShutdownPhase.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Phases/TranslateToJsPhase.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Core/AliasTokenPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Core/CustomFunctionPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Core/LexReplacePlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Core/LineReaderPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Core/TakeoverPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Core/TokenReplacePlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/AggregatePlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/AliasPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/AndOrPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/BoolPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/ComparePlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/ConstCapsPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/DateNumberPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/DatePlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/DateTimeCombinerPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/DayPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/DefPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/EmailPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/EnablePlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/EnvPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/ExecPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/FailPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/FileExtPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/FluentFuncPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/FluentMemberPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/FuncWildCardPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/HashCommentPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/HolidayPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/IOPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/LinqPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/LogPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/MachineInfoPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/MarkerPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/ModulePlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/MoneyPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/PercentPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/PrintPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/RangePlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/RecordsPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/RepeatPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/RoundPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/RunPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/SetPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/SortPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/StepPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/StringLiteralPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/SuffixPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/SwapPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/TimePlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/TypeOfPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/TypeOperationsPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/UnitsPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/UriPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/UsePlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/VariablePathPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/VersionPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/Parser/WordsPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/System/BreakPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/System/ContinuePlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/System/ForPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/System/FunctionPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/System/IfPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/System/NewPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/System/ReturnPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/System/ThrowPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/System/TryCatchPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/System/VarPlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Plugins/System/WhilePlugin.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Templating/ITemplateEngine.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Templating/TemplateEngineDefault.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Templating/Templater.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/ConvertSpec.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/ITypeMethods.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/Javascript/LJSArrayMethods.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/Javascript/LJSDateMethods.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/Javascript/LJSMapMethods.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/Javascript/LJSStringMethods.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/Javascript/LJSTimeMethods.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LArray.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LBaseType.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LBool.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LClass.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LDate.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LDayOfWeek.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LError.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LFunction.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LMap.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LModule.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LNull.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LNumber.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LObject.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LString.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LTime.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LTypeMethods.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LTypes.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LTypesLookup.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LUnit.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/LVersion.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/RegisteredMethods.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/Types/Units.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/AstNode.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/BoolMsgObj.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/CallStack.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/Constants.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/DotAccess.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/FunctionLookupResult.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/IAstWalk.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/IFunction.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/IFunctionStore.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/LangException.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/LangSettings.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/MemberMode.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/Memory.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/Meta/Docs/DocTags.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/Meta/Docs/Example.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/Meta/Types/Arg.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/Meta/Types/FunctionMeta.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/Operator.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/RunResult.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/Scope.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/ScriptError.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/ScriptRef.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/Symbols.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/TokenData.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/_Core/Tokens.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lang/grammer.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lexer/LexArgs.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lexer/LexBase.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lexer/LexHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lexer/LexList.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lexer/LexSettings.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Lexer/Scanner.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Mapper/AutoMapper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Mapper/AutoMapperHelper.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Mapper/AutoMapperSettings.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/ActionContext.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/Attributes.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/BoolMessage.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/Converter.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/EnumerableExtensions.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/EnvironmentVariables.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/Errors.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/Guard.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/KeyValue.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/LamdaLogger.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/PageRotator.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/PagedList.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/RegexPattern.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/SimpleStateSaver.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/StatusResults.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/ToDo.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/TupleResult.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Utilities/Upgrade.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Validation/Validation.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Validation/ValidationExtensionMessages.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Validation/ValidationExtensions.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Validation/ValidationExtensionsAssertive.cs
trunk/src/Lib/CommonLibrary.NET/_Core/Validation/ValidationResult.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Csv_Sample.csv
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Account.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_ActiveRecord.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_AppTemplate.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Arguments.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Authentication.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Automation.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_BenchMark.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_BootStrapper.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Cache.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_CodeGenerator.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Config.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Cryptography.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Csv.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Database.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Diagnostics.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_DomainModel.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Entity.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Environments.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Errors.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Exceptions.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Extensions.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Extensions_Macros.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_HolidayCalendar.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_ImportExport.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Location.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Logging.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_NamedQuery.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Notifications.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Paging.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_QueueProcessor.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Repository1_Querable.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Repository2_Entity.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Repository3_Versioned.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Scheduler.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Scripting.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Scripts.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_StatusUpdate.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_ToDo.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/Example_Validation.cs
trunk/src/Lib/CommonLibrary.NET/_Samples/_Examples.xml
trunk/src/Lib/CommonLibrary.NET/_Samples/_ExamplesLang.xml
trunk/src/Lib/FluentScript/FluentScript.csproj
trunk/src/Lib/FluentScript/Properties/AssemblyInfo.cs
trunk/src/Lib/FluentScript/Properties/AssemblyVersion.cs
trunk/src/Tests/CommonLibrary.UnitTests/AccountTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/ArgsParserTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/AuthServiceTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/AutomationTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/AutomationTestsJs.cs
trunk/src/Tests/CommonLibrary.UnitTests/CacheManagerTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/CategoryTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/CollectionsTest.cs
trunk/src/Tests/CommonLibrary.UnitTests/ComLib.Tests.csproj
trunk/src/Tests/CommonLibrary.UnitTests/Common/ContentLoader.cs
trunk/src/Tests/CommonLibrary.UnitTests/Common/CultureInfoHelper.cs
trunk/src/Tests/CommonLibrary.UnitTests/Common/Product/Product.cs
trunk/src/Tests/CommonLibrary.UnitTests/Common/Product/ProductExtensions.cs
trunk/src/Tests/CommonLibrary.UnitTests/Common/Product/ProductRepositorySql.cs
trunk/src/Tests/CommonLibrary.UnitTests/Common/SampleClasses/SampleClasses.cs
trunk/src/Tests/CommonLibrary.UnitTests/CommonLibrary.Tests.csproj
trunk/src/Tests/CommonLibrary.UnitTests/ConfigTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/CommonSettings.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script1.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script10.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script11.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script2.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script3.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script4.cmd
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script4.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script5.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script6.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script7.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script8.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script9.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script_error1_unknown_command.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script_error2_invalid_xml.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Automation/Script_error3_exception.xml
trunk/src/Tests/CommonLibrary.UnitTests/Content/Csv/Csv_Delimeter.csv
trunk/src/Tests/CommonLibrary.UnitTests/Content/Csv/Csv_DoubleQuotes.csv
trunk/src/Tests/CommonLibrary.UnitTests/Content/Csv/Csv_EscapedDoubleQuotes.csv
trunk/src/Tests/CommonLibrary.UnitTests/Content/Csv/Csv_MultiLine.csv
trunk/src/Tests/CommonLibrary.UnitTests/Content/Csv/Csv_NoHeader.csv
trunk/src/Tests/CommonLibrary.UnitTests/Content/Csv/Csv_NoQuotes.csv
trunk/src/Tests/CommonLibrary.UnitTests/Content/Csv/Csv_Quotes.csv
trunk/src/Tests/CommonLibrary.UnitTests/Content/Csv/Csv_QuotesRandom.csv
trunk/src/Tests/CommonLibrary.UnitTests/Content/Csv/Csv_Spaces.csv
trunk/src/Tests/CommonLibrary.UnitTests/Content/Csv/Csv_TabDelimeter.csv
trunk/src/Tests/CommonLibrary.UnitTests/Content/Lang/Js/defects/table_linq_print.js
trunk/src/Tests/CommonLibrary.UnitTests/Content/Lang/Js/functions.js
trunk/src/Tests/CommonLibrary.UnitTests/Content/Lang/script1.js
trunk/src/Tests/CommonLibrary.UnitTests/Content/Lang/script2.js
trunk/src/Tests/CommonLibrary.UnitTests/Content/Lang/script3.js
trunk/src/Tests/CommonLibrary.UnitTests/Content/Lang/script4.js
trunk/src/Tests/CommonLibrary.UnitTests/CriteriaTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Cryptography.cs
trunk/src/Tests/CommonLibrary.UnitTests/CsvTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/DbHelperTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/EntityTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/EnumerableExtensionsTest.cs
trunk/src/Tests/CommonLibrary.UnitTests/EnvironmentTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/ErrorTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/ExtensionServiceTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/ExtensionsTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/HolidayCalendarTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/ImportExportTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/IndexedLookUpTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/InformationServiceTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/IniTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/InterpreterTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/KeyValueParserTestsFile1.txt
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Common/CommonSysTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Common/CommonTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Component/CombinatorTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Core/Klass.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Core/Klass2.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Core/LangTestsHelper.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Core/ScriptTestsBase.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Core/TestConstants.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Core/TestSuite.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Core/User.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Integration/All_Combinators_Failures.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Integration/All_Combinators_Tests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Integration/Fluent_Calls.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Integration/System_CSharp_Integration_Tests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Integration/System_CSharp_Object_Tests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Integration/System_Combinator_Only_Tests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Integration/System_Config_Tests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Integration/System_Limits.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Integration/System_Types.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/TemplatingTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Unit/DataTypesTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Unit/DocHelperTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Unit/ExpressionTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Unit/FluentCallExpressionTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Unit/LexerTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Unit/ScopeTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Unit/SemActsTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Unit/SymbolsTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Unit/TokenIteratorTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Lang/Unit/UnitsTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/LangTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/LatinWordExtensionsTest.cs
trunk/src/Tests/CommonLibrary.UnitTests/LexParserTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/LocationTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/MacroServiceTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/MarkupServiceTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/ModelTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/NotificationTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/PagerTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/PatternsTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/Properties/AssemblyInfo.cs
trunk/src/Tests/CommonLibrary.UnitTests/Properties/AssemblyVersion.cs
trunk/src/Tests/CommonLibrary.UnitTests/QueueProcessorTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/ReflectionTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/RepositoryTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/ScannerTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/ScriptsServiceTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/StringTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/SubstitutionsTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/TextApplicationTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/TimeParserTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/UpgradeTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/UrlTests.cs
trunk/src/Tests/CommonLibrary.UnitTests/ValidationTests.cs
trunk/src/Tools/CodePlexDocGenerator/CodePlexDocGenerator.csproj
trunk/src/Tools/CodePlexDocGenerator/ComLib.Tools.CodePlexDocGenerator.csproj
trunk/src/Tools/CodePlexDocGenerator/Component.cs
trunk/src/Tools/CodePlexDocGenerator/Doc/fluentscript.wiki.txt
trunk/src/Tools/CodePlexDocGenerator/Lib/Settings.cs
trunk/src/Tools/CodePlexDocGenerator/List.txt
trunk/src/Tools/CodePlexDocGenerator/Program.cs
trunk/src/Tools/CodePlexDocGenerator/Properties/AssemblyInfo.cs
trunk/src/Tools/CodePlexDocGenerator/Template.txt
trunk/src/Tools/CodePlexDocGenerator/Templates/List.txt
trunk/src/Tools/CodePlexDocGenerator/Templates/commonlibrary.txt
trunk/src/Tools/CodePlexDocGenerator/Templates/fluentscript.txt
trunk/src/Tools/CodePlexDocGenerator/Templates/fluentscript_simple.txt
trunk/src/Tools/CodePlexDocGenerator/WikiStyle.cs
trunk/src/Tools/CodePlexDocGenerator/app.config
trunk/src/Tools/FluentTester/App.config
trunk/src/Tools/FluentTester/ComLib.Tools.FluentTester.csproj
trunk/src/Tools/FluentTester/ComLib.Tools.FluentTester.sln
trunk/src/Tools/FluentTester/ComLib.Tools.FluentTester.suo
trunk/src/Tools/FluentTester/FluentTester.csproj
trunk/src/Tools/FluentTester/Program.cs
trunk/src/Tools/FluentTester/Properties/AssemblyInfo.cs
trunk/src/Tools/FluentTester/Samples/Person.cs
trunk/src/Tools/FluentTester/config/scripts.xml
trunk/src/Tools/FluentTester/data/Combinators/Comb_Aggregate_Sum.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Bool.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Compare.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Date.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_DateNumber.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Day.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Def.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Email.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Fluent.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_FluentFunc.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Linq.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Money.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Records.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Run.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Set.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Sort.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Time.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Units.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Uri.js
trunk/src/Tools/FluentTester/data/Combinators/Comb_Words.js
trunk/src/Tools/FluentTester/data/System/Expressions/Sys_TypeOf.js
trunk/src/Tools/FluentTester/data/System/Types/Sys_Array.js
trunk/src/Tools/FluentTester/data/System/Types/Sys_CSharpObj.js
trunk/src/Tools/FluentTester/data/System/Types/Sys_Date.js
trunk/src/Tools/FluentTester/data/System/Types/Sys_DocTags.js
trunk/src/Tools/FluentTester/data/System/Types/Sys_Function.js
trunk/src/Tools/FluentTester/data/System/Types/Sys_Function_NoParen.js
trunk/src/Tools/FluentTester/data/System/Types/Sys_Map.js
trunk/src/Tools/FluentTester/data/System/Types/Sys_Null.js
trunk/src/Tools/FluentTester/data/System/Types/Sys_String.js
trunk/src/Tools/FluentTester/data/test_access.fs
trunk/src/Tools/FluentTester/data/test_access_1.fs
trunk/src/Tools/FluentTester/entities/ExceptedValue.cs
trunk/src/Tools/FluentTester/entities/Script.cs
trunk/src/Tools/FluentTester/entities/ScriptResult.cs
trunk/src/Tools/FluentTester/entities/ScriptResultData.cs
trunk/src/Tools/FluentTester/helper/FluentHelper.cs
trunk/src/Tools/FluentTester/helper/LogHelper.cs
trunk/src/Tools/FluentTester/helper/XmlHelper.cs
trunk/src/Tools/HtmlConverter/ComLib.Tools.HtmlConverter.csproj
trunk/src/Tools/HtmlConverter/Core/TextConversionContext.cs
trunk/src/Tools/HtmlConverter/Core/TextConversionParser.cs
trunk/src/Tools/HtmlConverter/Core/TextConversionService.cs
trunk/src/Tools/HtmlConverter/Core/TextPlugin.cs
trunk/src/Tools/HtmlConverter/Core/Word.cs
trunk/src/Tools/HtmlConverter/Plugins/BoldPlugin.cs
trunk/src/Tools/HtmlConverter/Plugins/HeadingPlugin.cs
trunk/src/Tools/HtmlConverter/Plugins/ItalicsPlugin.cs
trunk/src/Tools/HtmlConverter/Plugins/ListsPlugin.cs
trunk/src/Tools/HtmlConverter/Plugins/StrikeThroughPlugin.cs
trunk/src/Tools/HtmlConverter/Plugins/SubscriptPlugin.cs
trunk/src/Tools/HtmlConverter/Plugins/SuperScriptPlugin.cs
trunk/src/Tools/HtmlConverter/Plugins/UnderlinePlugin.cs
trunk/src/Tools/HtmlConverter/Program.cs
trunk/src/Tools/HtmlConverter/Properties/AssemblyInfo.cs
trunk/src/Tools/HtmlConverter/app.config

Download

Click the following link to download commonlibrarynet.zip.

commonlibrarynet.zip




















Home »
  C# Free Code »
    Database »




ADODotNet
CSV
Database
EntityFramework
JSON
LINQ
LINQPad
Memcached
MongoDB
MySQL
NHibernate
Oracle
ORM
SQL
SQLite
SQLServer
SSIS