Saturday 7 May 2022

Microsoft Power Apps: Introduction

 Today my Sir(Nagaraju B) birthday: Many more happy returns of the day....guru devo bhava.

Power Apps-Build and Consume solutions for web and mobile with PowerApps.

PowerApps given support for building 2 types of Applications

1. Canvas Apps 

2. Model Driven Apps ( Dataverse template).

Canvas Apps : Using Power Studio editors we can start the power apps development. 

Power app will connect the datasource(s) using respective connector(s) : XML connector, SQL server Connector, Google Drive, Sharepoint List....ect 257 connectors available.

For develop the Power App's we required login the portal : make.powerapps.com

make.powerapps.com provide few basic templates, otherwise using blank app also we can do the application using scratch.

Wednesday 15 January 2020

Happy Sankranthi 2020

Happy Bhogi and Sankranthi and kanuka wishes to all......

                                                                           Bhogi
Sankranthi
Kanuma

Monday 18 April 2016

Web application, sitecollection,sites/web, list,Document Library

                Sharepoint is one of Microsoft product initialize initial release in WSS 3.0 in 2007, after SP 2010, SP 2013, now Sharepoint 2016.

Sharepoint Logical structure :

As above diagram Sharepoint installation provides
       Farm
      Webapplication(s)
      SiteCollection(s),  // Top Level site.
      Site/Web(s),          // sub site.
      Lists(s), Documents(s),……ect.
Farm provide environment to build a web application through sharepoint central administration, as I said earlier sharepoint environment provides 4 tracks(admin,developer,designer,enduser/poweruser.)

Administrator:

         sharepoint administrators only can create web applications,sitecollections, take backups, maintain size of content database, maintain site quotes of each site.  As well Active directory integration, NTLM integration, locks, Exchange, Search server integrations, notification maintains, log creations, security previligies.….ect.
             


Application Management :
        Web applications, Site Collections, Service Applications, Databases.

WebApplication :
                     Web application is a logical container for all sitecollections, logical means(not physical) we can’t see webapplication name in url’s.  until creation of sitecollection(s) no use of webapplication. Once webapplication is created in sql server with same name of webapplication---one database is created in Sql server 2005/2008/2012/2014 (as per installation of that sharepoint server).
We generally called as content database.

Site Collection(s):
               Sharepoint web application gives a provision to create site collection(s), generally we called/treated as top level site.  under one site collection we can create multiple sites, these sites we called as subsites. Site collection has more customization settings then site. in more specific Sitecollection is parent of sites.
SiteCollection adminstractors, theam,Logo….there are all under control of sitecollection.

Site/Web :
            Site is a part of sitecollection, based on type of site(Teamsite,Blog,Developer,Projectsite) creation respective Lists,Document libraries,Assets,Pages libraries,….will be created && it inherites permission level from parent site.// predefied.

Lists & Libraries :
          List is same as table in database, whatever constraints maintain at table, we can also do Primary key, Unique key, column validations, calculative columns,computed columns we can maintain at list level.  Lists && Libraries are primary building blocks of sharepoint application.


Monday 1 February 2016

What is MVC ?

                     Model View Controller(MVC) is one of architectural pattern for building  web application development. MVC  for building more granular development which gives more control on end to end web application (design,development,maintain).

                                       

 MVC Agenda

* Separation of concerns. (Model,View,Contoller).


In any application when user/client perform any operation on web page.
Every 3 opertions are mandatory.

1. Request processing
2. Maintaing state/behaviour
3. Response return



* Define roots.

                Asp.net MVC, Spring,Rails...are implementations of MVC patterned packages/frameworks for building more robost and reliable web application development SDK's.


        -- More radable and scable applications.
        --to avoid ugly URL and request processing.

*




 in simple words which there is no ready made binding controls and predefined events,

Friday 13 December 2013

What is Windows Workflow Foundation(WWF) ?

Workflow Foundation:

            Workflow is generally used term for making our work in  manner(flow) as per our design/stages of work which is automation framework.Microsoft design such framework through .Net Framework 3.5 as Windows Workflow Foundation(simply Workflow/WF).

Workflow is designed  through consider in other ascepts, which has base framework for sharepoint, dynamic-crm. workflow provides set of activities as controls, set of goals...ect as well work flow has many changes from WF 3.5 to WF4.0.



References:

http://www.developerfusion.com/article/84942/architecting-systems-using-windows-workflow-foundation/

http://www.developerfusion.com/article/84311/the-windows-workflow-api/



Sunday 1 December 2013

What is Windows Installer Xml(wix) ?

Windows Installer Xml is called as wix, which is used for packaging our components.
we have so many other deployment packing tools are available
Even why do need to choose Wix only because of advantages :
1. Open source
2. Full Control over the package.
3. Visual Studio 2010/2012/2013. VS2013 in built support.
......we will know few more features..next articles...i have really good experience wix...enjoy wix.

wix is basic xml based deployment envirnoment for packing components. which supports everything what ever support or experience with other deployment tools like Installshield, Advanced Installer,Team City...ect

2. wix is allows to feature based deployment, means IIS,database, sharepoint wsp through powershell.

3. wix is very close support with VS 2013 as well very handy to support for deployment package for msi or exe.

4. wix supports Multi-tire deployment Envirnoment supports.

...we will learn few more things through this wix articles...