All Projects → ITHit → WebDAVServerSamples

ITHit / WebDAVServerSamples

Licence: other
WebDAV, CalDAV & CardDAV server examples in C# and VB based on IT Hit WebDAV Server Engine for .NET

Programming Languages

TSQL
950 projects
C#
18002 projects
Visual Basic .NET
514 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects
ASP.NET
160 projects

Projects that are alternatives of or similar to WebDAVServerSamples

NClient
💫 NClient is an automatic type-safe .Net HTTP client that allows you to call web service API methods using annotated interfaces or controllers without boilerplate code.
Stars: ✭ 25 (-35.9%)
Mutual labels:  asp-net-core, asp-net
Awesome-Nuget-Packages
📦 A collection of awesome and top .NET packages sorted by most popular needs.
Stars: ✭ 87 (+123.08%)
Mutual labels:  asp-net-core, asp-net
SQRL-For-Dot-Net-Standard
SQRL for the .Net Standard runtimes. Secure Quick Reliable Login is a highly secure user privacy based authentication system that removes the need for users to have more than one password for a global identity https://www.grc.com/sqrl/sqrl.htm for more information of the protocal.
Stars: ✭ 26 (-33.33%)
Mutual labels:  asp-net-core, asp-net
GPONMonitor
GPON Monitoring tool for Dasan Networks GPON OLTs
Stars: ✭ 26 (-33.33%)
Mutual labels:  asp-net-core, asp-net
Dynamic-User-Defined-Dashboards-Asp-Net-Core
Complete Solution for Dynamically Created User-Defined Dashboards using Asp.Net Core
Stars: ✭ 32 (-17.95%)
Mutual labels:  asp-net-core, asp-net
I18N
I18N Library for .NET, and Delphi
Stars: ✭ 48 (+23.08%)
Mutual labels:  asp-net-core, asp-net
Cake-Shop
A sample Cake Shop Website built with ASP.NET Core (Multi-Page Application)
Stars: ✭ 44 (+12.82%)
Mutual labels:  asp-net-core, asp-net
squidex-samples
Samples for Squidex
Stars: ✭ 47 (+20.51%)
Mutual labels:  asp-net-core, asp-net
StormReport
🌀 Library - Create your reports using only annotations
Stars: ✭ 17 (-56.41%)
Mutual labels:  asp-net-core, asp-net
Asp-net-Core-Project-with-Admin-Template-Setup
AdminLTE Template Setup with Asp.net Core MVC 2.1 Project
Stars: ✭ 50 (+28.21%)
Mutual labels:  asp-net-core, asp-net
jmal-cloud-server
基于springboot的网盘服务端。JmalCloud 是一款私有云存储网盘项目,能够简单安全管理您的云端文件
Stars: ✭ 80 (+105.13%)
Mutual labels:  webdav, webdav-server
UrlBase64
A standards-compliant implementation of web/url-safe base64 encoding and decoding for .NET targets
Stars: ✭ 25 (-35.9%)
Mutual labels:  asp-net-core, asp-net
csharp
📚 Recursos para aprender C#
Stars: ✭ 37 (-5.13%)
Mutual labels:  asp-net-core, asp-net
SimpleSocial
A simple social network web application using ASP.NET Core 3.1
Stars: ✭ 16 (-58.97%)
Mutual labels:  asp-net-core, asp-net
adminlte-aspnetcore2-version
Asp.Net Example version of famous and beautiful AdminLTE control panel themes and template.
Stars: ✭ 64 (+64.1%)
Mutual labels:  asp-net-core, asp-net
AspNetCore-Dynamic-Permission
Dynamic Permission Samples in ASP.NET Core and ASP.NET MVC 5.
Stars: ✭ 19 (-51.28%)
Mutual labels:  asp-net-core, asp-net
DNZ.SEOChecker
SEO Checker and Recommander Plugin (like wordpress Yoast) for ASP.NET Core.
Stars: ✭ 18 (-53.85%)
Mutual labels:  asp-net-core, asp-net
PersianDataAnnotations
PersianDataAnnotations is ASP.NET Core MVC & ASP.NET MVC Custom Localization DataAnnotations (Localized MVC Errors) for Persian(Farsi) language - فارسی سازی خطاهای اعتبارسنجی توکار ام.وی.سی. و کور.ام.وی.سی. برای نمایش اعتبار سنجی سمت کلاینت
Stars: ✭ 38 (-2.56%)
Mutual labels:  asp-net-core, asp-net
X.Web.Sitemap
Simple sitemap generator for .NET
Stars: ✭ 66 (+69.23%)
Mutual labels:  asp-net-core, asp-net
vctr
vctr is a self hosted short link management tool.
Stars: ✭ 14 (-64.1%)
Mutual labels:  asp-net-core, asp-net

WebDAV Server Examples in C# and VB

IT Hit WebDAV Server Engine is provided with many WebDAV server examples in C# and Visual Basic that demonstrate how to build a WebDAV server with SQL back-end or with file system storage. You can adapt these samples to utilize almost any back-end storage including storing data via CMS/DMS/CRM API, Azure or Amazon API. The provided examples run in ASP.NET Core, ASP.NET/IIS, Mono or HttpListener.

Below is a short description of some of the samples that you can find here.

ASP.NET Core WebDAV Server with File System Storage Example

A cross-platform Class 2 WebDAV server that runs on ASP.NET Core on Windows, Mac OS X and Linux. It stores locks and custom properties in file system Extended Attributes in case of OS X and Linux or in NTFS Alternate Data Streams in case of Windows. This example is a fully-functional WebDAV server that can be used to open, edit and save Microsoft Office documents directly to server, without download/upload steps. More...

ASP.NET Core WebDAV Server with Microsoft SQL Storage Example

A cross-platform Class 2 WebDAV server that runs on ASP.NET Core on Windows, Mac OS X and Linux. It stores all data including locks, file content and custom properties in Microsoft SQL Server database. This example is a fully-functional WebDAV server that can be used to open, edit and save Microsoft Office documents directly to server, without download/upload steps. More...

iOS & Android WebDAV Server on .NET Standard 2.0 Example

A HttpListener-based mobile WebDAV server that runs on iOS and Android on .NET Standard 2.0. It stores all data in iOS/Android file system extended attributes. This sample provides access to the documents inside a mobile app folder. To see the documents a user opens a sample web page served by this server in a web browser on any machine in the local network. A user can open, edit and save documents back to the mobile device as well as can upload, download and manage documents using any WebDAV client. More...

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].