I've been developing VB apps for +- 20 years. and I've just translated myself into C#. I have just realized that vb has made me a very lazy programmer by capitalizing and finishing code lines for me. The thing that is tripping me up constantly though are the brackets() at the end of a line, when you call a function. Wouldn't it be nice if C# recognized that it was a function and put them in for you.

Recommended Answers

All 3 Replies

Hi George_Williams, welcome here.
Let me remind you that C# has no functions, we call them methods in C# parlance.
Further Visual Studio has a marvel called Intellisence, so I don't mind typing a '(' or ')' from time to time.

Look at my PM.:)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.