-
as seen on Stack Overflow
- Search for 'Stack Overflow'
hi,
i am creating a database applicatin in .Net. I am using a DataAccessLayer for communicating .net objects with database but i am not sure that this class is correct or not Can anyone cross check it and rectify any mistakes
namespace IDataaccess
{
#region Collection Class
public class…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
After converting my data access layer project from EntityFramework v1 to v4 a got a bunch of errors for each of the entity classes:
Error 10016: Error resolving item 'EntityTypeShape'. The exception message is: 'Unresolved reference 'NS.EntityName1'.'. DataAccessLayer\Model.edmx
and
Error 10016:…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I've been attempting to walk through the "Creating a Data Access Layer" tutorial found http://www.asp.net/learn/data-access/tutorial-01-cs.aspx
I create the DB connection, create the typed dataset and table adapter, specify the sql, etc.
When I add the code to the presentation layer (in this case…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
I'm currently creating an MVC application that will likely to expand to include a silverlight, wpf and possible windows phone all using the same data.
So I've created a class library to keep all my objects in and I've created the MVC app.
My question is what would be the best way to access…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Is LINQ support available in the Data Access Application Block.
>>> More