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
sandeep ram
NA
23
0
What is the difference between using a DataContext instance in the following two ways?
Oct 14 2009 12:41 AM
Hi,
First post here, so pardon me if its a repeat qossion... :)
Can someone please tell me what is the difference between creating the datacontext as -
MyDatabaseDataContext db=new MyDatabaseDataContext();
//////
///////// Some code/
2.
using (MyDatabaseDataContext db=new MyDatabaseDataContext())
{
///
////// do something.
}
Reply
Answers (
5
)
Scope of Computer Languages ?
how to create own login controls in asp.net