Migrate Sharepoint 2010 Custom Solutions to Sharepoint Online using PowerApps - sharepoint-online

I am working in Upgrade from Sharepoint 2010 to Sharepoint online, with that we already have few custom solutions. So I would like to know whether can I migrate those custom solutions using PowerApps.

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.

How to use the SharePoint 2007 site content data in SharePoint 2013 site without migration?

How to use the SharePoint 2007 site content data in SharePoint 2013 site without migration?
And what is the best practice if a client develop a new site in SharePoint 2013 environment but they want to use the SharePoint 2007 old content data in the new environment?
The answer to that question is not directly. You’ll have to upgrade your content and service applications(if required) through the process to get to 2010 and then to 2013.
Read this article by microsoft: http://technet.microsoft.com/en-us/library/ee947141.aspx

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.

Sharepoint 2010: publishing reports?

I know that Sharepoint 2010 will store almost everything into its databases. We have a reporting application and we would like to publish our reports into Sharepoint 2010. We don't have any integration kit for Sharepoint 2010. What options do we have? Can we publish our reports into Sharepoint database or how this should be implemented?
From your question, I can't tell if you want a programmatic solution or not. Either way, you can store your reports into a SharePoint Document Library
A) By manually uploading the reports to the SharePoint Document Library
or
B) By creating a simple app or web service to do the job for you
http://www.dotnetcurry.com/ShowArticle.aspx?ID=297

Resources