C#
6 posts with this tag
- Want to help your business user? Create a custom MacroWhen talking to business users people that actually work with Sitecore on a day to day base I created a small list of minor custom changes that would help…Nov 1, 20125 min read
- Design Patterns(C#): Basic example Strategy patternIn this example I´m going to explane the strategy pattern. With this example you can do a calculation with two numbers /+ and expand the number of operators…Nov 24, 20102 min read
- Asp.Net: keyboard sort itemsAs proof of concept I wanted to sort images in a Grid by keyboard. The sort logic needed to be implemented on the server. My solution for this problem is a…Sep 24, 20101 min read
- C#: Get Parent Control with GenericsI use the following method to return a parent control of a specific type. This method is recursive and uses generics.Apr 27, 20101 min read
- MemoryStream to Byte Array (Byte[])With the following code you can convert your MemoryStream to a Byte Array.Apr 19, 20101 min read
- C#: Remove line from textfileWith the following code you can remove a line from a textfile web.config . If the string is within a line the line will be removed.Jan 26, 20101 min read