C# and dot net in general has a whole lot of neat built in methods to help you solve some programming tasks, some more trivial than other but most are very useful. One such task is date parsing. This is my generic date parser for c#.
Read the rest of this entry »
I am busy with a coding assignment as part of my Honours degree in computer science. It is nice and challenging, the correctness, in other words, soundness and completeness, of our implementations, although counting the majority of the marks, is not the only thing we will be assessed on, how efficient our implementations are, in terms of speed of execution and size of output, also counts towards our marks. So I started to research a little on implementing more efficient code. Some real neat things you can do to, automagically make code more efficient…
Read the rest of this entry »




Recent Comments