Which to use in App part or web part

Recently I have started working on SharePoint 2013 but sadly I find it very confusing specially App part and web part.
In app part gallery also we have doc library,lists and in web part gallery also, which to use.
As a developer seeing future job perspective I should choose which option developing app part or developing web part.
I basically work with On-premise version no option of cloud. Can i create app for my On-premise version and how any link.

Hello Zakir
App Part also known as Client Part is one of the three ways in which an app can be presented to an end user. An App Part provides a way to mount an app to SharePoint. It uses an Iframe html element inside a SharePoint page to display the contents of an app.
In App Parts, the UI and the app content is generated remotely with the app code running outside of the SharePoint server. This ensures complete isolation between the SharePoint surrounding interface and the embedded app. SharePoint automatically creates an
App Part in the Web Part gallery when an app is deployed to SharePoint site.
Web Part is a reusable component or a server side control that can be added inside a SharePoint page. Web Part code runs directly within the SharePoint server. There are several out-of-box Web Parts  available in SharePoint and one can also build their
own custom Web Parts.  Web Parts are editable, configurable and can even be connected to each other. Also, Web Parts can be utilized within an app.
Both App Parts and Web Parts are listed in the Web Part gallery from where they can be added in a page. From an end user's perspective, App Part is like a Web Part - both of them provides a way to add a piece of functionality to a page. However, there are primary
differences between them in how they are developed and deployed. In App Part, the app code runs outside of the SharePoint while Web Part code runs within SharePoint. So, poorly built apps does not impact SharePoint environment as in case with poorly built
Web Parts.
Please mark as answer, if the solution works for you

