Re: VS2008: should data sets be placed in App_Data?
- From: "dan" <dan@xxxxxxxxxx>
- Date: Wed, 19 Mar 2008 15:45:45 -0400
I did not mean instantiated DataSets objects at run time. I was referring
to the process of creating/adding strongly typed data sets to a project in
VS2008 (i.e. Solution Explorer.Add New Item).
"Juan T. Llibre" <nomailreplies@xxxxxxxxxxx> wrote in message
news:e$5LnQfiIHA.1164@xxxxxxxxxxxxxxxxxxxxxxx
Datasets are usually stored in memory, as an in-memory database.
Are you writing the Dataset to a file ?
If not, using App_Data doesn't make sense.
Juan T. Llibre, asp.net MVP
asp.net faq : http://asp.net.do/faq/
foros de asp.net, en español : http://asp.net.do/foros/
======================================
"dan" <dan@xxxxxxxxxx> wrote in message
news:uoaBJOfiIHA.748@xxxxxxxxxxxxxxxxxxxxxxx
I'm working on a small Web project in VS2008. In VS2005 it was
recommended that DataSet be placed in App_Data folder (the framework did
that automatically). In VS2008 the framework does not give me that
option. The Add.New Item in the App_Data context menu does not even
list the DataSet.
Does anyone know what is behind the change and what the recommended
practice is?
Thanks.
.
- References:
- VS2008: should data sets be placed in App_Data?
- From: dan
- Re: VS2008: should data sets be placed in App_Data?
- From: Juan T. Llibre
- VS2008: should data sets be placed in App_Data?
- Prev by Date: Re: VS2008: should data sets be placed in App_Data?
- Next by Date: Two gridviews next to each other without a TABLE?
- Previous by thread: Re: VS2008: should data sets be placed in App_Data?
- Next by thread: Re: VS2008: should data sets be placed in App_Data?
- Index(es):
Relevant Pages
|