When Should We Use Response.Redirect(url,false) in C# code?

In this article, we are going to learn about Response.Redirect() in C#. So, Response.Redirect() may accept 2 parameters, one is the URL and another one is a boolean value i.e. True or False. What is the use of True and False in Response.Redirect? The first parameter in Response.Redirect() define redirection to the next page. And … Read more

How to enable publishing feature in a team site in SharePoint 2010

How to enable publishing feature in a team site in SharePoint 2010 On a team site also publishing feature can be enabled.But once you enable the Publishing feature on a collaborative site, such as a team site or a blank site, you can no longer save that site as a template. This is something you … Read more

Type is not registered as safe- Error is coming when deploying the web part to SharePoint site.

Type is not registered as safe- Error is coming when deploying the web part to SharePoint site. Type is not registered as safe Error is coming when deploying the web part to SharePoint site.As you all know while deploying web part from visual studio to SharePoint site, you need to care about few things.There are … Read more

Abstract Class Vs Interface in C#

Abstract Class vs Interface

Abstract Class Vs Interface is one of the most asked questions in an interview. In this article, we will learn what are the main differences between abstract class and interface. And also we will know in which cases abstract classes and interfaces can fit in our project. So, let’s start. Abstract Class in C# In … Read more

What are types of pages in SharePoint ? Explain the concept of ghosting and unghosting

All sites in SharePoint are the collection of web pages. There are 2 types of concept in paging. Ghosting and unghosting. SharePoint pages from 2 places on are from database or another one from disk i.e. from virtual path.Ideally the output will be combination of these both. 2 types of pages available in SharePoint  Application … Read more

Getting started with LINQ in C#

What is LINQ? LINQ stands for Language Integrated Query. LINQ defines keywords that you can use to select, filter, sort, group, and transform data. The minor miracle of LINQ is that different LINQ providers allow these keywords to work with different types of data. LINQ to Objects, LINQ to DataSet, LINQ to XML, LINQ to … Read more

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

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

RSS
YouTube
YouTube
Instagram