Download Firebus
Description
Simple plugin framework for .NET with runtime load/unload features.
Source Files
The download file firebus.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
build.cmd/* w ww. ja v a2s.co m*/
buildscripts/build.cmd
buildscripts/build.proj
buildscripts/firebus.targets
buildscripts/settings.proj
sources/AssemblyInfo.cs
sources/CustomDictionary.xml
sources/Dependencies/NUnit/nunit.framework.dll
sources/Dependencies/NUnit/nunit.framework.xml
sources/Dependencies/NUnit/nunit.mocks.dll
sources/Dependencies/NUnit/pnunit.framework.dll
sources/Extensions/FireBus.Extensions.ExtensionStorage/Extension.cs
sources/Extensions/FireBus.Extensions.ExtensionStorage/FireBus.Extensions.ExtensionStorage.csproj
sources/Extensions/FireBus.Extensions.ExtensionStorage/Properties/AssemblyInfo.cs
sources/FireBus.BuildTasks/Decoder.cs
sources/FireBus.BuildTasks/FireBus.BuildTasks.csproj
sources/FireBus.BuildTasks/FxCop.cs
sources/FireBus.BuildTasks/GlobalSuppressions.cs
sources/FireBus.BuildTasks/MessageLogger.cs
sources/FireBus.BuildTasks/Properties/AssemblyInfo.cs
sources/FireBus.BuildTasks/Properties/Resources.Designer.cs
sources/FireBus.BuildTasks/Properties/Resources.resx
sources/FireBus.Contracts/CannotAddExtensionException.cs
sources/FireBus.Contracts/CannotLoadExtensionException.cs
sources/FireBus.Contracts/CannotNotifyExtensionException.cs
sources/FireBus.Contracts/Extension.cs
sources/FireBus.Contracts/ExtensionListRequest.cs
sources/FireBus.Contracts/ExtensionListResponse.cs
sources/FireBus.Contracts/ExtensionLoadEvent.cs
sources/FireBus.Contracts/ExtensionMetadata.cs
sources/FireBus.Contracts/ExtensionModuleName.cs
sources/FireBus.Contracts/ExtensionName.cs
sources/FireBus.Contracts/ExtensionPath.cs
sources/FireBus.Contracts/ExtensionResponseCollection.cs
sources/FireBus.Contracts/ExtensionState.cs
sources/FireBus.Contracts/ExtensionStateRequest.cs
sources/FireBus.Contracts/ExtensionStateResponse.cs
sources/FireBus.Contracts/ExtensionStorageInitialize.cs
sources/FireBus.Contracts/ExtensionToken.cs
sources/FireBus.Contracts/ExtensionUnloadEvent.cs
sources/FireBus.Contracts/FireBus.Contracts.csproj
sources/FireBus.Contracts/GlobalSuppressions.cs
sources/FireBus.Contracts/IEventListener.cs
sources/FireBus.Contracts/IEventNotifier.cs
sources/FireBus.Contracts/IRequestListener.cs
sources/FireBus.Contracts/IRequestSender.cs
sources/FireBus.Contracts/IStorage.cs
sources/FireBus.Contracts/InvalidRequestException.cs
sources/FireBus.Contracts/NotifyEventArgs.cs
sources/FireBus.Contracts/NotifyEventHandler.cs
sources/FireBus.Contracts/Properties/AssemblyInfo.cs
sources/FireBus.Contracts/RequestMetadata.cs
sources/FireBus.Contracts/SendEventArgs.cs
sources/FireBus.Contracts/SendEventHandler.cs
sources/FireBus.Contracts/TypeName.cs
sources/FireBus.Contracts/ValueObject.cs
sources/FireBus.Core/Configuration/ExtensionTokenElement.cs
sources/FireBus.Core/Configuration/ExtensionTokenElementCollection.cs
sources/FireBus.Core/Configuration/HostConfigurationSection.cs
sources/FireBus.Core/Configuration/IConfiguration.cs
sources/FireBus.Core/Configuration/XmlConfiguration.cs
sources/FireBus.Core/ExtensionAccessor.cs
sources/FireBus.Core/ExtensionEventArgs.cs
sources/FireBus.Core/ExtensionLoadError.cs
sources/FireBus.Core/ExtensionLoadResult.cs
sources/FireBus.Core/ExtensionLoadedCallback.cs
sources/FireBus.Core/ExtensionUnloadedCallback.cs
sources/FireBus.Core/FireBus.Core.csproj
sources/FireBus.Core/GenericAsyncResult.cs
sources/FireBus.Core/GlobalSuppressions.cs
sources/FireBus.Core/Host.cs
sources/FireBus.Core/IExtensionLoader.cs
sources/FireBus.Core/IMessageAccessor.cs
sources/FireBus.Core/IsolatedExtensionLoader.cs
sources/FireBus.Core/Properties/AssemblyInfo.cs
sources/FireBus.Core/Properties/Resources.Designer.cs
sources/FireBus.Core/Properties/Resources.resx
sources/FireBus.Core/ResourcesMessageAccessor.cs
sources/FireBus.Core/Storage.cs
sources/FireBus.Core/VoidAsyncResult.cs
sources/FireBus.Isolation/ExtensionAccessorAdapter.cs
sources/FireBus.Isolation/ExtensionAdapter.cs
sources/FireBus.Isolation/ExtensionAdapterBuilder.cs
sources/FireBus.Isolation/ExtensionController.cs
sources/FireBus.Isolation/FireBus.Isolation.csproj
sources/FireBus.Isolation/GlobalSuppressions.cs
sources/FireBus.Isolation/IExtensionAccessor.cs
sources/FireBus.Isolation/Properties/AssemblyInfo.cs
sources/FireBus.sln
sources/Samples/Shell/Extensions/FireBus.Shell.ExtensionManager/Extension.cs
sources/Samples/Shell/Extensions/FireBus.Shell.ExtensionManager/FireBus.Shell.ExtensionManager.csproj
sources/Samples/Shell/Extensions/FireBus.Shell.ExtensionManager/GlobalSuppressions.cs
sources/Samples/Shell/Extensions/FireBus.Shell.ExtensionManager/ICommand.cs
sources/Samples/Shell/Extensions/FireBus.Shell.ExtensionManager/ListCommand.cs
sources/Samples/Shell/Extensions/FireBus.Shell.ExtensionManager/LoadCommand.cs
sources/Samples/Shell/Extensions/FireBus.Shell.ExtensionManager/Properties/AssemblyInfo.cs
sources/Samples/Shell/Extensions/FireBus.Shell.ExtensionManager/UnloadCommand.cs
sources/Samples/Shell/Extensions/FireBus.Shell.FileManager/Extension.cs
sources/Samples/Shell/Extensions/FireBus.Shell.FileManager/FireBus.Shell.FileManager.csproj
sources/Samples/Shell/Extensions/FireBus.Shell.FileManager/Properties/AssemblyInfo.cs
sources/Samples/Shell/FireBus.Shell.Contracts/CommandListRequest.cs
sources/Samples/Shell/FireBus.Shell.Contracts/CommandListResponse.cs
sources/Samples/Shell/FireBus.Shell.Contracts/CommandRequest.cs
sources/Samples/Shell/FireBus.Shell.Contracts/CommandResponse.cs
sources/Samples/Shell/FireBus.Shell.Contracts/FireBus.Shell.Contracts.csproj
sources/Samples/Shell/FireBus.Shell.Contracts/GlobalSuppressions.cs
sources/Samples/Shell/FireBus.Shell.Contracts/Properties/AssemblyInfo.cs
sources/Samples/Shell/FireBus.Shell.Contracts/ShellCommandName.cs
sources/Samples/Shell/FireBus.Shell.Contracts/ShellCommandToken.cs
sources/Samples/Shell/FireBus.Shell/App.config
sources/Samples/Shell/FireBus.Shell/CommandLineExtensions.cs
sources/Samples/Shell/FireBus.Shell/FireBus.Shell.csproj
sources/Samples/Shell/FireBus.Shell/Program.cs
sources/Samples/Shell/FireBus.Shell/Properties/AssemblyInfo.cs
sources/Samples/Shell/FireBus.Shell/Properties/Resources.Designer.cs
sources/Samples/Shell/FireBus.Shell/Properties/Resources.resx
sources/Samples/Shell/FireBus.Shell/ShellCommandInfo.cs
sources/Samples/Web/Extensions/FireBus.Web.Extensions.Profile/Extension.cs
sources/Samples/Web/Extensions/FireBus.Web.Extensions.Profile/FireBus.Web.Extensions.Profile.csproj
sources/Samples/Web/Extensions/FireBus.Web.Extensions.Profile/Properties/AssemblyInfo.cs
sources/Samples/Web/FireBus.Web.Contracts/FireBus.Web.Contracts.csproj
sources/Samples/Web/FireBus.Web.Contracts/GlobalSuppressions.cs
sources/Samples/Web/FireBus.Web.Contracts/HttpRequest.cs
sources/Samples/Web/FireBus.Web.Contracts/HttpResponse.cs
sources/Samples/Web/FireBus.Web.Contracts/Properties/AssemblyInfo.cs
sources/Samples/Web/FireBus.Web.Contracts/Route.cs
sources/Samples/Web/FireBus.Web.Contracts/RouteListRequest.cs
sources/Samples/Web/FireBus.Web.Contracts/RouteListResponse.cs
sources/Samples/Web/FireBus.Web.Framework/ExtensibleHttpApplication.cs
sources/Samples/Web/FireBus.Web.Framework/ExtensionAction.cs
sources/Samples/Web/FireBus.Web.Framework/FireBus.Web.Framework.csproj
sources/Samples/Web/FireBus.Web.Framework/GlobalSuppressions.cs
sources/Samples/Web/FireBus.Web.Framework/Properties/AssemblyInfo.cs
sources/Samples/Web/FireBus.Web.Framework/Properties/Resources.Designer.cs
sources/Samples/Web/FireBus.Web.Framework/Properties/Resources.resx
sources/Samples/Web/FireBus.Web.Framework/Router.cs
sources/Samples/Web/FireBus.Web.Site/FireBus.Web.Site.csproj
sources/Samples/Web/FireBus.Web.Site/Global.asax
sources/Samples/Web/FireBus.Web.Site/Global.asax.cs
sources/Samples/Web/FireBus.Web.Site/Properties/AssemblyInfo.cs
sources/Samples/Web/FireBus.Web.Site/Web.Debug.config
sources/Samples/Web/FireBus.Web.Site/Web.Release.config
sources/Samples/Web/FireBus.Web.Site/Web.config
sources/Tests/FireBus.UnitTest.Contracts/FireBus.UnitTest.Contracts.csproj
sources/Tests/FireBus.UnitTest.Contracts/IHost.cs
sources/Tests/FireBus.UnitTest.Contracts/ILogStorage.cs
sources/Tests/FireBus.UnitTest.Contracts/LogMessageEvent.cs
sources/Tests/FireBus.UnitTest.Contracts/LogMessageType.cs
sources/Tests/FireBus.UnitTest.Contracts/Properties/AssemblyInfo.cs
sources/Tests/FireBus.UnitTest.Contracts/StartupEvent.cs
sources/Tests/FireBus.UnitTest.Contracts/StartupWithHostEvent.cs
sources/Tests/FireBus.UnitTest.Contracts/StringConversionRequest.cs
sources/Tests/FireBus.UnitTest.Extensions/AnUnknownEvent.cs
sources/Tests/FireBus.UnitTest.Extensions/ConvertRequest.cs
sources/Tests/FireBus.UnitTest.Extensions/ConvertResponse.cs
sources/Tests/FireBus.UnitTest.Extensions/EventListenerExtension.cs
sources/Tests/FireBus.UnitTest.Extensions/EventNotifierExtension.cs
sources/Tests/FireBus.UnitTest.Extensions/FireBus.UnitTest.Extensions.csproj
sources/Tests/FireBus.UnitTest.Extensions/LogExtension.cs
sources/Tests/FireBus.UnitTest.Extensions/Properties/AssemblyInfo.cs
sources/Tests/FireBus.UnitTest.Extensions/StringConverterExtension.cs
sources/Tests/FireBus.UnitTest.Extensions/UpperCaseConverterExtension.cs
sources/Tests/FireBus.UnitTest.Fixtures/ExtensionMetadataTestFixture.cs
sources/Tests/FireBus.UnitTest.Fixtures/FireBus.UnitTest.Fixtures.csproj
sources/Tests/FireBus.UnitTest.Fixtures/HostTestFixture.cs
sources/Tests/FireBus.UnitTest.Fixtures/Hosts/DefaultTestHost.cs
sources/Tests/FireBus.UnitTest.Fixtures/Hosts/HostAccessor.cs
sources/Tests/FireBus.UnitTest.Fixtures/Hosts/LogStorage.cs
sources/Tests/FireBus.UnitTest.Fixtures/Hosts/TestConfiguration.cs
sources/Tests/FireBus.UnitTest.Fixtures/IsolatedExtensionLoaderTestFixture.cs
sources/Tests/FireBus.UnitTest.Fixtures/Properties/AssemblyInfo.cs
sources/firebus.snk
tools/MSBuildCommunityTasks/Ionic.Zip.Reduced.dll
tools/MSBuildCommunityTasks/MSBuild.Community.Tasks.Targets
tools/MSBuildCommunityTasks/MSBuild.Community.Tasks.dll
tools/NUnit/bin/NUnitFitTests.html
tools/NUnit/bin/NUnitTests.config
tools/NUnit/bin/NUnitTests.nunit
tools/NUnit/bin/agent.conf
tools/NUnit/bin/agent.log.conf
tools/NUnit/bin/framework/nunit.framework.dll
tools/NUnit/bin/framework/nunit.framework.xml
tools/NUnit/bin/framework/nunit.mocks.dll
tools/NUnit/bin/framework/pnunit.framework.dll
tools/NUnit/bin/launcher.log.conf
tools/NUnit/bin/lib/Failure.png
tools/NUnit/bin/lib/Ignored.png
tools/NUnit/bin/lib/Inconclusive.png
tools/NUnit/bin/lib/Skipped.png
tools/NUnit/bin/lib/Success.png
tools/NUnit/bin/lib/fit.dll
tools/NUnit/bin/lib/log4net.dll
tools/NUnit/bin/lib/nunit-console-runner.dll
tools/NUnit/bin/lib/nunit-gui-runner.dll
tools/NUnit/bin/lib/nunit.core.dll
tools/NUnit/bin/lib/nunit.core.interfaces.dll
tools/NUnit/bin/lib/nunit.fixtures.dll
tools/NUnit/bin/lib/nunit.uiexception.dll
tools/NUnit/bin/lib/nunit.uikit.dll
tools/NUnit/bin/lib/nunit.util.dll
tools/NUnit/bin/nunit-agent-x86.exe
tools/NUnit/bin/nunit-agent-x86.exe.config
tools/NUnit/bin/nunit-agent.exe
tools/NUnit/bin/nunit-agent.exe.config
tools/NUnit/bin/nunit-console-x86.exe
tools/NUnit/bin/nunit-console-x86.exe.config
tools/NUnit/bin/nunit-console.exe
tools/NUnit/bin/nunit-console.exe.config
tools/NUnit/bin/nunit-x86.exe
tools/NUnit/bin/nunit-x86.exe.config
tools/NUnit/bin/nunit.exe
tools/NUnit/bin/nunit.exe.config
tools/NUnit/bin/nunit.framework.dll
tools/NUnit/bin/pnunit-agent.exe
tools/NUnit/bin/pnunit-agent.exe.config
tools/NUnit/bin/pnunit-launcher.exe
tools/NUnit/bin/pnunit-launcher.exe.config
tools/NUnit/bin/pnunit.framework.dll
tools/NUnit/bin/pnunit.tests.dll
tools/NUnit/bin/runFile.exe
tools/NUnit/bin/runFile.exe.config
tools/NUnit/bin/runpnunit.bat
tools/NUnit/bin/test.conf
tools/NUnit/bin/tests/loadtest-assembly.dll
tools/NUnit/bin/tests/mock-assembly.dll
tools/NUnit/bin/tests/nonamespace-assembly.dll
tools/NUnit/bin/tests/nunit-console.tests.dll
tools/NUnit/bin/tests/nunit-gui.tests.dll
tools/NUnit/bin/tests/nunit.core.tests.dll
tools/NUnit/bin/tests/nunit.fixtures.tests.dll
tools/NUnit/bin/tests/nunit.framework.dll
tools/NUnit/bin/tests/nunit.framework.tests.dll
tools/NUnit/bin/tests/nunit.mocks.tests.dll
tools/NUnit/bin/tests/nunit.uiexception.tests.dll
tools/NUnit/bin/tests/nunit.uikit.tests.dll
tools/NUnit/bin/tests/nunit.util.tests.dll
tools/NUnit/bin/tests/test-assembly.dll
tools/NUnit/bin/tests/test-utilities.dll
tools/NUnit/bin/tests/timing-tests.dll
tools/NUnit/license.txt
Download
Click the following link to download firebus.zip.
firebus.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »