lukaselmer / VFSPrototype

A virtual file system written in C# with .NET technologies, with versioning and historization, encryption and compression, synchronization over a WCF service, a WPF GUI (MVVM).

Home Page:https://github.com/lukaselmer/VFSPrototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VFSPrototype

A virtual file system written in C# with .NET technologies, with versioning and historization, encryption and compression, synchronization over a WCF service, a WPF GUI (MVVM).

# initial setup
git clone git@github.com:lukaselmer/VFSPrototype.git

# do some coding

# commit
git commit -m ...

# push to github repo
git push # => git push origin master

About

A virtual file system written in C# with .NET technologies, with versioning and historization, encryption and compression, synchronization over a WCF service, a WPF GUI (MVVM).

https://github.com/lukaselmer/VFSPrototype


Languages

Language:C# 100.0%