StefanPienaar


Comments:

Over 60 Free Controls from DevExpress

posted by StefanPienaarStefanPienaar(20) 3 years, 9 months ago 0

All I get when trying to register is:

Network Error (tcp_error)

A communication error occurred: ""
The Web Server may be down, too busy, or experiencing other problems preventing it from responding to requests. You may wish to try again at a later time.

For assistance, contact your network support team.
:(

Reply

C# Refcard Available - Download Now

posted by StefanPienaarStefanPienaar(20) 3 years, 9 months ago 0

I have to register just to download it? No thanks... ;)

Reply

RedGate acquires .NET Reflector

posted by StefanPienaarStefanPienaar(20) 3 years, 8 months ago 0

If I see one more post about this I'm going to kill a puppy ;)

Reply

.NET Coding Standard & Code Review Points

posted by StefanPienaarStefanPienaar(20) 3 years, 8 months ago 0

Huh? This is hardly "standards" but rather the authors personal formatting/commenting/coding preferences....

"6. There should be 2 line spaces between methods.

7. There should be 2-3 line space above closing brace (}) of the class.

8. Put at least one line space at the top and bottom of Try, Catch Finally. "

One thing in particular I totally disagree with is this (guideline to using comments):

"// Instantiate category object
Categories categories = new Categories();
// Load the category
categories.Load(); "

Anyone can clearly see that categories.Load(), "Loads the categories" you really don't need to comment each line.

DonNetFunda has some cool articles most of the time but this one definitely isn't one of them.

Reply

Designing With Code: Converting Forms to Ajax

posted by StefanPienaarStefanPienaar(20) 3 years, 2 months ago 0

What the heck is a PHP article doing on DotNetKicks :/

Reply