Categories: C#.Net

how to use WebBrowser control in C#.Net

This article discuss about how to display web page in .net windows application. It exlains displaying web page in windows application by using .net WebBrowser control

Categories: C#.Net

Factory Design Pattern and Abstract Factory Design Pattern in C#

This article discuss about what is the design pattern and what are the advantages of design patterns. It also discuss about what is the Factory design pattern and Abstract design pattern, when to use Abstract design pattern and what are the advantages of Factory and abstract design patterns.

Categories: C#.Net

OOP's Concepts in .Net, Object, Abstraction, Encapsulation, Polymorphism, Inheritance and Aggregation

Discuss about what are the OOP's Concepts in .Net,Object and what is meant Abstraction,Encapsulation,Polymorphism,Inheritance and Aggregation with examples.