I am relatively new to .Net and the database side of it in particular. I\'m planning to rewrite some legacy V开发者_运维问答B6 applications here using .Net and C# with Visual Studio 2008.
This question is regarding the ASP.NET webservice that i am creating using the DAL-BLL architecture for my final school project.
There is DAL library that exposes dozen of repositories. One repository per entity. There is PersonRepository & PhotoRepository.
If I\'m having Data Access Layer (nHibernate) for example a cl开发者_JAVA技巧ass called UserProvider
I have an existing DB2 database at my job.(At least, I think it\'s DB2.They refer to it as \"the iSeries\" and it looks and feels like DB2 on some mainframe-ish hardware.)For years the .NET developers
Hi this is a question to all experienced developers who create their web applications using ASP.NET(C#) with MySQL. I am currently using the Microsoft Enterprise Library to implement a database factor
So I\'m开发者_高级运维 trying to understand IQueryable<T>.A tutorial I\'m reading suggests using it but not really sure why.The code simply returns some values using LINQ to SQL.I\'ve done this
ok this is the thing I have right now which is working quite well except its a bit slow: Public Function GetList() As List(Of SalesOrder)
I\'m using ActionScript3 to develop a Data Access Layer for an a开发者_如何学运维pplication another developer is working on in my team. One of the objects, lets call it User is expensive to construct.
We have a requirement in which we need to query data across 2 different databases ( 1 in SQL Server and other in Oracle).