Download Remote Objects with LINQ

Description

An extensible, independent, configurable framework which allows querying for objects on other process domains by using LINQ.Supports: querying and changing objects, lazy loading, authentication & authorization,.. . It's developed in c#,

Source Files

The download file remoteobjectslinq.zip has the following entries.


005_Implementation/CodingGuideLines/ClassTemplates/ClassTemplates.sln
005_Implementation/CodingGuideLines/ClassTemplates/ClassTemplates/ClassTemplates.vdproj
005_Implementation/CodingGuideLines/ClassTemplates/Normal Class Template.zip
005_Implementation/CodingGuideLines/ClassTemplates/Test class template.zip
005_Implementation/CodingGuideLines/My Code Snippets.zip
005_Implementation/Prototypes/Prototype2/ConsoleApplication1/CacheBasedLazyLoadProfile.xaml
005_Implementation/Prototypes/Prototype2/ConsoleApplication1/CacheBasedLazyLoadProfile_Server.xaml
005_Implementation/Prototypes/Prototype2/ConsoleApplication1/CacheBasedProfile.xaml
005_Implementation/Prototypes/Prototype2/ConsoleApplication1/CacheBasedProfile_Server.xaml
005_Implementation/Prototypes/Prototype2/ConsoleApplication1/CachelessProfile.xaml
005_Implementation/Prototypes/Prototype2/ConsoleApplication1/CachelessProfile_Server.xaml
005_Implementation/Prototypes/Prototype2/ConsoleApplication1/ConsoleApplication1.csproj
005_Implementation/Prototypes/Prototype2/ConsoleApplication1/Program.cs
005_Implementation/Prototypes/Prototype2/ConsoleApplication1/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Diagnositcs.Test/DummyLogger.cs
005_Implementation/Prototypes/Prototype2/Diagnositcs.Test/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Diagnositcs.Test/Sebarf.Diagnostics.Test.csproj
005_Implementation/Prototypes/Prototype2/Diagnositcs.Test/TestLogger.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/BackendProviderChangeSet.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/BackendProviderIfc.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/IObjectSource.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/IQueryHandler.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/InterLinq.Base.cd
005_Implementation/Prototypes/Prototype2/InterLinq.Base/InterLinq.Base.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.Base/InterLinqConstructorInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/InterLinqFieldInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/InterLinqMemberInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/InterLinqMethodBase.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/InterLinqMethodInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/InterLinqPropertyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/InterLinqQueryBase.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/InterLinqType.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/InterLinqTypeSystem.cd
005_Implementation/Prototypes/Prototype2/InterLinq.Base/InterLinqTypeSystem.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Base/SerializableExpressionIfc.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Client/ClientContext.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Client/InterLinq.Client.cd
005_Implementation/Prototypes/Prototype2/InterLinq.Client/InterLinq.Client.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.Client/InterLinqQuery.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Client/InterLinqQueryHandler.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Client/InterLinqQueryProvider.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Client/LinqQueryGateway.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Client/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.QueryHandler.LinqToSQL/InterLinq.QueryHandler.LinqToSQL.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.QueryHandler.LinqToSQL/LinqToSQLQueryHandler.cs
005_Implementation/Prototypes/Prototype2/InterLinq.QueryHandler.LinqToSQL/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.QueryHandler.NHibernate/InterLinq.QueryHandler.NHibernate.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.QueryHandler.NHibernate/NHibernateQueryHandler.cs
005_Implementation/Prototypes/Prototype2/InterLinq.QueryHandler.NHibernate/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.QueryHandler.Object/InterLinq.QueryHandler.Object.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.QueryHandler.Object/ObjectQueryHandler.cs
005_Implementation/Prototypes/Prototype2/InterLinq.QueryHandler.Object/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf.Test/InterLinq.Sebarf.Test.CachelessProfile.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf.Test/InterLinq.Sebarf.Test.CachelessProfile_Server.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf.Test/InterLinq.Sebarf.Test.RequestHandler.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf.Test/InterLinq.Sebarf.Test.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf.Test/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf.Test/TestRequest.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf/ExecuteLinqQueryRequest.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf/ExecuteLinqQueryRequestHandler.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf/InterLinq.Sebarf.cd
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf/InterLinq.Sebarf.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf/InterLinqClientFactory.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Sebarf/SebarfBasedLinqQueryGateway.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/AnonymousTypeHelper.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/ExpressionConversionHelper.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/Helpers/ExpressionConverter.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/Helpers/ExpressionVisitor.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/Helpers/RewriteExpressionVisitor.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/Helpers/SerializableExpressionConverter.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/Helpers/SerializableExpressionVisitor.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/Helpers/Visitor.cd
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/InterLinq.Serialization.Expression.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableBinaryExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableConditionalExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableConstantExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableExpressionTyped.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableExpressions.cd
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableInvocationExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableLambdaExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableListInitExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableMemberExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableMemberInitExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableMethodCallExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableNewArrayExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableNewExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableParameterExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableTypeBinaryExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableTypes/SerializableElementInit.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableTypes/SerializableMemberAssignment.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableTypes/SerializableMemberBinding.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableTypes/SerializableMemberListBinding.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableTypes/SerializableMemberMemberBinding.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Serialization.Expression/SerializableUnaryExpression.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Server/InterLinq.Server.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.Server/InterLinqServer.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Server/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Services.Interface/IBackendProviderRegisterService.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Services.Interface/IQueryHandlerLocatorService.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Services.Interface/InterLinq.Services.Interface.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.Services.Interface/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Services.Interface/iBackendProviderLocatorService.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Services/BackendProviderService.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Services/InterLinq.Services.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.Services/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Services/QueryHandlerLocatorService.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/Company.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/CompanyContext.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/Department.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/Employee.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/Helpers/SampleDataFactory.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/Helpers/WPFTestHelper.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/InterLinqOrder.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/InterLinqOrderPosition.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/InterLinqProduct.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/LinqToSQLDataContext.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/NHibernate/Mappings/Protyp1.WPFOrder.hbm.xml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/NHibernate/Readme.txt
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/NHibernate/SampleData.sdf
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/NHibernate/hibernate.cfg.xml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/Order.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/OrderPosition.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/Product.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/SQL/CreateTestDataBaseStructure.sql
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/SQL/Database.sdf
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/SampleDataContext.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/WPFOrder.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/WPFOrderPosition.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DH/WPFProduct.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/DataObjects.cd
005_Implementation/Prototypes/Prototype2/InterLinq.Test/InterLinq.Test.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.Test/Interlinq.Bugs.txt
005_Implementation/Prototypes/Prototype2/InterLinq.Test/PD/AsnychPagedCollection.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/PD/ConnectionStringFactory.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/PD/ObjectBasedDataSource.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/Profiles/Client/CacheBasedLazyLoadProfile.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/Profiles/Client/CacheBasedProfile.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/Profiles/Client/CachelessProfile.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/Profiles/Client/SecurityBasedCacheBasedLazyLoadProfile.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/Profiles/ClientProfiles.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/TestAnonymous.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/TestCompanyExample.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/TestCompatiblity.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/TestConcurrency.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/TestSampleApplication.RequestHandler.Client.Application.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/TestSampleApplication.RequestHandler.Client.Internal.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/TestSampleApplication.RequestHandler.Server.Application.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/TestSampleApplication.RequestHandler.Server.Internal.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/TestSampleApplication.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/TestSecurityLayer.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/TestTracker.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/TestViews.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Convertor/IsDefaulToVisibillityConverter.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/MultiContentWindow.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/MultiContentWindow.xaml.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/PagedProductsView.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/PagedProductsView.xaml.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/RawProducts.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/RawProducts.xaml.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/SelectConnectionStringWindow.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/SelectConnectionStringWindow.xaml.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/SumByOrderPositionForm.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/SumByOrderPositionForm.xaml.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/TestSampleApplication/ProductsView.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/TestSampleApplication/ProductsView.xaml.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/TestSampleApplication/SampleApplication.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/TestSampleApplication/SampleApplication.xaml.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/TestSampleApplication/ServicesStatisticsView.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/TestSampleApplication/ServicesStatisticsView.xaml.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/TestSampleApplication/ServicesView.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/TestSampleApplication/ServicesView.xaml.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/Button.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/ComboBox.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/GroupBox.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/ListBox.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/ListView.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/Menu.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/ProgressBar.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/ScrollBar.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/TabControl.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/TabItem.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/TextBox.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/ToolTip.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/UI/Themes/TreeView.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Test/Views/OrderPositionsByOrderLinqFunqView.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/Views/OrderPositionsByOrderSimpleView.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/Views/OrderPositionsByOrderStupidSimpleView.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/Views/OrderPositionsByOrderStupidSimpleViewIfc.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Test/Views/SumByOrderPositionsView.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestDataStrctures/InterLinq.TestDataStrctures.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.TestDataStrctures/LinqToSQLOrder.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestDataStrctures/LinqToSQLOrderPosition.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestDataStrctures/LinqToSQLOrderPositionByOrder.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestDataStrctures/LinqToSQLProduct.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestDataStrctures/OrderIfc.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestDataStrctures/OrderPositionIfc.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestDataStrctures/ProductIfc.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestDataStrctures/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestDataStrctures/database.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestServer/InterLinq.TestServer.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.TestServer/InterLinqServerRemotControl.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestServer/Profiles/Server/CacheBasedLazyLoadProfile_Server.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.TestServer/Profiles/Server/CacheBasedProfile_Server.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.TestServer/Profiles/Server/CachelessProfile_Server.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.TestServer/Profiles/Server/SecurityBasedCacheBasedLazyLoadProfile_Server.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.TestServer/Profiles/ServerProfiles.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestServer/Program.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestServer/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.TestServer/RequestHandler_Server.xaml
005_Implementation/Prototypes/Prototype2/InterLinq.Views/GenericView.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Views/InterLinq.Views.cd
005_Implementation/Prototypes/Prototype2/InterLinq.Views/InterLinq.Views.csproj
005_Implementation/Prototypes/Prototype2/InterLinq.Views/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/InterLinq.Views/TypedView.cs
005_Implementation/Prototypes/Prototype2/LocalTestRun.testrunconfig
005_Implementation/Prototypes/Prototype2/Prototype110.vsmdi
005_Implementation/Prototypes/Prototype2/Prototype111.vsmdi
005_Implementation/Prototypes/Prototype2/Prototype19.vsmdi
005_Implementation/Prototypes/Prototype2/Prototype2.sln
005_Implementation/Prototypes/Prototype2/Prototype2.vsmdi
005_Implementation/Prototypes/Prototype2/Prototype21.vsmdi
005_Implementation/Prototypes/Prototype2/Prototype23.vsmdi
005_Implementation/Prototypes/Prototype2/Prototype24.vsmdi
005_Implementation/Prototypes/Prototype2/Prototype25.vsmdi
005_Implementation/Prototypes/Prototype2/Sebarf.Client.Interfaces/IClient.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Client.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Client.Interfaces/Sebarf.Client.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Client.Interfaces/Sebarf.Client.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Client/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Client/Sebarf.Client.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Client/Sebarf.Client.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Client/WcfBasedClient.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Communication/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Communication/Sebarf.Communication.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Communication/ServiceConstants.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Communication/ServiceHelper.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Interfaces/IRemoteRequestHandlerEngine.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Interfaces/IRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Interfaces/IRequestHandler.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Interfaces/IRequestHandlerEngine.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Interfaces/IRequestHandlerEngineImp.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Interfaces/IServiceLocaterService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Interfaces/RequestHandler.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Interfaces/Sebarf.Core.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Interfaces/Sebarf.Core.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Interfaces/UnableToProcessRequestReturnValue.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Services.Interfaces/IAddRequestHandlerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Services.Interfaces/IRequestHandlerEngineLocatorService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Services.Interfaces/IRequestRemoteHandlerEngineLocatorService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Services.Interfaces/IServiceRegisterService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Services.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Services.Interfaces/Sebarf.Core.Services.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Core.Services.Interfaces/Sebarf.Core.Services.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Core/AddRequestHandlerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core/Readme.txt
005_Implementation/Prototypes/Prototype2/Sebarf.Core/RequestHandlerEngine.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core/RequestHandlerEngineLocatorService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core/RequestRemoteHandlerEngineLocatorService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Core/Sebarf.Core.Basic.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Core/Sebarf.Core.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Core/Sebarf.Core.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics.Interfaces/Check.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics.Interfaces/ICheckerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics.Interfaces/ILoggerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics.Interfaces/Logger.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics.Interfaces/Sebarf.Diagnostics.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics.Interfaces/Sebarf.Diagnostics.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics.Interfaces/SimpleCheckerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics.Interfaces/SimpleLoggerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics/Sebarf.Diagnostics.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics/SimpleCheckerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Diagnostics/SimpleLoggerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChain.Interfaces/IProcessChainExecutorService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChain.Interfaces/IProcessChainLocatorService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChain.Interfaces/IProcessChainRegisterService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChain.Interfaces/IProcessStep.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChain.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChain.Interfaces/ResolveProcessChainDependenciesRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChain.Interfaces/Sebarf.ProcessChains.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChain.Interfaces/Sebarf.ProcessChains.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChains/ProcessChainManager.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChains/ProcessChainManagerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChains/ProcessStep.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChains/ProcessStepConverter.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChains/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChains/ResolveProcessChainDependenciesRequestHandler.cs
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChains/Sebarf.ProcessChains.cd
005_Implementation/Prototypes/Prototype2/Sebarf.ProcessChains/Sebarf.ProcessChains.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Profiles.Interfaces/ProfileLoadRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Profiles.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Profiles.Interfaces/Sebarf.Profiles.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Profiles.Interfaces/Sebarf.Profiles.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Profiles.WPF/ProfileConfiguration.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Profiles.WPF/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Profiles.WPF/Sebarf.Profiles.WPF.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Profiles.WPF/Sebarf.Profiles.WPF.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Profiles.WPF/WpfBasedProfileLoadRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Profiles.WPF/WpfProfileLoadRequestHandler.cs
005_Implementation/Prototypes/Prototype2/Sebarf.RequestHandler.WPF/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.RequestHandler.WPF/RequestHandlerCollection.cs
005_Implementation/Prototypes/Prototype2/Sebarf.RequestHandler.WPF/RequestHandlerLoader.cs
005_Implementation/Prototypes/Prototype2/Sebarf.RequestHandler.WPF/Sebarf.RequestHandler.WPF.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authentication/AuthenticationManagementService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authentication/AuthenticatorIfc.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authentication/DummyAuthenticationManagementService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authentication/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authentication/Sebarf.Security.Authentication.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authentication/Sebarf.Security.Authentication.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authentication/UsernamePasswordAuthenticationRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authentication/UsernamePasswordAuthenticationRequestHandler.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authentication/UsernamePasswordAuthenticationRequestService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authentication/UsernamePasswordAuthenticator.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authorization/AuthorizationService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authorization/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authorization/Sebarf.Security.Authorization.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Authorization/Sebarf.Security.Authorization.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Interfaces/DoAuthenticationRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Interfaces/IAuthenticationManagementService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Interfaces/IAuthorizationService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Interfaces/IdentitityIfc.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Interfaces/Sebarf.Security.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Security.Interfaces/Sebarf.Security.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Security.UserPassword.Interfaces/IUsernamePasswordAuthenticationService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.UserPassword.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Security.UserPassword.Interfaces/Sebarf.Security.UserPassword.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Security.UserPassword.Interfaces/Sebarf.Security.UserPassword.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Server.Interfaces/IServer.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Server.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Server.Interfaces/Sebarf.Server.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Server.Interfaces/Sebarf.Server.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Server/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Server/Sebarf.Server.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Server/Sebarf.Server.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Server/UserSessionHandlerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Server/WcfBasedServer.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service.Interfaces/IDiagnosticsDataCollectorService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service.Interfaces/IDiagnosticsServiceLocaterService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service.Interfaces/IMonitorableService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service.Interfaces/IService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service.Interfaces/IServiceImpl.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service.Interfaces/Sebarf.Service.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Service.Interfaces/Sebarf.Services.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Service.Interfaces/Service.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service.Interfaces/ServiceRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service.Interfaces/ServiceStatistics.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service.Interfaces/SetupServicesRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service/DiagnosticsDataCollectorService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service/ResolveDependenciesRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service/ResolveDependenciesRequestHandler.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service/ResolveServicesDependenciesRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service/ResolveServicesDependenciesRequestHandler.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service/Sebarf.Service.Impl.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Service/Sebarf.Service.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Service/ServiceRegistrationLocatorService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Service/SetupServicesRequestHandler.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Session.Services/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Session.Services/Sebarf.Session.Services.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Session.Services/Sebarf.Session.Services.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Session.Services/SessionTimeoutHandlerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Session.Services/SignOfLifeSenderService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Session/CloseSessionRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Session/CloseSessionRequestHandler.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Session/ISessionTimeoutHandlerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Session/IUserSessionHandlerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Session/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Session/ResetSessionTimeoutRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Session/ResetSessionTimeoutRequestHandler.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Session/Sebarf.Session.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Session/Sebarf.Session.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Tests/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Tests/RequestHandler.xaml
005_Implementation/Prototypes/Prototype2/Sebarf.Tests/Sebarf.Tests.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Tests/ServerProfile.xaml
005_Implementation/Prototypes/Prototype2/Sebarf.Tests/TestProcessStep.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Tests/TestProfileRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Tests/TestRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Tests/TestRequestHandlerConfiguration.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Tests/TestRequestMultipleClients.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Tests/TestServiceRequest.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Utils.Interfaces/IObjectHierarchyFlattenerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Utils.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Utils.Interfaces/Sebarf.Utils.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebarf.Utils.Interfaces/Sebarf.Utils.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebarf.Utils/HieararchyFlattener.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Utils/ObjectHierarchyFlattenerService.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Utils/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebarf.Utils/Sebarf.Utils.csproj
005_Implementation/Prototypes/Prototype2/Sebastof.Client.Services.Impl/ChangeHandlerService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Client.Services.Impl/ChangeTrackingCacheService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Client.Services.Impl/DataHandlingStrategies/LazyLoadingSerializationDataHandlingStrategyService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Client.Services.Impl/DataHandlingStrategies/StandardSerializationDataHandlingStrategyService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Client.Services.Impl/DeserializationTargetTypeService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Client.Services.Impl/ObjectTrackerMetadataService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Client.Services.Impl/ObjectTrackerService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Client.Services.Impl/ObservableCollection/ObservableCollectionCreatorService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Client.Services.Impl/ObservableCollection/ObservableList.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Client.Services.Impl/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Client.Services.Impl/Sebastof.Client.Services.Impl.cd
005_Implementation/Prototypes/Prototype2/Sebastof.Client.Services.Impl/Sebastof.Client.Services.Impl.csproj
005_Implementation/Prototypes/Prototype2/Sebastof.Core.Services.Interfaces/IDeserializationGetTargetTypeService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Core.Services.Interfaces/IDeserializationSetTargetTypeService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Core.Services.Interfaces/IObjectTransmissionService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Core.Services.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Core.Services.Interfaces/Readme.txt
005_Implementation/Prototypes/Prototype2/Sebastof.Core.Services.Interfaces/Sebastof.Core.Services.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebastof.Core.Services.Interfaces/Sebastof.Core.Services.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebastof.Core.Services/ClientTransmissionOfObjectService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Core.Services/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Core.Services/Sebastof.Core.Services.csproj
005_Implementation/Prototypes/Prototype2/Sebastof.Core.Services/ServerTransmissionOfObjectService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/CollectionTransportContainer.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/MetadataLocatorRegisterService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ObjectTransportContainer.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/BaseClasses/CachedOriginalDataBase.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/BaseClasses/ChangeTrackingRegisterBase.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/BaseClasses/DeSerializeObject.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/BaseClasses/FinalizerBase.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/CollectionOfObjects/1CollectionMapperStep.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/CollectionOfObjects/2UnDecorateCollection.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/CollectionOfObjects/3CachedOriginalDataCollection.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/CollectionOfObjects/4ChangeTrackingRegisterCollection.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/CollectionOfObjects/5FinalizerCollection.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/DeSerializeCollection.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/DeSerializeCollectionTransporter.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/SingleObject/1DeSerializeObjectTransportContainer.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/SingleObject/2ObjectMapperStep.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/SingleObject/3UseCachedObjectStep.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/SingleObject/4UnDecorateObject.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/SingleObject/5CachedOriginalDataObject.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/SingleObject/6ChangeTrackingRegister.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/SingleObject/7Finalizer.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Client/UseCachedCollectionStep.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Server/DecorateCollection.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Server/DecorateObject.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Server/SerializeCollection.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Server/SerializeObject.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Server/SerializeObjectCollection.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/ProcessChains/ProcessSteps/Server/SerializeObjectItem.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Serialisation/Sebastof.Serialisation.csproj
005_Implementation/Prototypes/Prototype2/Sebastof.Server.Services.Impl/DataHandlingStrategies/LazyLoadingSerializationDataHandlingStrategyService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Server.Services.Impl/DataHandlingStrategies/StandardSerializationDataHandlingStrategyService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Server.Services.Impl/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Server.Services.Impl/Sebastof.Server.Services.Impl.cd
005_Implementation/Prototypes/Prototype2/Sebastof.Server.Services.Impl/Sebastof.Server.Services.Impl.csproj
005_Implementation/Prototypes/Prototype2/Sebastof.Server.Services.Impl/SubmitChangesRequestHandler.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/ChangeApplierService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/DataHandlingStrategies/AccessDeniedValue.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/DataHandlingStrategies/LazyLoadingDataHandlingStrategy.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/DatahandlerService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/MetadataLocatorRegisterService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/ObjectIdentifierLocatorService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/ObjectMappingLocatorRegisterService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/ObjectTreeHelperService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/Sebastof.Services.Impl.cd
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/Sebastof.Services.Impl.csproj
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/SimpleCache.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Impl/SubmitChangesRequest.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/Caching.cd
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/ChangeHandlerService.cd
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/EChangeState.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IAppliedChangesOnObjectsCollectorService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/ICachedDataLocatorService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/ICachedDataRegistrationService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IChangeApplierService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IChangeHandlerDiagnosticsService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IChangeHandlerService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IChangeTrackingCacheService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IChangeTrackingStorageService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IDataHandlingStrategy.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IMetadataLocatorService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IObjectIdentifierLocatorService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IObjectMappingLocatorService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IObjectMappingRegisterServiceI.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IObjectSynchronisationService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IObjectTrackerMetadataService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IObjectTreeHelperService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IObservableCollectionCreatorService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IRestorableObject.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/ISebastofApplicationObject.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/IVersionedObject.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/Sebastof.Services.Interfaces.cd
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/Sebastof.Services.Interfaces.csproj
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/SebastofApplicationObject.cd
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/SebastofApplicationObject.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/SebastofApplicationObjectAbs.cd
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/StandardDataHandlingStrategy.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/Tracking.cd
005_Implementation/Prototypes/Prototype2/Sebastof.Services.Interfaces/iSerializationDataHandlingStrategyService.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Types/ChangeSet.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Types/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Sebastof.Types/Sebastof.Types.csproj
005_Implementation/Prototypes/Prototype2/SharedLibs/Castle.Core.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/Castle.Core.xml
005_Implementation/Prototypes/Prototype2/SharedLibs/Castle.DynamicProxy.license.txt
005_Implementation/Prototypes/Prototype2/SharedLibs/Castle.DynamicProxy2.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/Castle.DynamicProxy2.xml
005_Implementation/Prototypes/Prototype2/SharedLibs/Iesi.Collections.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/Iesi.Collections.license.txt
005_Implementation/Prototypes/Prototype2/SharedLibs/Iesi.Collections.xml
005_Implementation/Prototypes/Prototype2/SharedLibs/NHibernate.Linq.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/NHibernate.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/NHibernate.license.txt
005_Implementation/Prototypes/Prototype2/SharedLibs/NHibernate.xml
005_Implementation/Prototypes/Prototype2/SharedLibs/System.Data.SqlServerCe.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/WPFVisifire.Charts.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/log4net.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/log4net.license.txt
005_Implementation/Prototypes/Prototype2/SharedLibs/log4net.xml
005_Implementation/Prototypes/Prototype2/SharedLibs/sqlceca35.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/sqlcecompact35.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/sqlceer35EN.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/sqlceme35.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/sqlceoledb35.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/sqlceqp35.dll
005_Implementation/Prototypes/Prototype2/SharedLibs/sqlcese35.dll
005_Implementation/Prototypes/Prototype2/Utils.Test/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Utils.Test/TestHieararchyFlattener.cs
005_Implementation/Prototypes/Prototype2/Utils.Test/Utils.Test.csproj
005_Implementation/Prototypes/Prototype2/Utils/DelegateWithOneArgument.cs
005_Implementation/Prototypes/Prototype2/Utils/IdentifiableIfc.cs
005_Implementation/Prototypes/Prototype2/Utils/NetDataContractFormat.cs
005_Implementation/Prototypes/Prototype2/Utils/NetDataContractSerializerOperationBehavior.cs
005_Implementation/Prototypes/Prototype2/Utils/NullDelegate.cs
005_Implementation/Prototypes/Prototype2/Utils/PerformanceMeasurements.cs
005_Implementation/Prototypes/Prototype2/Utils/PerformanceTimer.cs
005_Implementation/Prototypes/Prototype2/Utils/Properties/AssemblyInfo.cs
005_Implementation/Prototypes/Prototype2/Utils/Utils.csproj
005_Implementation/Tutorial/Client/CarsAndtheirOwnerView.cs
005_Implementation/Tutorial/Client/Client.csproj
005_Implementation/Tutorial/Client/LINQServicesFull.Profile.Client.xml
005_Implementation/Tutorial/Client/Program.cs
005_Implementation/Tutorial/Client/Properties/AssemblyInfo.cs
005_Implementation/Tutorial/Client/RequestHandlerConfiguration.Client.xml
005_Implementation/Tutorial/Server/DataObjects/Person.cs
005_Implementation/Tutorial/Server/LINQServicesFull.Profile.Server.xml
005_Implementation/Tutorial/Server/Program.cs
005_Implementation/Tutorial/Server/Properties/AssemblyInfo.cs
005_Implementation/Tutorial/Server/RequestHandlerConfiguration.Server.Application.xml
005_Implementation/Tutorial/Server/RequestHandlerConfiguration.Server.Internal.xml
005_Implementation/Tutorial/Server/Server.csproj
005_Implementation/Tutorial/Shared/CloseDialog.xaml
005_Implementation/Tutorial/Shared/CloseDialog.xaml.cs
005_Implementation/Tutorial/Shared/DataObjects/Car.cs
005_Implementation/Tutorial/Shared/DataObjects/Person.cs
005_Implementation/Tutorial/Shared/Handler/MultiplyRequest.cs
005_Implementation/Tutorial/Shared/Handler/MultiplyRequestHandler.cs
005_Implementation/Tutorial/Shared/ObjectBasedDataSource.cs
005_Implementation/Tutorial/Shared/Properties/AssemblyInfo.cs
005_Implementation/Tutorial/Shared/Shared.csproj
005_Implementation/Tutorial/Shared/TutorialFileCopy.exe
005_Implementation/Tutorial/Tutorial.sln
005_Implementation/TutorialFileCopy/Program.cs
005_Implementation/TutorialFileCopy/Properties/AssemblyInfo.cs
005_Implementation/TutorialFileCopy/TutorialFileCopy.csproj
005_Implementation/TutorialFileCopy/TutorialFileCopy.sln
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/DefaultTemplate.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml

Download

Click the following link to download remoteobjectslinq.zip.

remoteobjectslinq.zip




















Home »
  C# Free Code »
    Database »




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