Cloud Business App Development Using Visual Studio 2013

Introduction

It is the modern app development for Office 365 and Sharepoint 2013 environments. It is an easy way to design, develop and deploy app functionalities with help of all server components (aspx, c#), client components (Html, Java script, J-Query), SQL Data sources and SharePoint features.

Build application in Visual Studio

cloud buisness app

Next give connection to your firm,

firm

Let’s check solution structure one by one,

solution structure

Next add screens to your application with the help of,

screens

Give sample name Home.html and some sample source code,

  1. <!DOCTYPEhtml>  
  2. <html>  
  3.   
  4. <head>  
  5.     <title></title>  
  6. </head>  
  7.   
  8. <body>  
  9.     <h1>  
  10. welcome to your app  
  11. </h1>  
  12.     <div>Your Content goes here.</div>  
  13. </body>  
  14.   
  15. </html>  
And start your deploy,

365

You can customize your app designs with the help of,
  1. <divid="msls-id-app-loading" class="ui-body-a msls-layout-ignore">  
  2.     <divclass="msls-app-loading-img">  
  3.         </div>  
  4.         <spanclass="ui-icon ui-icon-loading">  
  5.             </span>  
  6.             <divclass="ui-bottom-load">  
  7.                 <div>FirstSiteApp.HTMLClient</div>  
  8.         </div>  
  9.     </div>  
Check your app in your site collection,

firstcase

 


Similar Articles