Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Simple Network File Storage using a WPF and .NET Remoting.

License

Notifications You must be signed in to change notification settings

AlexeyBuryanov/NetworkFileStorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Network File Storage license

The storage is located on the server and is accessed using a WPF client. When files are moved to the client window using the Drag & Drop technology, they are copied to the network storage in the user's folder. In the storage - files are compressed. By default, the storage is on the path: D://Storage/UserName .

  • WPF;
  • WPF vector graphics;
  • .NET Remoting;
  • MVVM;
  • Data Binding;
  • SQLite;
  • GZip;
  • Custom styles;
  • Custom window;
  • Drag & Drop.