Question:What are the main differences between soap and rest web services?
Description:I am unable to understand the exact differences between the soap and rest web services and when to use which one and why?
Posted by: Khalid Abbas | Posted on: Jun 27, 2018
Question:After installing Sitecore Rocks in visual studio 2017, when i open the visual studio it throws error "The Sitecore Template Wizard is not installed"?
Description:I have just installed the fresh Sitecore Rocks in visual studio 2017, when i open the visual studio it throws error "The Sitecore Template Wizard is not installed" and it also show option "Select Where to install the Template Wizard". so if this is a must that is need to be installed then where it should be installed ?
Posted by: Junaid Aziz | Posted on: Jun 08, 2018
Question:how to install sitecore 9 ?
Description:I am new for sitecore and installation of sitecore 9 seems a bit tricky , any verified article which will help me in this regard will be appreciated! Note: I have already installed SQL 2016 and Visual studio 2017 on my machine.
Posted by: Junaid Aziz | Posted on: Jun 07, 2018
Question:how to track down the recent updates that are made in my database ?
Description:I am using a cms and some recent updates are made in my mssql database , I have no clue about in which table record is inserted or updated !!! any sql query which can help me in this regard
Posted by: Junaid Aziz | Posted on: May 28, 2018
Question:string.Format in C# always returning error 'Input string was not in a correct format.'
Description:I have to format following string as mention in the following code. string.Format("gtag('event', 'conversion', {'send_to': '{0}/{1}'});", "aw-xxxx", "xxxx"); But it always throwing error 'Input string was not in a correct format.' Needs to know what is wrong in the above code.
Posted by: Junaid Aziz | Posted on: May 10, 2018
Question:How to avoid multiple submissions of a form on client side?
Description:What is happening in my case is user submit the form multiple times when form is already submitted and takes time because of the slow server response time suggestion needed to Stop or prevent form's multiple submissions on client side
Posted by: Jhon Anthony | Posted on: May 09, 2018
Question:What is Cleanest way to check for Null value in Lambda Expressions, C#?
Description:Currently i am using following code and its not working,where Items is a list and GetHierarchicalTaxons("Category") is also returning a list which should have at least a item to pass the condition. var Items=Model.Items.Where(i => i.GetHierarchicalTaxons("Category") != null);
Posted by: Khalid Abbas | Posted on: Feb 13, 2018
Question:Sitefinity's Default list (mvc) widget disappeared on news details page?
Description:I have to show Listing using the sitefinity's default List widget on my news details page where my list widget disappeared because of news detail's url because my list widget also consider it as details page while I have to show listing only. To resolve this error I have used the article . And this is working fine in case off multiple news widgets i.e one to always display listing and other to display details but same did't work in case of list widget.(I am using mvc widgets for both news and List,with Sitefinity 10.1.6502.0) Need your help!
Posted by: Tabish Usman | Posted on: Jan 24, 2018
Question:Shared Content block (MVC) throwing error on hosting environment
Description:In My project I have used many shared content block (MVC), it throws error when using the mvc shared content block and open it to edit and close it without changing anything in it. I have shared the following steps as well as error on browser's console. step1 step2 step3 step4 step5 ErrorOnConsole
Posted by: Tabish Usman | Posted on: Jan 09, 2018
Question:'A potentially dangerous Request.Form value was detected from the client' error in asp.net mvc 4?
Description:Getting the following error in my mvc 4 application after deployment 'A potentially dangerous Request.Form value was detected from the client' on inserting html through my input boxes, i want to allow the html to be inserted.
Posted by: Junaid Aziz | Posted on: Jan 02, 2018