Hi all,

I'm new to csharp and dotnet and I'm trying to create a file manager program. I already know java and I'm thinking of learning it by creating this application.

I'm thinking of making it without a database to display contents of a folder, but all the files in the folder should be created and named through this program. Like if I wanted to create a word document, I can only create it through this program. Also, it should have the check-in check-out functionality.

Users access to this folder through their windows authentication.

Can anyone point me to any resources related to these so that i can start.

Thanks