Posts

Introduction of Abstract Factory Design Pattern in C#, C++ and Java

Image
Project Structure :  Abstract Product Create the interface for products, This declares an interface for a type of product object  Abstract Product code 1 namespace Demo_Abstract_Factory_Design_Pattern.Interface {     /// <summary>     /// IAbstractLowPriceCarProduct info     /// </summary>     public interface IAbstractLowPriceCarProduct     {         string GetLowPriceCarProductInfo();       }  } Abstract Product code 2 namespace Demo_Abstract_Factory_Design_Pattern.Interface {     /// <summary>     /// IAbstractHighPriceCarProduct interface     /// </summary>     public interface IAbstractHighPriceCarProduct     {         string GetHighPriceCarInfo();     } } Product  Create class objects for products, This defines a product object to be created by the corresponding concrete...

What is software design patterns

Image

What is singleton software design patterns ?

Image
  Introduction of Singleton Design Pattern •         What is Singleton Design Pattern? •         Rules or Check list of Singleton Design Pattern? •         Where do we use Singleton Design pattern? •         Demo Code Example: •         Normal Singleton Design Pattern •         Without Thread Safe Singleton Design Pattern •         Thread Safe Singleton Design Pattern   What is Singleton Design Pattern? Singleton pattern is one of the simplest or lazy design patterns, general for all languages. Example C#, C++, Java and all OOPs supporting languages. This is type of creational design pattern. This pattern involves a single class which is responsible to create an object while making sure...

WINUI 3.O Introduction

Image
Please find below all information about WINUI3.O For more information :  URL's 1. About WINUI 3.O: https://microsoft.github.io/microsoft-ui-xaml/about.html   2. Download and Install WINUI3.O Software : https://docs.microsoft.com/en-us/windows/apps/winui/winui3/  

Software Programming Teacher - Introduction

Image
Hello Viewer's,       I am Prasad KM Master of Computer Application (Tech lead and Scrum Master) with 10 years’ work experience in Programming and analytical would like to start my YouTube channel "Software Programming Teacher " to create a channel to share my knowledge and experience in this field. 1. C# Programming, WPF 2. Visual C++ Programming 3. Visual studio 2005 to 2019 4. UPCOMING TECHNOLOGY WINUI 3.O 5. PYTHON 6. DESIGN PATTERNS WITH C# 7. SQL SERVER 8. CARRIER PATH (INTERVIEW ATTENDING SKILLS, APPLYING JOBS)   PLEASE LIKE, SHARE, COMMENTS AND SUBSCRIBE TO MY CHANNEL.   Facebook : https://www.facebook.com/prasad.km.31105 Twitter : https://www.twitter.com/SoftwareProgra7 Instagram : https://www.instagram.com/prasad.km.31105/ linkedin : https://www.linkedin.com/in/prasad-km-34621020b/