Amaranth

Stories submitted by Amaranth

Behaviour driven development on user interfaces with Automation peer(karlagius.wordpress.com)

submitted by AmaranthAmaranth(125) 3 years, 3 months ago

Example of the use of Automation peers to expose controls to a unit test, and excercising the UI through MbUnit and NBehave. read more...

add a comment |category: |Views: 16

tags: another

Size does matter(karlagius.wordpress.com)

submitted by AmaranthAmaranth(125) 3 years, 4 months ago

Crunching JS and CSS files to speed up download time for pages. Beat the bulge! read more...

add a comment |category: |Views: 11

tags: another

Alpha blending in XNA(xnapanic.wordpress.com)

submitted by AmaranthAmaranth(125) 3 years, 4 months ago

A brief overview of how to enable alpha transparency in XNA, with a simple demo. read more...

add a comment |category: |Views: 652

tags: another

Is this thing on?(karlagius.wordpress.com)

submitted by AmaranthAmaranth(125) 3 years, 5 months ago

If you ever worked on an application that requires Internet connectivity, you will have had to handle situations where the connection may be unavailable for certain periods of time. This post is about how to determine whether a connection is up or down, and notify the application when the state changes. read more...

add a comment |category: |Views: 6

tags: another

Partially automating TC22 (No, that’s not a new designer drug)(karlagius.wordpress.com)

submitted by AmaranthAmaranth(125) 3 years, 6 months ago

Running some of the more repetitive tests for the Certified For Windows Vista program can be a deadly bore; why not script some of the pain away? read more...

add a comment |category: |Views: 3

tags: another

Yet another carousel control(karlagius.wordpress.com)

submitted by AmaranthAmaranth(125) 3 years, 7 months ago

Another 3d carousel control in WPF. The world might not need another one of these, but it was fun to write :) Source code included. read more...

add a comment |category: |Views: 451

tags: another

A file organizer in C#(karlagius.wordpress.com)

submitted by AmaranthAmaranth(125) 3 years, 9 months ago

A simple file organizer written in C#, with a WPF user interface. Source code included. read more...

add a comment |category: |Views: 107

tags: another

Configuring Projects on Multiple Instances of Cruise Control .Net(karlagius.wordpress.com)

submitted by AmaranthAmaranth(125) 3 years, 11 months ago

An overview of how to set up cruise control configuration files so that a project may be easily configured to build on a number of servers, and why it's a good idea to do so. read more...

add a comment |category: |Views: 50

tags: another

Counting Sort « Algorithms in .NET(dotnetalgos.wordpress.com)

submitted by AmaranthAmaranth(125) 3 years, 11 months ago

The counting sort algorithm is a type of sort algorithm that can be used to sort collections of values whose range is known. By that, we mean that the algorithm is based on the assumption that we know all possible values of the sort key beforehand. That’s not as terrible as it sounds - it may be as simple as knowing that our sort key will be a byte value, and hence be limited to the range of numbers between 0 and 255, for example... read more...

add a comment |category: |Views: 89

tags: another

AOP using PostSharp LAOS(karlagius.wordpress.com)

submitted by AmaranthAmaranth(125) 4 years, 2 months ago

A short example of how to use PostSharp LAOS to attach aspects and behaviours to your classes. read more...

add a comment |category: |Views: 27

tags: another

Writing a custom appender in Log4net(karlagius.wordpress.com)

submitted by AmaranthAmaranth(125) 4 years, 2 months ago

This article gives a brief explanation of how to write a custom log4net appender. The example appender logs to a web service for an error tracking system. read more...

add a comment |category: |Views: 70

tags: another