adamoren

Stories kicked by adamoren

Make an animated gif with Asp.Net C#(www.jphellemons.nl)

submitted by jphellemonsjphellemons(269) 11 months, 14 days ago

As you can read in the blogpost about access jpg’s through ftp with asp.net. I have explained there how I connected with FTP and retrieved images of the IP security camera. Now I have slightly modified the LINQ so that it downloads the latest 3 images and I would like to animate the transition between them. Now I know that I can use some fancy jQuery for image transitions, but I would like to merge the three images in a Gif. read more...

add a comment |category: |Views: 17

tags: another

Recommending revisions with the new SVN-Monitor(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 3 years, 4 months ago

A new version of SVN-Monitor is out with some new features. One new exciting feature allows developers to recommend revisions and make all team-members coordinated. Don't miss it! It's 100% free! read more...

add a comment |category: |Views: 333

tags: another

Give back to your testing framework(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years, 1 month ago

Can there be code reuse in testing classes? Is code coverage the only measurement we have for test efficiency? Should our testing framework test design and meta-code as well as functionality? Use this test classes base-class to test some things you probably haven't tested before. read more...

add a comment |category: |Views: 5

tags: another

The Developer Exchange Program(stevenharman.net)

submitted by usshermussherm(5285) 4 years, 1 month ago

How much better a developer would you be if you could regularly observe another Agile team in action... in person. read more...

2 comments |category: |Views: 7

tags: another

A C# fluent repeater(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

A fully-featured fluent class used for repeating method calls, handle exceptions, callbacks and more... Just plug-and-play and start repeating stuff! read more...

1 comment |category: |Views: 51

tags: another

Searching for derived types in an assembly(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years, 1 month ago

Sometimes we need to find all classes or interfaces that derive a certain Type. There are several possible scenarios for this kind of search - For instance, if we are trying to load a plug-in assembly at runtime and wish to initialize all the classes that implement the IPluginBase interface. Using the suggested DerivedHelper makes it a lot easier. read more...

add a comment |category: |Views: 21

tags: another

Debugging can screw things up(sharpregion.com)

submitted by AdrianAisembergAdrianAisemberg(2004) 4 years, 1 month ago

Using the 'DebuggerBrowsable' attribute to avoid debugging-misbehavior. read more...

1 comment |category: |Views: 5

tags: another

C# singleton snippet(sharpregion.com)

submitted by yoavsionyoavsion(345) 4 years, 1 month ago

I've decided to stop the copy-paste madness. Not that I use singletons so very often, but still - It never changes, so lets use a snippet. read more...

add a comment |category: |Views: 101

tags: another