How to Ask Chat-GPT Complex Questions: A Guide for ProgrammersAs a programmer, you may be faced with complex problems that require the assistance of Chat-GPT. However, asking complex questions can be…May 4, 20231May 4, 20231
Object-Oriented Programming (OOP)OOP is a concept of modern programming language that allows programmers to organize entities and objects. Four key concepts of OOPs are…Mar 15, 2022Mar 15, 2022
Async and AwaitNowadays, Asynchronous programming is very popular with the help of the async and await keywords in C#. When we are dealing with UI, and on…Mar 10, 2022Mar 10, 2022
Dependency Inversion PrincipleClass should depend on abstraction, not concrete.Mar 3, 2022Mar 3, 2022
C# ARRAYLISTIn C#, the ArrayList is a non-generic collection of objects whose size increases dynamically. It is the same as Array except that its size…Feb 23, 20221Feb 23, 20221
Stacks and Queue Data Policy in C# programmingStacks are collections of data that follow the FILO(First In Last Out) data flow, stacks have severally methods which include:Feb 19, 2022Feb 19, 2022
Difference between Statically typed and Dynamically typed Programming Language.A statically typed programming language is a programming language(usually compiled programming languages) in which you have to not only…Feb 18, 2022Feb 18, 2022
Parrot Security OS meritsParrot sec os is a debian based linux operating system, some of it’s advantages include.Jan 12, 2021Jan 12, 2021
Coding errors as a beginner.When learning to code, the more you look at an unknown error, the less you see. You can’t phantom the depths of despair when everything…Dec 10, 2020Dec 10, 2020