
Legal Notice
The opinions expressed herein are my own personal opinions and do not represent my employer’s view in anyway.Top Posts
Archive
Meta
Tag Archives: HttpHandler
GSA (Google Search Appliance) Suggest using C# and jQuery
The Google Search Appliance (GSA) is a search box (a server) that you buy which contains basically the complete search engine from Google. Using this search box allows you to apply the magical Google search results on your intranet, extranet or internet. The … Continue reading
Posted in .net, c#, General .NET
Tagged Autocomplete, Google Query Suggesion Service, Google Search Appliance, GSA, HttpHandler, jQuery, Suggest
10 Comments
The .ashx extension – Writing your own HttpHandler
Have you noticed how Sitecore serves images using an .ashx extension? A .ashx file is a HttpHandler. A HttpHandler is kind of a lightweight aspx page, as the HttpHandler only deals with the HttpContext - for example there is no page … Continue reading