Funny thing – Sharepoint 2010 - NotImplementedException 25 november 2014 Allan During a debugging session I was just poking around some Sharepoint dll's using Reflector.And then [More]
Variable scopes in C# - Beware of naming similiarities 12 september 2014 Allan .NET Just the other day I came across a sample of code with some similar named variables, where the flow [More]
Updating Sharepoint menu to display itemcount in menu 06 august 2014 Allan I just though I would share this small snippet I created which can be added to a Sharepoint page on [More]
Developing JavaScript solutions with remote data using Chrome 28 maj 2014 Allan Javascript, Sharepoint When developing simple JavaScript applications using data i.e. from a SharePoint site using SPservic [More]
The hidden performance hit when using Get Methods 19 januar 2014 Allan Programming, .NET There are many ways to write a loop when using C#. But when iterating you need to be very much aware of the data you are iterating. If you are not being taking good enough care of your code you may suffer from bad performance. For example when using a property like this property public static List<string> Strings { get { Console.WriteLine("GET"); retu... [More]
Linkedin 17 december 2013 Allan Just received a mail from LinkedIn with the following text Dear Allan Agerholm, At LinkedIn, we strive to provide a simple and efficient experience for members so we continually evaluate how our current products and features are being used. This sometimes means we remove a feature so we can focus our resources on building the best products. We'll be retiring the LinkedIn Network ... [More]
Hacking Web Apps by Mike Shema; O'Reilly Media 02 oktober 2013 Allan Books This book takes you on a rollercoaster ride bringing you well out of you comfort zone thinking about [More]
Machine Learning for Hackers; Drew Conway, John Myles White; O'Reilly Media; 02 september 2013 Allan Books I’ve long been fascinated by Artificial Intelligence and wanted to get started without knowing [More]
Simple tip for identifying Sharepoint site (server information leakage) 29 august 2013 Allan CMS, Sharepoint Just the other day, when implementing a new Sharepoint solution I spotted a strange behaviour in Sharepoint 2010. For the current solution some querystring parameters had to be passed around between various pages. One of these parameters happened to have a name of "id". When using this I started seeing a strange behaviour on my Sharepoint site. Suddenly it started throwing exceptions when... [More]
Læserbrev til Dagbladet 04 juni 2013 Allan Vindmøller Dette indlæg er også indsendt til Dagbladet, som respons på en artikel i Dagbladet udgivet fredag d. 31 maj som omhandler denne rapport Stakkels byrådspolitikere Da jeg sad og læste artiklen i Dagbladet d. 31 maj omkring den nye vindmøllerapport for Ringsted kommune udarbejdet af NIRAS, så var min første tanke "Stakkels byrådspolitikere". Grunden til, at jeg tænkte det, skyldtes, at jeg på l... [More]