Tuple

Code × Dismiss alert /* Tuple class -> C# 4.0 * Value Tuple, deconstruction and discards from c# 7.0 */ //Tuple Class //1.Useful to return multiple values from a method or to pass multiple values to a method. //2.Represents a set of values….no class //3.Tuple stores only a set of values(of any data type..); but … Read more

Clean Code

 Any fool can write code that a computer can understand but good programmers write code that human can understand Clean Code × Dismiss alert Easy to read , maintain , extend and change by any developer. Software is intangible -difficult to describe. you can create application in a different ways. The better the code is … Read more

AI Basics

1.Nov 30 , 2022 chatgpt was launched 2.Chat GPT was developed by OpenAI, a company founded to ensure AGI(artificial general intelligence) in a way which benefits all humanity. 3.Chatgpt indicates – chat enabled version of a generative pre-trained transofrmer model. 4.Microsoft invested 1 billion dollar in 2019. 5. Open AI Playground. You can utilize the … Read more