Tag: Apps

Someday Soon My Developer May Be a Microservice in the Cloud
Someday Soon My Developer May Be a Microservice in the Cloud
Blog Posts

Service Oriented Architecture (SOA) is not really a new thing, but growing popularity of private and public cloud-based microservices pushes this idea to the next level of software architecture and design. This article explores what microservices are, why their use is increasing and how using them may change the role of traditional software developers. A… READ MORE

GigJam – First-Hand Experience
GigJam – First-Hand Experience
Ebooks

GigJam was first demonstrated during Worldwide Partner Conference 2015 where it gained traction. It showed that you can connect multiple systems on a ‘Gig’ and work with peers to collaborate on those Gigs. This looked (and indeed it is) simple without the hassle of building integration channels, using delegations (if supported by the system) or… READ MORE

Few key things to know about SharePoint Apps
Few key things to know about SharePoint Apps
Blog Posts

Apps has been the keyword when you speak about SharePoint 2013 development. It brings many advantages with its characteristics. The concept of SharePoint apps bring many advantages. In this article I am going to explain some of them which attracted me most.

Gearing up for SharePoint Online Project? Here are a Few Things to Remember
Gearing up for SharePoint Online Project? Here are a Few Things to Remember
Blog Posts

The first 3 of 9 things to remember when gearing up for SharePoint Online Projects: 1. SharePoint Apps are not your typical web parts, there are limitations related to functionality and branding
2. Be careful with promised custom functionality in your workflows, you are limited to out of the box workflow actions
3. Sites created by apps (aka app sites) are limited in functionality, for example tools such as SharePoint Designer and many 3rd party migration tools are not able to connect to them.

Creating a SharePoint list and Adding List Items in SharePoint Apps
Creating a SharePoint list and Adding List Items in SharePoint Apps
Blog Posts

In my previous article I explained how to read from a SharePoint list available inside a SharePoint App site. In this article my focus would be on how to create a list inside the app and how to add list items to it. The same app I used in the previous example will be used here. Here is the code available in my Default.aspx file.