No announcements
Found 26572 threads
-
0 Votes
Using repository pattern is good or bad in database approach using entity-framework (.edmx)
Hi, I have created data models with existing database using entity framework (database approach) in MVVM WPF project. Here i have a confusion to go with ...Answered | 1 Replies | 1070 Views | Created by M.Shanmugam - Wednesday, January 21, 2015 8:28 AM | Last reply by Jack Zhai-MSFT - Thursday, February 12, 2015 2:47 AM -
0 Votes
Generic repository pattern for Table storage and EF
Is it possible to have a generic repository and UnitOfWork to store data in Table ...Answered | 1 Replies | 6130 Views | Created by Blue Clouds - Wednesday, August 22, 2012 2:46 PM | Last reply by Veerendra Kumar - Thursday, August 23, 2012 6:00 AM -
0 Votes
Calling an SQL Function / Object reference required
You should post to the correct forum where developers use the repository pattern and the AsP.NET MVC Ui design ...Answered | 5 Replies | 569 Views | Created by SSIS_Newbie_1234 - Tuesday, November 3, 2020 8:39 AM | Last reply by SSIS_Newbie_1234 - Wednesday, November 4, 2020 8:32 AM -
0 Votes
Sharepoint 2007 CRUD operation in DAL
You can look at the following link that talks about "List-Based Repositories" using the "Repository Pattern" as a guide. This is from the MSDN Sharepoint ...Answered | 2 Replies | 5120 Views | Created by logan1987 - Tuesday, August 10, 2010 7:14 AM | Last reply by Steve.Curran - Wednesday, August 11, 2010 5:35 PM -
0 Votes
newbie: moving an SQL Server DB to the cloud
with a repository pattern and with WCF servicing in mind, but my clients connect to the web with their own provider from anywhere and typically they do not have a fixed IP ...Answered | 5 Replies | 9252 Views | Created by Naftis - Thursday, January 6, 2011 6:41 PM | Last reply by ahs101 - Saturday, January 22, 2011 8:03 AM -
0 Votes
CRUD Sharepoint 2007
Not sure you want to use web parts per se to wrap your CRUD. You can look at the following link that talks about "List-Based Repositories" using the ...Answered | 1 Replies | 5452 Views | Created by Ramon P. Lopes - Wednesday, August 18, 2010 3:56 PM | Last reply by Steve.Curran - Wednesday, August 18, 2010 8:00 PM -
0 Votes
Any sample for IEnumerable<TResult> ExecuteQuery<TElement, TResult>
http://bretthargreaves.wordpress.com/2014/01/11/azure-table-storage-with-repository-pattern/ Meanwhile we will get in touchAnswered | 3 Replies | 1319 Views | Created by Mahender - Sunday, October 19, 2014 2:49 PM | Last reply by Will Shao - Sunday, October 26, 2014 12:06 PM -
0 Votes
Using SQLite with the Entity Framework 6
using SQLite with Entity Framework 6 and the Repository PatternAnswered | 1 Replies | 2804 Views | Created by Mariano Rossi - Tuesday, July 28, 2015 1:55 PM | Last reply by Lydia Zhang - Wednesday, July 29, 2015 6:47 AM -
1 Votes
Where to put Domain Model logic: Code or SQL?
If you are planning to go with LINQ to Entities, have a look at the Repository Pattern too.-Vinay Pugalia If a post answers your question, please clickAnswered | 12 Replies | 6681 Views | Created by Nagatosh - Wednesday, June 29, 2011 5:19 PM | Last reply by Kalman Toth - Wednesday, August 17, 2011 12:38 PM -
3 Votes
LINQ vs. SPQuery
an abstraction layer based on the Repository pattern; under this abstraction layer most calls can be redirected to Linq to SharePoint (with Caml generated code), but in some ...Answered | 13 Replies | 11534 Views | Created by Todd SY - Monday, July 4, 2011 9:57 PM | Last reply by Anders Runge [Denmark] - Wednesday, July 13, 2011 12:15 PM -
0 Votes
Strongly-typed data access method to query lists
Data Access for Client ...Answered | 1 Replies | 757 Views | Created by TrimantraLLP - Wednesday, September 24, 2014 1:58 PM | Last reply by Inderjeet Singh Jaggi - Wednesday, September 24, 2014 2:10 PM -
0 Votes
How to do unit testing for SharePoint Visual Web Part with Moles?
a whole and you will need to isolate that line of code as well. Take a look at the repository pattern to seperate some of the responsibilities of the ...Answered | 5 Replies | 2585 Views | Created by Srinivas Madasu - Saturday, November 17, 2012 12:40 PM | Last reply by Jeffrey Zeeman - Monday, November 19, 2012 10:29 PM -
0 Votes
An Architectural decision with WCF
-layers 1. Database (SQL 2008) 2. ORM (EF 4) 3. Repository pattern (Generic) 4. Service Layer (All business logic ...Answered | 1 Replies | 8496 Views | Created by Ashraf TM - Saturday, February 6, 2010 5:36 PM | Last reply by Just Karl - Tuesday, January 28, 2014 9:07 PM -
0 Votes
SQLite on Windows Phone 8.1
I would recommend you to use generic repository pattern as well. It can look like: public class Repository<TEntity> : ...Answered | 1 Replies | 1380 Views | Created by KevinPro - Friday, November 21, 2014 11:50 AM | Last reply by eng teong - Saturday, November 22, 2014 5:11 AM -
0 Votes
SPMetal doesn't work with impersonated context
, 90% where queries to find by ID, 5% for searching related records (using lookup) and 5% custom query. So I ended by writing a repository pattern over sharepoint, that is not ...Answered | 2 Replies | 4608 Views | Created by Steve B_ - Wednesday, July 4, 2012 3:03 PM | Last reply by Steve B_ - Monday, July 9, 2012 9:45 AM -
1 Votes
Coding best practice display name vs internal name in itemUpdated event receiver
Hi Jorge, One of the best practice I follow is Repository pattern for list access, on that scenario I always use Internal Names. The ...Answered | 3 Replies | 1379 Views | Created by Jorge_Carvalho - Tuesday, March 18, 2014 3:56 AM | Last reply by Ramakrishnaraja - Tuesday, March 18, 2014 3:51 PM -
0 Votes
SharePoint + Design pattern = ?
as follows The Repository PatternAnswered | 1 Replies | 668 Views | Created by Sakura Data - Friday, September 19, 2014 10:16 PM | Last reply by Mokhtar Bepari - Saturday, September 20, 2014 2:50 AM -
3 Votes
Using Remote Differential Compression (RDC) with PowerShell
Hey Guys, to support our software deployment solution we built up repository servers in each of our bigger locations (35 servers alltogether). These servers keep antivirus ...Answered | 7 Replies | 1917 Views | Created by DMeier_Nera - Wednesday, February 25, 2015 12:14 PM | Last reply by DMeier_Nera - Friday, March 6, 2015 10:08 AM -
3 Votes
SQL Server Compact 3.5/4.0 / VS2010 SP1 / Is sqlmetal.exe still necessary with SQL Server 2008 R2?
bound to either SQL Server or SQL Server Compact. For new development, use EF4 and properly separate the application layers using a repository pattern, allowing ...Answered | 6 Replies | 9640 Views | Created by BGood - Thursday, April 21, 2011 1:19 PM | Last reply by BGood - Saturday, April 30, 2011 3:51 PM -
0 Votes
Repository Pattern
Business Object => Repository => DAO ? 2) Whats the best wayDiscussion | 1 Replies | 10137 Views | Created by RajDev0791 - Monday, November 14, 2011 3:01 PM | Last reply by Crystal Wan - Friday, November 25, 2011 7:03 AM - Items 1 to 20 of 26572 Next ›
No announcements