TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Factory class
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Rajesh VS (2)
Matthew Cochran (1)
Nimesh Panchal (1)
Mahesh Chand (1)
Kareem Bawala (1)
Related resources for Factory class
No resource found
Object Instantiation in C#: Part II - Factory Methods
9/18/2023 5:06:14 AM.
There are many ways to approach object instantiation. In this article we’ll cover a few of the patterns used to instantiate objects. We'll look at different instantiation patterns used to con
Factory Pattern in VB.Net
12/1/2012 3:13:09 AM.
A Simple Factory Pattern returns an instance of one of the several classes depending upon the parameters passed to the shared/non-shared factory method.
Abstract Factory Patterns in C#
10/3/2012 8:03:50 AM.
The ABSTRACT FACTORY PATTERN comes under the classification of Creational Patterns. The Abstract Factory provides an interface to create and return one of several families of related objects.
Factory Patterns in C#
1/3/2006 6:02:09 AM.
The FACTORY METHOD PATTERN comes under the classification of Creational Patterns. The creational patterns deals with the best way to create objects.
CSDownloadURL : Download Contents of a Web Page
12/28/2005 6:13:19 AM.
CSDownloadURL is a class which has two functions - SetURL and DownloadURL. The set URL sets the current URL and GetDownload downloads the URL contents and returns its contents in a string.
Web Request Class
12/28/2005 12:36:10 AM.
This is a simple application that the gets the source of a webpage via the WebRequest Object.