AutoUpgrade 0.5.1 released [C#]

Posted on

Version: 0.5.1 License: CC Requirements: Win (With mono possible for Linux aswell) Limitations: CC License (Free of use/change for personal use) Code: Csharp AutoUpgrade With this project, that is mearged with the main application that should be released, it will be possible to check if new upgrades are available. Upgrades will be download on a […]

WordPress update problem (need ftp)

Posted on

I found a strange behaviour when at some blogs did, manageed to get the auto-update for wordpress to work, without any effort, but for others need to use the ftp transfer. What the problem was, that the Apache user/group was not able to update by using the standard WordPress plugin, found in the plugins directory. […]

C# Application that checks for new versions

Posted on

Normally when I create some application and know that users will use it a lot, there is a underlying need of making sure the end user is using the latest version. To show one way of making this possible is using xml files at the server side, describing the changes and where to fetch new […]

C# Event Factory for other projects to listening on

Posted on

Unlike Java it is possible to signal events between processes by listening on Events. This events are not forced to be in the same project or in the same class. Here I want to demonstrate that the way of sending events could be in a own undependable project, where other projects only adds as references […]

Agile software development

Posted on

Heard of the Agile software development? Think your company spend alot of time in the development phase? Do you have alot of documentation but not any product? Does it feels like you are selling a powerpresentation insteed of an product to the customer? Using the Agile metadology? If not check out this wiki and find […]

Discover bugs at an early stage…

Posted on

A way to discover bugs early could reduce the amount of bug-fixing at a later state. Normaly everything is taken in mind that try – catch operations should be used. This will of course catch all the exceptions that occur, but often they are only logged, and then fogotten. We then only have catch the […]

Coding

Posted on

Here should tutorials and guides be presented for C# / CSharp and alots of other language.