Sunday, March 26, 2023
What is ChatGPT? ChatGPT in easy to understand terms
5:12 PM
ChatGPT is a large language model developed by OpenAI, based on the GPT-3.5 architecture. This cutting-edge technology allows ChatGPT to understand and generate natural language, making it a powerful tool for communication and information processing.Here are some details about ChatGPT:Language Understanding: ChatGPT has been trained on a...
Sunday, September 19, 2021
The C Sharper: Design Patterns Introduction
1:21 PM
The C Sharper: Design Patterns Introduction: Design Patterns In software engineering, design patterns are time-tested solutions that mean general problems that are frequent to happen ....
Saturday, April 17, 2021
What is the difference between Abstract Class and Interface in C#?
7:29 PM
The C Sharper: What is the difference between Abstract Class and ...This is a very important question for interviews at all levels. Common differences to remember, An abstract class is a half defined class, I...:&nbs...
Saturday, April 10, 2021
The C Sharper: What is difference between Abstraction and Encapsu...
3:57 PM
The C Sharper: What is difference between Abstraction and Encapsu...: Abstraction is about showing what is necessary to the client Encapsulation is about hiding the complexity Key Differences Abstraction is abo...:&nbs...
Thursday, April 8, 2021
The C Sharper: SOLID | Dependency Inversion Principle (DIP)
4:53 PM
The C Sharper: SOLID | Dependency Inversion Principle (DIP): The dependency Inversion Principle, it states high level modules should not depend on low level modules. This is introduced by Robert C. Ma...:&nbs...
The C Sharper: SOLID | Interface Segregation Principle (ISP)
4:15 PM
The C Sharper: SOLID | Interface Segregation Principle (ISP): Interface Segregation Principle (ISP), states "Clients should not be forced to depend upon interfaces that they do not use" This i....
The C Sharper: SOLID | Liskov Substitution Principle (LSP)
3:11 PM
The C Sharper: SOLID | Liskov Substitution Principle (LSP): Liskov Substitution Principle is introduced by Barbara Liskov. It is basically about the parent-child relationship ( Inheritance ) in Objec....
Subscribe to:
Posts (Atom)