C#
5 posts in this category
- 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
- Create a Visual Studio add-in with contextmenu and selected text as inputCreate a Visual Studio add in with contextmenu and selected text as input When working with a new way of storing settings in a database. I was frustrated how…Feb 25, 20102 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