Saturday, 19 May 2018

Introduction to ASP.NET CORE Web Framework

Yes, As title ASP.NET CORE is portable web framework by Microsoft. whoever familiar with asp.net know that asp.net is  implemented on bases of .NET Frame work.

Last version: ASP.NET 4.5 targets the .NET 4.5 framework. means base framework .NET Framework for asp.net web frame work. same as .NET CORE base for ASP.NET CORE Frame work.




https://dotnetcodr.com/2017/01/16/introduction-to-asp-net-core-part-1-anatomy-of-an-empty-web-project/#more-9005


Tuesday, 19 April 2016

Server Object Model in Sharepoint

                  As earlier we seen sharepoint logical and physical structures of sharepoint farm. now we pratically create a List and perform CRUD operations on it.

List:
         In sharepoint 2013 every thing is app, (evering means lists,picture libraries,styles..ect are apps), all site data will saved in these apps-->Lists(information), Docuemnts(docuement libraries),styles(Assets)...ect.

Create a List

Site--->site contents--> List-->List settings--> add an app---"Name of List" ---OK.


now List is create with name as "TestList". now add items to this list.





Monday, 18 April 2016

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

 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.




Sunday, 6 September 2015

Introduction to Sharepoint

Sharepoint is an extensible & customise readly available infrastructure provided by microsoft. microsoft targets general web requirements of each and every organization of corporate envirnoment and designed sharepoint with set of products(sharepoint deisgner, visio,office..ect) and technologies.(asp.net,webservices,wcf,rest...ect).

Sharepoint is basically designed on top of ASP.NET. so the existing pages or we are going create new pages in sharepoint are .aspx pages.

Sharepoint logical segregation come under six pillers

1. Sites      
2. Collaboration through Communities :
3. Content
4. Search
5. Insights
6. Composites.
 

Sharepoint archicture components


In  sharepoint environment basically 4 roles(Architech,Designer,Developer,Endusers) users at same time based on their roles.

Each role as different permission level while working SharePoint environment.

Sharepoint Architech :

   Working on Central Administration,to

manage/create web application and site collections,
manage throttling threshold value,
configure exchange server for in & out mail configurations.
Granting permission levels to developers and designer of sharepoint who are working on it.
Back ups and Restore.

as well

Understand the business environment(requirements) then provide best soluations throgh converting   in sharepoint enviroment.

Create another sitecollection, manage another content db this each and every site of this site collection, knowing size of content db....ect

precisely what ever the operations/works done at Central administration done by sharepoint architech.

Sharepoint developer :

   Working with Lists, Librarites,webparts, workflows, object models(serverside/client side/rest api)....ect

  Proper permissions on site and sitecollection.
  Visual studio 2012/2013.

Sharepoint designer:

  working with site customization, change the themes, css, styles...ect.

Sharepoint user :

    user/end user of with sharepoint application/site.

Sharepoint Editions :

Version     Year                                                 Products                                          .Net F/W

3.0              2006         WSS 3.0                                               MOSS 2007                    
2010           2010         Sharepoint Foundation server 2010    Shapoint server 2010.      3.5 v
2013           2013         Sharepoint Foundation server 2013    Shapoint server 2013.      4.0 v

coming to sharepoint and .net framework versions reference:

http://mossblogger.blogspot.in/2010/06/sharepoint-2010-and-net-4-confused.html