Similar Messages

  • Cannot Add Approved App To A Web Page - App Does Not Show in the App Part Section.

    Hi all,
      I have successfully add an App from the SharePoint App Store to my SharePoint Site which was developed using SharePoint 2013. The added app was successfully Approved then when I try to add that app using the App Part to a web page I cannot Find it
    in the App Part section. I looked in the Site Collection Features & Site Features I couldn't find the app to activate. I don't think I have done some kind of mistake. So then what else I have to do to add that App part to the web page.
     Could someone try to solve this matter?
     Thanks,
     Regards,
     Chiranthaka

    First, are you sure the App contains an App Part?  Not all Apps are written to have app parts.  Second, did you add the app to the site collection from Add an App in the Site Contents page?  Apps that are added and approved from the Store
    are added to the App Catalog for the Web Application.  You would normally add them to the Site Collection from there after they are approved.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.

  • Approved App Does Not Show in the App Part Section.

    Hi all,
      I have successfully add an App from the SharePoint App Store to my SharePoint Site which was developed using SharePoint 2013. The added app was successfully Approved then when I try to add that app using the App Part to a web page I cannot Find it
    in the App Part section. I looked in the Site Collection Features & Site Features I couldn't find the app to activate. I don't think I have done some kind of mistake. So then what else I have to do to add that App part to the web page.
     Could someone try to solve this matter?
     Thanks,
     Regards,
     Chiranthaka

    Ok I found the solution from another thread & it is at the below!
    Cannot Add
    Approved App To A Web Page - App Does Not Show in the App Part Section.

  • Is iPhone email app or GMail web app better for gmail?

    i'm a new iPhone user. i'm have a gmail account which i use almost exclusively through a web browser (i haven't synced it with Mail.app on my MacBook). setting up the iPhone i've used the default email app on the iPhone to check gmail (via POP). it seems to have started at the very first email i ever received 2 years ago and be downloading them in 50-message-at-a-time chunks. independently, i checked it via safari and used the iPhone Gmail web app (hoping that's the right term) which seems to have a fair amount of additional options (labels etc.).
    has anyone got any guidance as to which is a better option?

    I've used both but tend to stick with the Mail app so I can access both my mail accounts together. It's really up to you as to which you like better. You should change your GMail to IMAP instead of POP though... much better email handling and you'll never lose any emails.

  • Sharepoint 2013 - Can I use Visual Studio 2012 express edition for web-parts and app parts?

    I am new to sharepoint 2013. I want to develop the app and web parts using visual studio 2012 express edition. Can I use vs 2012 express edtion to create app and web parts for sharepoint 2013?

    Unfortunately no, check this post:
    http://sharepoint.stackexchange.com/questions/52338/sharepoint2013-development-with-vs2012-express
    To build SharePoint 2013 webparts/apps you will need the 'Microsoft Office Developer Tools for Visual Studio 2012', which do not come as part of Visual Studio.  The tools require Visual Studio 2012 Ultimate, Premium, or Professional.
    The tools and prerequisites can be found here:
    http://msdn.microsoft.com/en-us/office/apps/fp123627.aspx
    Brandon Atkinson
    Blog: http://brandonatkinson.blogspot.com

  • Cross-sites App parts using iFrames

    I have a wiki page library inside site collection A, now I can add an app part which display the latest modified items , as follow:-
    Now the problem is that I cannot do the same steps if I am inside site collection B , as the app parts are not available cross-sites. I read about the content search and content quesry web parts for cross-site references, but these two web parts lack the
    view settings where I can define setting such as:-
    So the approach I am thinking of:-
    To add the app part inside site A.
    Then inside site B using Iframe inside a code snippet, to reference the app part at site A.
    I tried doing so but this resulted in showing the whole page inside the iframe , what I need is to only display the app part’s related HTML inside the iframe.
    Can anyone advice about this please?
    Thanks

    App Parts are only available where the Apps are installed.  You need to install the App on Site Collection B in order to add the App part to the page.  In Site Collection B go to Site Contents and use the Company App catalog to add the
    app to the site.
    Paul Stork SharePoint Server MVP
    Principal Architect: Blue Chip Consulting Group
    Blog: http://dontpapanic.com/blog
    Twitter: Follow @pstork
    Please remember to mark your question as "answered" if this solves your problem.
    Sorry but i did not get your point, now i created a new test team site collection. but inside the site collection contents i can not find an App catalog . here is how Site Content and app contains:-

  • How to get IdP Token (SAML Response) in Office 365 using SharePoint hosted app parts.

    Hi All
    We have a requirement to retrieve data from SQl azure & consume it O365 Sharepoint hosted app parts. to expose SQL azure data we implemented Web API .  Now we are struck at securing Web API. I found below flow in internet search.
    In this process
    Client component (App part) get  IdP token ( signed SAML Responce) from sharepoint & sends IdP token to ACS, which validates the token signature & claims & issues Access Token(valid for 600sec) to client ,which would be forwarded to
    Web API. where web Api validates & provides data.
    Client - SharePoint Site (App parts)
    Identity provider : Onelogin is our Identity provider.
    Application : Web API
    In this whole process . how to get IdP Token (SAML Response) from sharepoint in Sharepoint hosted appparts using client object model? 
    can any one help on this.
    ragava_28

    Hi,
    According to your post, my understanding is that you want to enable/disable the custom ribbon button accordingly.
    We can use the EnabledScript attributes to achieve this scenario.
    The EnabledScript attribute of the CommandUIHandler that will enable or disable the button depending on whether the function returns true or false. 
    There are some articles about this topic, you can refer to them.
    http://dannyjessee.com/blog/index.php/2013/01/javascript-to-conditionally-enable-a-sharepoint-custom-ribbon-button/
    http://aaclage.blogspot.com/2014/07/how-to-enabledisable-ribbon-buttons-by.html
    http://dannyjessee.com/blog/index.php/2014/06/enabling-custom-ribbon-buttons-dynamically-based-on-multiple-selected-item-values-using-refreshcommandui-and-jsom/
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Carousel News App Part - how to use in Enterprise Edition?

    Carousel News App Part - how to use in Enterprise Edition?
    I see it in the 365 but want to add aslo in the enterprise edition
    keren tsur

    Hi Keren,
    According to your description, my understanding is that you want to use Carousel News App Part in SharePoint server 2013 Enterprise edition.
    Per my knowledge, we can use the Carousel News App Part in SharePoint server 2013 Enterprise edition.
    We can download it from Codeplex:
    http://corporatenewsapp.codeplex.com or direct download and install the App from the Office & SharePoint App Store :
    http://office.microsoft.com/en-us/store/corporate-news-app-WA103532495.aspx.
    Is this web part you want?
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • App Part Model vs. Web Part Model

    When should I use the App Model
    and when to use the Web Parts.
    What are the advantages of App Model against
    Web Parts?
    What advantages does Web Parts
    than App Model?
    SharePoint Expert

    Hello there,
    Thanks for your answer.
    I read
    imeLeap Blog, but there is not something about the advantages and
    disadvantages of using App Model or Web Parts.
    I wanted to know when I
    should use App Model and when I should use Web Parts and
    What are the limitations of each?
    SharePoint Expert

  • As I update IOS5 I can't  use those apps which I have already buy before.

    As I update IOS5 I can't  use those apps which I have already buy before.They are still here but just can't open as I try to click in the app it will jump back to the main menu.How can I solve this problem???Please help!!

    Make sure the iPad fully synced back up to your computer after the installation. The apps were removed as part of installing 5.0, and should be restored back to it as you finish. Connect the iPad to your computer that you backed up to, and sync it again. If they don't come back, go to the Apps page (click on your iPad under Devices, then Apps) and click the ones you want to sync. You could also restore to the backup you made right before the update.

  • I have an Apple Iphone 3G which I use as an Ipod...which has the 4.2 operating system.   I had to 'restore' it and now it won't let me download the Facebook app...says I need to upgrade to a 4.3 system.    Any help you can provide me with that?

    Hi...I am new to this site and it looks like I posted the question in the subject box...my bad.
    I have an Iphone 3G which is used as an ipod (phone service plans are too expensive).
    I had some apps on it, Facebook being one of them.   The device was goins soooo slow (not even 2G of the available 6 being used) so I did as instructed and backed it up, restored it and then put the info back into it.   When I tried to download the Facebook app...it said that I had a 4.2.1 system and needed a 4.3 something system?   Can anyone provide any help on this or am I doing something wrong?
    Thank you in advance

    Sorry. There's nothing anyone can do. The current version of the facebook app will not run on 4.2.1. The iPhone 3G won't run anything higher than 4.2.1. You're stuck.
    Maybe it's time to buy yourself a new iPod Touch.

  • I bought a MBPro which came with Lion installed,i also wanted to have a copy of installation disc so i used mac app store.Normally if an app is already bought there is a warning or a sign that informs the buyer.I've charged for this download is it normal?

    Hi ,i bought a MacBookPro which came with Lion installed on it (i have registered my mac book pro right after i bought it), i also wanted to have a copy of the installation disc in case of a crash, so i used mac app store to get it.Normally if an app is already bought (for iphone app store) there is a warning or a sign that informs the buyer, than the app store lets the buyer to re-download/re-install the app.I've charged for this download afterwards, because i was using virtual credit card, there was not enough money transferred to that card during that download but the app store let me download it anyway. I haven't charged before the download, the app store first let me to download it then it requested that amount of money for next download wich it was a free app. Can anybody enlight me? thanks

    Hi ...
    i also wanted to have a copy of the installation disc in case of a crash
    If you have problems with your Mac you use Lion Recovery
    However, you can create your own installation disc >  How to create an OS X Lion installation disc | MacFixIt - CNET Reviews
    Since Lion came pre installed on your Mac, the App Store doesn't not recognize that as a purchase so you if you want to re download Lion to create a boot disk you will have to pay for it. You can then re download Lion on all your authorized Macs for free.

  • Hi, just need to know how to get my music, video, pictures and apps form my iPhone to my new laptop as the old computer, which I used before was stolen. I only have my phone left and if I try to conect it to my new laptop it's trying to delete everything.

    Hi, just need to know how to get my music, video, pictures and apps form my iPhone to my new laptop as the old computer, which I used before was stolen. I only have my phone left and if I try to conect it to my new laptop it's trying to delete everything.

    I have also noticed all my settings won't stay set, example....I removed the check mark from "third party cookies", the when I close Firefox and reopen the check mark is back, also my tool bar has screwed up....can't reset, been having trouble the up grade.

  • HT1665 There is a bug in the spellchecking functionality when typing in the web view or while using Blogsy App. Why? Why my IPad crashes so often?

    There is a bug in the spellchecking functionality when typing in the web view or while using Blogsy App. Why? Why my IPad crashes so often?

    I have always found spell check to be "buggy" in every version of all of the iOS's that I have run on my original model iPad and my new iPad - especially when replying and typing posts in these forums. It works perfectly in every other application on my iPad but it has never worked perfectly in any web browser that I have used on my iPad - no matter what I have done to try to correct it. That is what MY experience has been with spell check on my iPads.
    As for the crashes on your iPad try these basic troubleshooting steps.
    Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons.
    Quit all apps and restart. Go to the home screen first by tapping the home button. Quit/close open apps by double tapping the home button and the task bar will appear with all of you recent/open apps displayed at the bottom. Tap and hold down on any app icon until it begins to wiggle. Tap the minus sign in the upper left corner to close the apps. Restart the iPad. Restart the iPad by holding down on the sleep button until the red slider appears and then slide to shut off. To power up hold the sleep button until the Apple logo appears and let go of the button.

  • I have the 1st generation ipod touch i installed an update which now it is 3.1.3 version i was able to put my apps on it but when i want to use the apps it will not let me use them. what do i need to do?

    I have the 1st generation ipod touch i installed an update which now it is 3.1.3 version i was able to put my apps on it but when i want to use the apps it will not let me use them. What do i need to do?

    Does it happen with the apps that came with the iPod?
    Does it happen with all apps you have downloaded/installed?
    Have you ried deleting the apps and redownload/install the apps?  You will not be charged again if you are signed into the same iTunes account that originally purchased the apps.
    Next would be to restore from backup
    Last would be to restore to factory defaults/new iPod.

Maybe you are looking for

  • How to slow down too many deliveries of daily return_job?

    Does anyone know how to slow down too many deliveries of dail return_job at 00:30? I'm using following version. $ /opt/SUNWmsgsr/sbin/imsimta version Sun Java(tm) System Messaging Server 6.3-5.02 (built Oct 12 2007; 32bit) libimta.so 6.3-5.02 (built

  • 2.0 causing Blue and Red Hot Spots on water glare....

    This is a shot I took of some clouds over Catalina Island. When I opened it in Aperture 2.0, I noticed many Red and Blue spots in the water glare (See 2nd 100% Crop). I changed the Raw Fine Tuning to 1.0 and the spots went away. I also opened the sam

  • Unable to activate Internal ITS

    Hi, I recently installed WAS 640. I tried activating the internal ITS, but somehow I am not able to do this correctly. I have referred to all the SAP Notes I could find. Also went through all the discussions in this forum. Steps I have tried are: 1)

  • New window opens behind, etc.

    I'm running Safari 4.0.5. Several things are happening. I can't launch Safari directly from the dock. The Safari icon on the dock open a finder window with the Safari icon, from which I can launch Safari. After several minutes of inactivity, the addr

  • Chart plotting?

    Hi, I need to plot some simple chart in JAVA and print it out or export it to Excel. Is there any simple package out there for this function? Or I need to draw the chart as a graphics from scratch? Thanks a lot.