C# ? According to Microsoft

“C# is a simple, type-safe, object oriented, general-purpose programming language. Visual C# provides code-focused developers with powerful tools and language support to build rich, connected web and client applications on the .NET Framework.” -MSDN

String vs. StringBuilder

Well some juniors told me that they have started C# so they want me to start some beginner level discussion on C# .NET The first thing that came in my mind for novice was comparison between string and string builder class. I don’t know whether you have noticed it or Read more…