Question:how to apply GZIP compression for static and dynamic resources in Asp.net website using web.config?
Description:need to apply GZIP compression for static and dynamic resources in Asp.net website using web.config i.e compression on javascript,css and images etc as well as url compression.
Posted by: Junaid Aziz | Posted on: Dec 06, 2017
Question:What is the default way of switching the language for the site's visitor through url in Sitecore?
Description:my site has two languages English and Arabic how to switch between languages by the using the site's url.
Posted by: Khalid Abbas | Posted on: Nov 20, 2017
Question:What is the purpose of each Sitecore's core, master, and web databases?
Description:What is the purpose of Sitecore's core, master, and web databases or the differences between them?
Posted by: Khalid Abbas | Posted on: Nov 16, 2017
Question:how to separate items with pipeline in ul li structure using css?
Description:In my site I have some link items structured in ul li , I want them to style pipe separated. I.e for example I have following html. <ul class='MyNav'> <li><a href='/home'>Home</a></li> <li><a href='/home'>About</a></li> <li><a href='/home'>Contact</a></li> </ul> and i want to style as Home | About | Contact
Posted by: Junaid Aziz | Posted on: Nov 15, 2017
Question:what is the main difference between IEnumerable and IQueryable, which one should be preferred?
Description:I have searched few differences between IEnumerable<T> and IQueryable<T> but still can't decide which one to preferred and why, anyone with an simple example would be more appreciated so that i can understand it with more clarity.
Posted by: Junaid Aziz | Posted on: Nov 14, 2017
Question:Type is not resolved for member 'Microsoft.IdentityModel.Claims.ClaimsPrincipal,Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Description:I have opened my old sitefinity project and geting below error. kindly help to identify the issue. Type is not resolved for member 'Microsoft.IdentityModel.Claims.ClaimsPrincipal,Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'
Posted by: Khalid Abbas | Posted on: Nov 01, 2017
Question:Is there any free online team foundation server/source control repository available for asp.net projects?
Description:I just wanted to keep track of my changes in a asp.net project for that i need a free online repository , I have searched for few but those are for open source projects.
Posted by: Rabia Anum | Posted on: Oct 23, 2017
Question:How to asynchronously load some of my javascript files while using MVC 4 bundling and minification ?
Description:In my asp.net mvc 4 project there are some independent javascript files, i want to load them asynchronously for the site's performance aspect. So I have following two question regarding this, 1) how to load some of my bundled js files asynchronously ? 2)Does it effect my site's performance as well ?
Posted by: Khalid Abbas | Posted on: Oct 20, 2017
Question:How to find all occurrences of strings between two strings or two keywords in C#?
Description:I need a method that will return list of strings which comes between two keywords, For example: If I have given following string to the method. "<SomeString> This is first string </SomeString><SomeString> This is Second string </SomeString>" The method should return a list of two strings as follows.(Note: these strings can be multi-lines) "This is first string" "This is Second string" Thanks for your help in advance
Posted by: Jhon Anthony | Posted on: Oct 10, 2017
Question:How to export my object to excel file and download the file as well ?
Description:I want my class object directly export to a excel file and force download the file as well using C# code. A generic method or code chunk would be more appreciated in which i can send any object to be exported to excel file.
Posted by: Khalid Abbas | Posted on: Oct 03, 2017