| bio | website | N.A. |
|---|---|---|
| location | South Africa | |
| age | 27 | |
| visits | member for | 2 years |
| seen | 11 hours ago | |
| stats | profile views | 16 |
I studied at the University of Pretoria in South Africa and obtained a BEng in engineering for Computer Engineering. Am working as a software engineer currently at a small company in South Africa that mostly handles transactions between the major banks of South Africa. My current project is translating a piece of software from it's old version to bring it into the world of Windows 7 and managed C#, for one of the larger banks in S.A. My hobbies and interests are reading, writing and motor cars. I also have a wide range of other smaller interests in which I like reading up on and indulging, such as cooking and dancing. The range of Stack Exchange sites are brilliant for me and I will definitely prowl most of them, adding what knowledge I can and gaining much more in the process.
I studied at the University of Pretoria in South Africa and obtained a BEng in engineering for Computer Engineering. Am working as a software engineer currently at a small company in South Africa that mostly handles transactions between the major banks of South Africa. My current project is translating a piece of software from it's old version to bring it into the world of Windows 7 and managed C#, for one of the larger banks in S.A.
My hobbies and interests are reading, writing and motor cars. I also have a wide range of other smaller interests in which I like reading up on and indulging, such as cooking and dancing. The range of Stack Exchange sites are brilliant for me and I will definitely prowl most of them, adding what knowledge I can and gaining much more in the process.
|
Jan 2 |
awarded | Yearling |
|
Oct 25 |
awarded | Famous Question |
|
Aug 6 |
awarded | Nice Question |
|
Mar 21 |
awarded | Notable Question |
|
Nov 30 |
awarded | Popular Question |
|
Aug 17 |
comment |
How to show headers in each page of the report in Microsoft Report Viewer Ah thank you. I was struggling with this myself now. Never noticed the advanced tab. Thanks a million! |
|
Jul 14 |
accepted | Do Access Control rights remain after application closes? |
|
Jul 13 |
asked | Do Access Control rights remain after application closes? |
|
Jun 17 |
awarded | Commentator |
|
Jun 17 |
comment |
create a soap request message I must say I agree with XD, if you're gonna down-vote something, at least give a reason. How is he or anyone else suppose to learn anything from simply losing a point? |
|
May 27 |
accepted | Initialize a byte array to a certain value, other than the default null? |
|
May 27 |
comment |
Initialize a byte array to a certain value, other than the default null? Agreed. Seems I may have been a bit hasty in my acceptance of the Enumerable.Repeat method. |
|
May 27 |
comment |
Initialize a byte array to a certain value, other than the default null? Hmmm... not a bad suggestion. That would indeed be both more efficient and more readable than the Enumerable method. Thanks for the input. |
|
May 27 |
comment |
Initialize a byte array to a certain value, other than the default null? I did learn quite a few new things today, though, so thanks for everybody's input. It was useful nonetheless. |
|
May 27 |
comment |
Initialize a byte array to a certain value, other than the default null? Indeed. My main concern here is more compact code; if I have to do this method for each of the files that the program has to generate and process and keep things as they are, I'm going to have to copy and paste a ton of loops. I'm sure there are ways to implement this file-handling in C# that will make this problem moot, but I'm on quite a tight time-schedule here, so it's much more convenient to mimic the way it was done in the old code. As I've mentioned in another comment these arrays are all very small, but there are a lot of them so the Enumerable method is the most compact. |
|
May 27 |
comment |
Initialize a byte array to a certain value, other than the default null? Good point, but these fields are all fairly small as they each only read a single value from a database. I like the Enumerable method since there are quite a few files that this program has to process and generate and they all are done in this manner, so it makes the code much more compact. |
|
May 27 |
comment |
Initialize a byte array to a certain value, other than the default null? You may be right. I was implementing this particular part of the code one Saturday afternoon (no overtime pay ;( ) and my brain was at that point where I was just panel-beating code to make it work. It's been bugging me since and I've only now come back to look at it. |
|
May 27 |
comment |
Initialize a byte array to a certain value, other than the default null? Ah, there we go. That's the kind of function I was looking for. Thanks a bunch. |
|
May 27 |
comment |
Initialize a byte array to a certain value, other than the default null? Indeed. I'm aware of this way of initializing, but there are a LOT of fields and they all vary in size. This method would be even more painful than my loops. |
|
May 27 |
asked | Initialize a byte array to a certain value, other than the default null? |