C# Best Practices
Good code is self-explanatory, readable, optimized, and easy to maintain. Your piece of code should be readable enough and easy
Continue readingGood code is self-explanatory, readable, optimized, and easy to maintain. Your piece of code should be readable enough and easy
Continue readingC++ programming language The C++ programming language was created, designed & developed by a Danish Computer Scientist – Bjarne Stroustrup
Continue readingHashing Hash tables, hash maps, and similar data structures allow indexing by a unique key, but that indexing is implemented
Continue readingWho is Ken Thompson? Known for being awarded as the first recipient of the IEEE Computer’s Society’s Tsutomu Kanai Award
Continue readingEarly life and Education Dennis Ritchie or as we popularly know him as the “Father of C programming language”, was
Continue readingWhat is OOPs? Object-Oriented Programming is an approach where we focus on objects and data rather than actions and logic.
Continue readingC# LINQ LINQ is an acronym for Language Integrated Query. It is Microsoft’s .NET Framework component. Traditionally before the c#
Continue readingIntroduction C is a general-purpose programming language which features economy of expressions, a rich set of operators, and modern control
Continue reading