Monday, April 18, 2005 10:20 PM Jan Tielens

Interesting project: SharePoint Explorer in VS.NET

Some time ago Patrick, Karine and myself were brainstorming on what cool tools we could create for SharePoint. One of the things was to create a VS.NET extension like the Server Explorer, or the BizTalk Explorer. We never started developing it, but luckily Ciaran had the same idea and did started a similar project on GotDotNet: SharePoint Explorer. I haven’t got the time to check it out, but it sounds promising: (extract from an email he sent me) “The developer will be able to browse the whole portal through a tree structure, similar to windows explorer, and view web-parts, properties, etc. on each site along the way, and then at any point the developer could right click on a site or web part and be able to view it in the VStudio browser or IE. There would also be a limited amount of administrative tasks the developer could perform, tasks like creating/deleting sites, security, and others that can be decided as the project is planned.  I have already created a basic sample of this and I have uploaded the source into the source control of the workspace, you can also see some screen shots that I have made available from a link in the top news item on the front page.”

That are already some nice features, here’s another one: generate code based on the item selected in the explorer. For example right clicking on a specific List or Document Library, would generate some code that would give you an instance of that List or Document Library. You can even stretch that idea and think about integrating our U2U CAML Query Builder Tool. Anyone else has some feature requests, and/or some free time to contribute to the project?

Filed under:

Comments

# re: Interesting project: SharePoint Explorer in VS.NET

Monday, April 18, 2005 5:10 PM by Jason Dossett

I definitely like your idea. When I think server explorers in VS.NET, I think of tools that help me do development with the server. Otherwise, why is it in the IDE? Very cool concept.

# re: Interesting project: SharePoint Explorer in VS.NET

Monday, April 18, 2005 10:19 PM by David Taylor

3-4 months ago I developed (partly developed...) I VS 2005 SharepointListObjectSource, which lets you view all the sharepoint lists within any server (I did a UI Designer for that) and select one....Then it let you databind from the GridView, FormView, DetailsView.

Got caught up in "real" work projects though...So never finished it....I had it to the point where you could use the SmartTags in VS 2005 and select my designer, then navigate to a Sharepoint List and double click it...then I had the databinding working....

Lots more work to do though...Editing / Filtering / Sorting...etc....Never finished it.

I thought you might be interested....I would like to get back onto that and finish if I can find the time.

# re: Interesting project: SharePoint Explorer in VS.NET

Monday, April 18, 2005 10:20 PM by David Taylor

Here is my details.. (url above)

# re: Interesting project: SharePoint Explorer in VS.NET

Tuesday, April 19, 2005 1:44 AM by Arno Nel

I always thought it would be a great idea to develop Sharepoint as a windows app. Anyone keen to join me ?

if so, leave a msg on my blog above :)

# re: Interesting project: SharePoint Explorer in VS.NET

Thursday, April 21, 2005 8:40 AM by Ciaran McAuliffe

Thanks for the comments Jan. I like your idea about the code generation, that would be amazingly helpful. The project is getting pretty popular I have received quite a few emails so far, I hope you and anyone else reading this will come along soon and sign up, I think we can create quite an amazing tool out of this.

Thanks.

# Bunch of SharePoint links

Saturday, April 23, 2005 3:25 AM by TrackBack

# re: Interesting project: SharePoint Explorer in VS.NET

Friday, July 21, 2006 1:11 AM by Ahmed Muneeb

Hi, actullay im also developing a desktop based explorer for the sharepoint named "sharepoint tarantula" in VB.Net as final project for BS(IT).... might be u can help us in its development...

My email address is ahmedmuneebch@gmail.com

Regards

Ahmed Muneeb

# re: Interesting project: SharePoint Explorer in VS.NET

Wednesday, October 11, 2006 5:07 AM by Ahmed Muneeb

Hi..... Im the team leader of a team developing SharePoint Explorer in VB.NET 2005 might be you can help me..... I have few confusion regarding the Object Model for Developers given in SDK for SharePoint.... so please reply my email addresses are

ahmed_muneeb@hotmail.com

ahmedmuneebch@gmail.com

Thanks

-------

Team Leader

SharePoint Tarantula

+92-321-6218648

# re: Interesting project: SharePoint Explorer in VS.NET

Sunday, October 22, 2006 2:53 PM by Ahmed Muneeb

Hi All...... I need help so please do reply if any body knows the solution..... Actually I am trying to make an explorer of SharePoint Services 2.0 Using VB.NET 2005... the problem which I am facing is when i try to get all list items of selected list e.g. Announcements using code it throws an exception "OUT OF INDEX"... it is because of the edit field of sharepoint list which is present in every list.... i  first populate the field of the selected list then i try to get the list items..... so please help me out... its really urgent...

Please reply on ahmedmuneebch@gmail.com or ahmed_muneeb@hotmail.com

Thanks

Ahmed Muneeb

+92-321-6218648

Team Leader

SharePoint Explorer