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
Herry Ng
NA
22
10.1k
Perfomance Issue
Dec 1 2012 3:29 AM
I'm developing an application using Entity Framework but instead declare each entity to save in each form I'm using dynamic variable in form class, is there a perfomance issue, coding like this and is there a better solution ?
dynamic current= bs_active.Current;
try {current.USERID = GlobalVariable.cUserLogin;}catch(Exception){}
try {current.DateCR = DateTime.Now;}catch(Exception){}
bs_active is binding souce with the datasource is objectentity each table/entity have fields USERID and DateCR
any help/comment please ?
Thx
Sen
Reply
Answers (
0
)
Class diagram questions
crystal Report , Asp.net