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
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
samanta
NA
429
135.2k
How to Create Class Files dynamically in c#
Aug 22 2014 3:47 AM
Can anyone pls tell me how create the class files dynamically.
Here is the structure of class file.
public
class
StaticForm
{
public
StaticForm
()
{
}
private int
_JobNumber;
private string
_JobTitle
;
public
int
JobNumber
{
get
{
return
_JobNumber
;
}
set
{
_JobNumber
=
value
;
}
}
public
string
JobTitle
{
get
{
return
_JobTitle
;
}
set
{
_JobTitle
=
value
;
}
}
}
Reply
Answers (
0
)
Display SQL database for authenticated users
how to create class file dynamically in c#.net