S
S
Sergey2021-08-21 11:49:00
ASP.NET
Sergey, 2021-08-21 11:49:00

Is it possible to do WebDAV on ASP.NET Core?

For quite some time I have been thinking about what topic to choose for a diploma in the field of web programming on ASP.NET Core, trying to choose something that may not be too complicated, but still not just another online store.

I looked at quite a few ideas, and there was some strange feeling, it seemed that if you choose a web application, then there will be a lot of ideas anyway. But it's still not easy to choose. So I decided to develop a file storage, with the ability to manage access rights, view the history of changes ... but the most interesting thing is with the ability to connect via WebDAV. The problem is that I have never used WebDAV, but I assume that by implementing this protocol, it will be possible to connect to the data store through various WebDAV clients.

So, is it worth learning WebDAV now? Because I noticed that many cloud storages do not have access to it. Yandex-disk used to write on Habré how WebDAV did, but now, as I understand it, it has been removed.
And secondly, is it worth implementing WebDAV on ASP.NET Core, how suitable is this web framework for WevDAV?

UPD: I found this project https://www.webdavsystem.com/server/server_example... do I understand correctly that this is a webdav server on asp.net core?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vasily Bannikov, 2021-08-21
@vabka

Yes, it shouldn't be a problem.
Naturally, it will not be MVC and not on controllers.
With an example project, I understood everything correctly
. I can’t suggest anything expediently.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question