Posts

SharePoint Interview Questions and Answers - Part Three

In article, We will see SharePoint Interview Questions and Answers which will helpful to understanding SharePoint concepts. Please refer this articles: SharePoint Interview Questions and Answers - Part One SharePoint Interview Questions and Answers - Part Two SharePoint Interview Questions and Answers - Part Three This is three part of SharePoint Interview Questions and Answers: 1.  Difference of site template Team Site Publishing site Developer site Project site Business intelligence site Custom template Blog site Enterprise wiki 2. Difference between team site and project site Project Sites * Project Sites has “Project Functionality” Site Feature activate by default. * A Project Summary Web Part is added to the main page by default. * Project Sites had “Task” list added to it by default. Team Sites * Team Sites has “Wiki Page Home Page” Site Feature activate by default. “Project Functionality” Feature is not active by default...

SharePoint Interview Questions and Answers - Part Two

In article, We will see SharePoint Interview Questions and Answers which will helpful to understanding SharePoint concepts. Please refer this articles: SharePoint Interview Questions and Answers - Part One SharePoint Interview Questions and Answers - Part Two SharePoint Interview Questions and Answers - Part Three This is two part of SharePoint Interview Questions and Answers: 1  Difference between Rest API and JSON CSOM: 1. CSOM core assembly is Microsoft.SharePoint.Client.Runtime.dll and Microsoft.SharePoint.Client.dll, which stands for Client-Side Object Model. It is a web service based API of SharePoint. It allows access to SharePoint data and features from remote clients. CSOM was introduced in SharePoint 2010 and greatly enhanced in SharePoint 2013. 2. SP.ClientContext.get_current() for normal use. New SP.ClientContext('url...') for specific SPWeb. 3. Client-side object model. C# (or Visual Basic) only, use NuGet, at the moment same package for b...

React Native Common Errors

Image
In article, we are going to see some common errors that we are facing as beginner of react native. It is prerequisite to react native is already setup on our machine if it is not, Please go-through this article from here: Getting start with React Native I personally whenever I start any new programming language or framework I stuck on things that I wish that issue never come again, in fact it always comes. I don’t know why it comes may be I am too bad for start up or my processor of mind is too slow to adopt it. I am writing on this articles based on experiences most common and headache kind of issues/errors that I gets stuck on react native when I was beginner and eventually I was able to solve after put my lot of hours. This articles will surely helps you to find out simple and basic solution or we can say a trick as well to resolve that issues/errors. Problems * Unable to load script from assets index.android.bundle Step 1  mkdir android/app/src/m...

Getting Started With Data Analysis Using SSAS Tabular Modeling In Excel - Part One

Image
As we all know, SQL Server Analysis Service (SSAS) is an analytical data engine used in decision support and business analytics. It provides enterprise-grade semantic data models for business reports and client applications, such as Power BI, Excel, Reporting Services reports, and other data visualization tools. We will try to implement the same workflow to show how we can do data analysis in SSAS. I have divided this in two parts, Getting started with data analysis using SSAS Tabular Modeling in Excel - Part I We will see how we can create SSAS tabular model and setup measure, roles, calculated columns, hierarchies in tabular modeling. Getting started with data analysis using SSAS Tabular Modeling in Excel - Part II We will see how business users or we can do data analysis on SSAS tabular model in excel. Let’s get started with this example. Prerequisite SQL Server (SSMS and SSAS Tabular Model Configured) - here we have used SQL Server 2017 Developer Edition. SSDT (SQ...

SharePoint Interview Questions and Answers Part - One

In article, We will see SharePoint Interview Questions and Answers which will helpful to understanding SharePoint concepts. Please refer this articles: SharePoint Interview Questions and Answers - Part One SharePoint Interview Questions and Answers - Part Two SharePoint Interview Questions and Answers - Part Three This is one part of SharePoint Interview Questions and Answers: 1. What is SharePoint Site Hierarchy? ( reference link ) At the top of the hierarchy are server farms. This encompasses all the physical servers that comprise your SP installation. It may consist of one server or twenty. When you run the SP configuration wizard after installing MOSS/WSS you either create a new server farm or connect to an existing one. It’s done once. Once you have your server farm you must set up a web application. This is what creates a corresponding website in IIS to host the site. This is where it gets its application pool and other IIS properties. You can create multiple w...