No announcements
Found 408108 threads
-
0 Votes
Unit testing Entity Framework 5.0 DataAccess Layer
Hi everybody, I'm trying to write unit tests for my entity framework data access layer and I'm running into some ...Answered | 2 Replies | 3052 Views | Created by Amokachi - Friday, February 15, 2013 3:15 PM | Last reply by Rowan Miller - Thursday, February 21, 2013 6:41 PM -
0 Votes
Unit Testing Entity Framework
What do you mean by "unit test the EF"? What sort of tests are you trying to run? Any standard unit testing/mocking ...Unanswered | 5 Replies | 5591 Views | Created by pramodh - Tuesday, October 28, 2008 1:37 PM | Last reply by Scott Bellware - Monday, November 3, 2008 11:53 PM -
0 Votes
Unit testing / mocking Entity Framework
Hi, I've been playing with the entity framework beta2 for a bit, and I was wondering how one would go about unit testing your ...Answered | 1 Replies | 8472 Views | Created by Chris Buckett - Tuesday, September 25, 2007 7:55 PM | Last reply by Jeff Reed - MSFT - Wednesday, September 26, 2007 4:22 PM -
0 Votes
Unit testing Entity Framework and SQL-Server
the code sample focuses on setting up data for doing unit testing with Entity Framework by using a base class which another class inherits to create temporary data ... -
0 Votes
How to unit testing entity framework code
http://stackoverflow.com/questions/22690877/how-are-people-unit-testing-with-entity-framework-6-should-you-botherAnswered | 3 Replies | 604 Views | Created by Sudip_inn - Thursday, September 22, 2016 9:34 AM | Last reply by Weiwei Cai - Monday, September 26, 2016 2:54 AM -
0 Votes
Unit Test Stratgegy for Data Access Layer with Entity Framework
Hello everyone, We are using Entity Framework to develop a data access layer targeting SQL Server database. We evaluated the options ...Discussion | 1 Replies | 2894 Views | Created by Sambasiva Reddy - Wednesday, April 24, 2013 9:19 AM | Last reply by Amanda Zhu - Thursday, April 25, 2013 4:58 AM -
1 Votes
repository pattern and dataAccess layer
END <--> Business Logic < --> Data Access Layer <---> data Access helping classes. Now we are introduce with Repository ...Answered | 1 Replies | 4932 Views | Created by boobyy - Wednesday, April 17, 2013 4:49 AM | Last reply by Cor Ligthert - Wednesday, April 17, 2013 10:53 AM -
0 Votes
Unit Testing in Entity Framework using NTier architecture
Is it necessary to do Unit testing in NTier architecture using Entity Framework. I mean Coded UI test in Presentation Layer, Unit Test in Business ...Answered | 1 Replies | 1740 Views | Created by Siam_Death - Saturday, November 10, 2012 3:50 AM | Last reply by Enamul Kh-MSFT - Tuesday, November 20, 2012 11:07 PM -
0 Votes
Microsoft Unit Testing Framework?
Nope, not what I was getting at... I want to know: Do I need a "Team" edition of Visual Studio 2005 to write unit tests against the Microsoft ...Unanswered | 3 Replies | 5011 Views | Created by brianpmccullough - Friday, February 23, 2007 1:42 PM | Last reply by Simon Dahlbacka - Friday, February 23, 2007 5:19 PM -
0 Votes
Microsoft Unit Testing Framework
In this first release, the unit testing framework is available in two of the SKUs: Visual Studio Team Edition for Software Developers and Visual StudioAnswered | 1 Replies | 6791 Views | Created by anoop.h - Wednesday, July 6, 2005 8:22 AM | Last reply by Tom Arnold - Tuesday, July 12, 2005 8:43 PM -
0 Votes
Unit Test entity framework
Hi Fred, Thank you for reply, why i want to do unit test for mappings also is i am manually mapping the properties to db columns using fluent ...Answered | 5 Replies | 1081 Views | Created by Kumar Jalli - Wednesday, June 17, 2015 4:40 PM | Last reply by DA924 - Sunday, June 21, 2015 7:37 PM -
1 Votes
Desiging Dataaccess layer
. The selection of a particular technology or architecture depends heavily on the requirements of your application. As an example, an approach that integrates well with ...Answered | 2 Replies | 3630 Views | Created by Dheeraj pk - Thursday, March 19, 2009 9:13 AM | Last reply by Dheeraj pk - Sunday, April 19, 2009 8:59 AM -
1 Votes
Unit testing Data Access Layer Functions
I am new to unit testing. My Data Access Layer has a function bool isrole= RoleExists(string RoleName). When I perform Unit testing on ...Answered | 1 Replies | 5525 Views | Created by D R G - Saturday, April 23, 2011 5:44 PM | Last reply by Abhishek Agrawal [MSFT] - Monday, May 9, 2011 3:03 PM -
0 Votes
WCF and Dataaccess Layer intergration????
Hi, 1. Create a DataAccess layer. Let us suppose here Data Entity class is PRODUCT. You can not make this class as DataContract because ...Answered | 19 Replies | 5614 Views | Created by abhi0410 - Tuesday, July 7, 2009 1:12 PM | Last reply by abhi0410 - Friday, July 10, 2009 8:53 AM -
0 Votes
Entity Framework 5.0 and Beyond
Entity Framework 5.0 and beyond? Maybe this is in error, but I wanted to clarify that Microsoft was supporting a product that will ...Answered | 2 Replies | 1364 Views | Created by Denis Cilliers - Monday, January 7, 2013 2:17 PM | Last reply by Glenn Condron - Wednesday, January 9, 2013 7:10 PM -
0 Votes
Unit testing on Windows CE 5.0
Hi all, Is there a unit-testing framework for .Net that supports WinCE 5.0? Thanks,Answered | 2 Replies | 4390 Views | Created by Cornel Arnet - Tuesday, September 5, 2006 3:35 PM | Last reply by Aarthi_MSFT - Thursday, September 7, 2006 4:21 PM -
0 Votes
Data access layer entity framework
I would like to create a DAL for using entity framework for a a high > volume/trafic web application, Does anyone know anyAnswered | 2 Replies | 2458 Views | Created by dblClick - Thursday, September 29, 2011 7:30 PM | Last reply by Alan_chen - Friday, October 7, 2011 7:03 AM -
0 Votes
Building DataAccess Layer using WCF
the exact same classes, a better approach could be to create a set of DataContract classes that you then map your business classes to. On the client side you can build a service access ...Answered | 2 Replies | 3527 Views | Created by wasimf - Friday, April 25, 2008 10:58 PM | Last reply by KjellSJ - Saturday, April 26, 2008 1:57 PM -
0 Votes
Unit Testing Framework for Sharepoint
You can use VS.NET testing framework or download a VS add-in that allows the execution of NUnit tests instead of native .NET tests and I think those 2 are the most popular ...Answered | 3 Replies | 1809 Views | Created by Nazish Ali Rizvi - Monday, February 3, 2014 10:58 AM | Last reply by Margriet Bruggeman - Monday, December 8, 2014 12:33 PM -
0 Votes
Testing WCF with Silverlight Unit Testing Framework
Am I missing something here? Why do you want to use Silverlight Unit Framework to test WCF Service? Silverlight Unit Framework is for testing Silverlight. ...Answered | 6 Replies | 29527 Views | Created by MSDN_Forums_User - Thursday, February 26, 2009 9:52 PM | Last reply by MSDN_Forums_User - Monday, May 18, 2009 5:51 AM - Items 1 to 20 of 408108 Next ›
No announcements