SharePoint 2010 Search

Crawler:  Crawling is the process of gathering data from content sources and storing it in databases for use by the query server. Indexer: Indexing is the process of turning data gathered by the crawler into logical structured data that is usable by a search engine. This process is the second key component to any search engine. The … Read more

Caching in ASP.NET

Cache means to store it in a temp memory for future use. Caching is often used to store information that’s frequently served to users in a faster manner.In this blog, I will write about Caching in ASP.net. What is caching in ASP.Net?  Retrieving same information again and again from the actual sources does not make … Read more

All about Web Service, SOAP and RESTful Service

SOAP vs REST

In the previous blog, we have seen “What is SOA (Service Oriented Architecture)?“In this blog, we will see in detail about Web Services, SOAP-based web services, and RESTful web services. You may also see one of my blogs WCF vs Web Services. What is a Web Service? Web service is a way to communicate between 2 … Read more

What is Service Oriented Architecture?

Service Oriented Architecture (SOA) is a style to design software system where 2 or more component communicates with each other over a network through a defined protocol. Advantages of SOA architecture. Loosely Couple – A component in SOA architecture must be loosely coupled. One service does not require to know the technical and platform details … Read more

Error while restoring sql database in microsoft sql server 2012

I found below error while restoring a database to Microsoft SQL Server 2012.System.Data.SqlClient.SqlError: The operating system returned the error 5(Access is denied.) I solved this problem by doing below step:In restore window, from left side pane click on FilesThen in properties please ensure that “Relocate all files to folder” is checked. Try this, i resolved … Read more

What is Event Recursion in SharePoint 2010? How to avoid it?

Event recursion or Event handler recursion is a problem which occurs in event receiver. Event recursion will update your item again and again. Event recursion is a reason for poor performance of SharePoint site. How to Avoid Event Recursion When working with event receivers, there is always a chance that your code will trigger the … Read more

Interface explained in easy steps

Interface is similar to a class but with only declaration and no definition. Below are few code to explain interface in easy steps. Interface member can not have definition. They have only declaration. interface ITest{void Method();} All members in interface are by default public. No need to add explicit accessmodifier. interface can not contain fields.In … Read more

Interview questions for SharePoint asked in companies

Hi readers, I am sharing the experience of the SharePoint interview in this article.Here are few questions that were asked in some major companies in SharePoint interview. Let’s see few important questions for interview purpose which are useful for SharePoint Developer job. Important SharePoint Interview Questions 1. What is workflow ?2. How you will access … Read more

Custom Event Receiver in SharePoint

What is Event Receiver in SharePoint? By creating event receivers, you can respond when a user interacts with SharePoint objects such as lists or list items. Feature receivers provide developers with an opportunity to execute code as a feature goes through different stages. The following is the list of feature event receivers: FeatureActivated  FeatureDeactivating   … Read more

RSS
YouTube
YouTube
Instagram