Download Zero Framework

Description

Zero Framework is .NET based framework for rapid development of thick client applications using agile methodologies. It uses EF Code First, Caliburn.Micro, custom message-based comunication running over WCF and MEF for dependency resolution.

Source Files

The download file zeroframework.zip has the following entries.


BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
ZeroFramework/NuGet/Backend/content/Service.svc.cs.pp
ZeroFramework/NuGet/Backend/content/Service.svc.pp
ZeroFramework/NuGet/Backend/content/web.config.transform
ZeroFramework/NuGet/Backend/zeroframework.backend.nuspec
ZeroFramework/NuGet/Common/zeroframework.common.nuspec
ZeroFramework/NuGet/Frontend/content/App.config.transform
ZeroFramework/NuGet/Frontend/content/App.xaml.pp
ZeroFramework/NuGet/Frontend/content/AppBootstrapper.cs.pp
ZeroFramework/NuGet/Frontend/content/IShell.cs.pp
ZeroFramework/NuGet/Frontend/content/ShellView.xaml.pp
ZeroFramework/NuGet/Frontend/content/ShellViewModel.cs.pp
ZeroFramework/NuGet/Frontend/zeroframework.frontend.nuspec
ZeroFramework/NuGet/create-packages.ps1/* www.j  a  v  a  2s  . co  m*/
ZeroFramework/NuGet/nuget.exe
ZeroFramework/Source-Example/Example.Backend/Example.Backend.csproj
ZeroFramework/Source-Example/Example.Backend/Example.Backend.csproj.vspscc
ZeroFramework/Source-Example/Example.Backend/Handlers/CustomerHandler.cs
ZeroFramework/Source-Example/Example.Backend/Handlers/OrderHandler.cs
ZeroFramework/Source-Example/Example.Backend/Model/ModelContext.cs
ZeroFramework/Source-Example/Example.Backend/Properties/AssemblyInfo.cs
ZeroFramework/Source-Example/Example.Backend/Service.svc
ZeroFramework/Source-Example/Example.Backend/Service.svc.cs
ZeroFramework/Source-Example/Example.Backend/Web.Debug.config
ZeroFramework/Source-Example/Example.Backend/Web.Release.config
ZeroFramework/Source-Example/Example.Backend/Web.config
ZeroFramework/Source-Example/Example.Common/Entities/Customer.cs
ZeroFramework/Source-Example/Example.Common/Entities/Order.cs
ZeroFramework/Source-Example/Example.Common/Example.Common.csproj
ZeroFramework/Source-Example/Example.Common/Example.Common.csproj.vspscc
ZeroFramework/Source-Example/Example.Common/Properties/AssemblyInfo.cs
ZeroFramework/Source-Example/Example.Common/Transports/Customer/DeleteCustomer.cs
ZeroFramework/Source-Example/Example.Common/Transports/Customer/GetCustomer.cs
ZeroFramework/Source-Example/Example.Common/Transports/Customer/GetCustomers.cs
ZeroFramework/Source-Example/Example.Common/Transports/Customer/SaveCustomer.cs
ZeroFramework/Source-Example/Example.Common/Transports/Order/GetOrdersByCustomer.cs
ZeroFramework/Source-Example/Example.Frontend/App.Config
ZeroFramework/Source-Example/Example.Frontend/App.xaml
ZeroFramework/Source-Example/Example.Frontend/App.xaml.cs
ZeroFramework/Source-Example/Example.Frontend/Bootstrapper.cs
ZeroFramework/Source-Example/Example.Frontend/Customers/CustomerEditView.xaml
ZeroFramework/Source-Example/Example.Frontend/Customers/CustomerEditViewModel.cs
ZeroFramework/Source-Example/Example.Frontend/Customers/CustomerInfoView.xaml
ZeroFramework/Source-Example/Example.Frontend/Customers/CustomerInfoViewModel.cs
ZeroFramework/Source-Example/Example.Frontend/Customers/CustomerOrdersView.xaml
ZeroFramework/Source-Example/Example.Frontend/Customers/CustomerOrdersViewModel.cs
ZeroFramework/Source-Example/Example.Frontend/Customers/CustomerView.xaml
ZeroFramework/Source-Example/Example.Frontend/Customers/CustomerViewModel.cs
ZeroFramework/Source-Example/Example.Frontend/Customers/CustomersView.xaml
ZeroFramework/Source-Example/Example.Frontend/Customers/CustomersViewModel.cs
ZeroFramework/Source-Example/Example.Frontend/DebugLog.cs
ZeroFramework/Source-Example/Example.Frontend/Example.Frontend.csproj
ZeroFramework/Source-Example/Example.Frontend/Example.Frontend.csproj.vspscc
ZeroFramework/Source-Example/Example.Frontend/Properties/AssemblyInfo.cs
ZeroFramework/Source-Example/Example.Frontend/Properties/Resources.Designer.cs
ZeroFramework/Source-Example/Example.Frontend/Properties/Resources.resx
ZeroFramework/Source-Example/Example.Frontend/Properties/Settings.Designer.cs
ZeroFramework/Source-Example/Example.Frontend/Properties/Settings.settings
ZeroFramework/Source-Example/Example.Frontend/Resource.xaml
ZeroFramework/Source-Example/Example.Frontend/Shell/IShell.cs
ZeroFramework/Source-Example/Example.Frontend/Shell/ShellView.xaml
ZeroFramework/Source-Example/Example.Frontend/Shell/ShellView.xaml.cs
ZeroFramework/Source-Example/Example.Frontend/Shell/ShellViewModel.cs
ZeroFramework/Source/Zero.Backend/App.config
ZeroFramework/Source/Zero.Backend/Backend/Backend.cs
ZeroFramework/Source/Zero.Backend/Backend/IRequestHandler.cs
ZeroFramework/Source/Zero.Backend/Properties/AssemblyInfo.cs
ZeroFramework/Source/Zero.Backend/Service/Service.cs
ZeroFramework/Source/Zero.Backend/Zero.Backend.csproj
ZeroFramework/Source/Zero.Backend/Zero.Backend.csproj.vspscc
ZeroFramework/Source/Zero.Common/Common/EntityObject.cs
ZeroFramework/Source/Zero.Common/Common/ExtensionMethods.cs
ZeroFramework/Source/Zero.Common/Common/IBackend.cs
ZeroFramework/Source/Zero.Common/Common/TransportObject.cs
ZeroFramework/Source/Zero.Common/Common/TransportTypesLocator.cs
ZeroFramework/Source/Zero.Common/Properties/AssemblyInfo.cs
ZeroFramework/Source/Zero.Common/Service/IService.cs
ZeroFramework/Source/Zero.Common/Zero.Common.csproj
ZeroFramework/Source/Zero.Common/Zero.Common.csproj.vspscc
ZeroFramework/Source/Zero.Frontend/Controls/BusyIndicator.cs
ZeroFramework/Source/Zero.Frontend/Controls/VisualStates.cs
ZeroFramework/Source/Zero.Frontend/Frontend/AsyncAction.cs
ZeroFramework/Source/Zero.Frontend/Frontend/BackendResult.cs
ZeroFramework/Source/Zero.Frontend/Frontend/BusyResult.cs
ZeroFramework/Source/Zero.Frontend/Frontend/DefaultBusyService.cs
ZeroFramework/Source/Zero.Frontend/Frontend/DefaultMessageBoxService.cs
ZeroFramework/Source/Zero.Frontend/Frontend/ErrorMessageConverter.cs
ZeroFramework/Source/Zero.Frontend/Frontend/ExtensionMethods.cs
ZeroFramework/Source/Zero.Frontend/Frontend/IAsyncInicializable.cs
ZeroFramework/Source/Zero.Frontend/Frontend/IBusyService.cs
ZeroFramework/Source/Zero.Frontend/Frontend/IMessageBoxService.cs
ZeroFramework/Source/Zero.Frontend/Frontend/InitializationResult.cs
ZeroFramework/Source/Zero.Frontend/Frontend/MefBootstrapper.cs
ZeroFramework/Source/Zero.Frontend/Frontend/MessageBox.cs
ZeroFramework/Source/Zero.Frontend/Frontend/OpenChildResult.cs
ZeroFramework/Source/Zero.Frontend/Frontend/ServiceBackend.cs
ZeroFramework/Source/Zero.Frontend/Frontend/Show.cs
ZeroFramework/Source/Zero.Frontend/Frontend/ShowDialogResult.cs
ZeroFramework/Source/Zero.Frontend/Properties/AssemblyInfo.cs
ZeroFramework/Source/Zero.Frontend/Properties/DataSources/Project.Common.TransportObject.datasource
ZeroFramework/Source/Zero.Frontend/Service/Client.cs
ZeroFramework/Source/Zero.Frontend/Themes/generic.xaml
ZeroFramework/Source/Zero.Frontend/Zero.Frontend.csproj
ZeroFramework/Source/Zero.Frontend/Zero.Frontend.csproj.vspscc
ZeroFramework/Source/Zero.Frontend/app.config
ZeroFramework/ZeroFramework.sln
ZeroFramework/ZeroFramework.vssscc

Download

Click the following link to download zeroframework.zip.

zeroframework.zip




















Home »
  C# Free Code »
    Network »




ActiveDirectory
Bluetooth
Client
FTP
LDAP
Network
Server
Socket
TCP
WCF