fr3dr1k on December 26th, 2008

Ever wondered how to print the text in a sentence in reverse? Well here is a C# solution that I came up with after reading chapter 9 of Jesse Liberty’s Programming C# 3.0. The array object has a method that can reverse the content of the array. Yeah as simple as that. So basically what [...]

  • Share/Bookmark

Continue reading about Printing a sentence in reverse with C#

fr3dr1k on December 26th, 2008

Yesterday I came across a link that shows you how different OOP concepts are applied by C# and Java. There are quite a few differences between the two and then there are some instances where they are almost similar. Both languages are from the C-family and the syntax looks similar at first glance, and I [...]

  • Share/Bookmark

Continue reading about Comparisons between Java and C#

fr3dr1k on December 25th, 2008

It’s so unreal thinking about it, knowing that 2000km from Cape Town a human tragedy is happening and unfolding and it really seems as if the political leaders really don’t care about the plight of innocent civilians. Why does everything have to always revolve around power? A struggle for power and control, that’s what its [...]

  • Share/Bookmark

Continue reading about The situation in Zimbabwe

fr3dr1k on December 24th, 2008

Yesterday I started reading this book firstly because it dealt with C# and secondly because I never gave design patterns much thought. It was great to see that the book is written by a South African, Judith Bishop. I’m hoping to better understand design patterns. My current understanding of design patterns are that they act [...]

  • Share/Bookmark

Continue reading about C# Design Patterns

fr3dr1k on December 22nd, 2008

I resigned earlier this month, the 1st of December 2008, to be exact to go join a group of .NET developers. I have been going for interviews for the last six or seven months, and honestly it has not been an easy trip. Simply because I realised the amount of time I spent working at [...]

  • Share/Bookmark

Continue reading about Starting a new job…and setting goals for 2009

fr3dr1k on December 22nd, 2008

I read this article and I cannot imagine how embarrassing it must be to have porn pop-up during a presentation, or to have private conversations appear. I guess we all live in our own bubble too much.

  • Share/Bookmark

Continue reading about Top 10 tech embarrassments you’ll want to avoid

fr3dr1k on December 19th, 2008

2008 has been an interesting year, my 28th, and in this year I have learned a few things, but some really stand out: Do not isolate yourself in your field of expertise. If, like me, your goal is to become a proficient C# developer then you have to make sure that you constantly measure yourself [...]

  • Share/Bookmark

Continue reading about 3 things I learned from 2008

fr3dr1k on December 16th, 2008

I use Google a lot for .NET resources, but I do have a few places I read a lot, and not just to get solutions but also to read about other people’s solutions. Reading about other people’s solutions is a key to learning, and learning is important to any developer’s success. Here are my top [...]

  • Share/Bookmark

Continue reading about My Top 5 .NET Resources

fr3dr1k on December 15th, 2008

What is an abstract class and how is it different from a regular class? An abstract class is an incomplete class that acts as a base class for other other classes to inherit from. An abstract class could be written this way: public abstract class MyAbstractClass { public abstract void GetTotal(); } And then a [...]

  • Share/Bookmark

Continue reading about Abstract classes vs Interfaces

fr3dr1k on December 14th, 2008

Okay so what are interfaces and what makes them different from classes? Well an interface is like a contract for a class, that tell that class it must implement all the methods, properties, events and indexers of the named interface. Lets say you create a simple class and a simple interface like this: class myTestClass [...]

  • Share/Bookmark

Continue reading about C# Interfaces

Get Adobe Flash playerPlugin by wpburn.com wordpress themes