How to develop a Central Administration-Feature in SharePoint 2010? - sharepoint

Hallo,
i need to create a feature for the Central Administration in SharePoint 2010, but i do not know how to do that. I have found websites like SharePoint Tip #26. Do you know “How to create Central Administration feature”? or SharePoint Central Administration Feature, but they refer to SharePoint 2007 and not to SharePoint 2010.
Are there any websites, books, etc. that teach how to create a Central Administration feature in SharePoint 2010 ?
Thanks!

Creating Central Admin pages in SharePoint 2010 works identical to 2007. The main difference is that the IDs for the menu locations (Where the link will be located in central admin) is completely different.
Have a look at my series about porting a 2007 SharePoint app to 2010. It deals with this topic.

You you can just activate any your features in central admin manually if you like. (If you have deployed your solution also to that web application)
And would that AutoActivateInCentralAdmin be deprecated in 2010?

Related

migartion sharepoint web application sharepoint 2013 to sharepoint online

actually i tried to migrate lists and document libraries from one site to another site in sharepoint 2013 and migrate sites also from 2010 to sharepoint 2013. But,I want to migrate web application from sharepoint 2013 to sharepoint online.
We are limited to creating Site collections only in SharePoint online. You cannot create/migrate the complete web application to SharePoint online in one go. You would have to migrate either a complete site collection or site level.
I have experience migrating with SharePoint migration tool from Microsoft (which is free software) and it worked well.
However, i would suggest to migrate individual site level as it would be easy to manage. I have tried migrating a site collection which failed after 40% and it was difficult to debug where the error was. I later figured it was the nintex form on a document library that was a culprit.
Good luck with your project!
You may use below methods to create apps
Using SharePoint Apps ( https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/get-started-creating-provider-hosted-sharepoint-add-ins )
Use the latest SPFx framework (https://learn.microsoft.com/en-us/sharepoint/dev/spfx/sharepoint-framework-overview) to create apps.

Deploy Office AddIn to SharePoint on-premises environment

I am developing with Word Web AddIn by Office.js. Now I want to publish it to my on-premises environment.
After check Deploy and publish your Office Add-in, it seems only SharePoint catalog supports SharePoint on-premises. But for this docuemnt, it shared the steps for Sharepoint Online instead of premises.
Interesting. It seems that when Microsoft renamed "apps for Office" and "apps for SharePoint" to "Office Add-ins" and "SharePoint Add-ins", the UI of SharePoint Central Administration was not changed. But whoever wrote that second article that you linked to thought that it had been changed. (Or maybe it was, but your SharePoint on-premise doesn't have an up-to-date build.) I think that when you get to step 2 of the article you linked to, you will find an "Apps" on the left side of the page instead of a "Add-ins". So just follow the directions in that article but in your mind replace "Add-in" with "App" in all the steps.
Another possibility is this article I found. Try using this, if the suggestion above doesn't work: Manage the App Catalog in SharePoint Server.

How to create site using SharePoint Designer 2013 and SharePoint Server 2013?

When i'm trying to create New 'Blank Site' in SharePoint Designer 2013 it tells me
This Web site must be created on a server that is running Microsoft SharePoint Foundation. Please choose another location.
I'm run Microsoft SharePoint Server 2013. Should i also install Microsoft SharePoint Foundation 2013 or what?
It sounds like you're pointing your new Blank Site template at a location where SharePoint isn't installed. The best way to test if this is the case would be to first try opening a site, put in the location of your new SharePoint installation and see if it resolves. If not then your problem lays in your SharePoint installation itself and you should review the documentation for that.

Can We Create SharePoint Custom Web Parts in Office 365 Online with out using Visual Studio?

I am new to SharePoint and Exploring the Office 365 Small business feature online using trial subscription.
I'm able to create 'App Parts' using Office 365 Developer Site Subscription(by using 'NAPA' SharePoint Developer tool).
Now I wanted to create SharePoint 'Custom WebPart' in Office 365 online without using Visual Studio 2010,2012,2013.
Please Guide me on this by providing some reference links for creating "Custom WebParts" in Office 365 Online and how can i use created web parts.
Edited:
Are there any online tools or sharepoint apps like 'NAPA' available for develop custom Web Parts online?
You can create sandbox solutions with SharePoint online.
But in SharePoint 2013 You can do many things just with Content Editor Web Part, javascript and REST services. And with search and display templates.
We are using such technics with our on-premise SharePont 2013. And its cover all our needs. Client Object Model and REST services cover almost all SharPoint features. For content processing you can use Content by Search Web Part with display templates. For UI you can use javascript components like JQuery UI.

sharepoint 2013 designer -programming possibilities and limitations

What are the possible functionalities that can be modified or added using sharepoint designer with sharepoint foundation 2013? In terms of programming.
SharePoint Designers main purpose is for creating or modifying Microsoft SharePoint sites, workflows and web pages.
As an example you are able to create and modify workflows but cannot compile any code or build your own custom web parts.

Resources