Browse by Tags

Related Posts

  • performance of WCF service and the entityFramework

    Hi, I am working on testing the performance of WCF service and the entityFramework. The test scenario is the following: I have an EntityModel, with the following entity Class: Customer mapped to the main table Customer on test db (sqlServer 2008) I have implemented an WCF service with two methods: getAllCustomers...
    Posted to ASP.NET 3.5 Extensions Preview (Forum) by vangeloni on 04-15-2009, 12:00 AM
    Filed under: web service, web services, webservice, WCF, entities, entity, entity data framework, Entity Framework
  • Calling Store procedure using Entity Framework

    Hello Every One, I have problem with calling Store Procedure. My store procedure returns data multiple data using Joins. In store procedure i am selecting data from different tables using Joins. When i import my store procedure in entity framework as Function Import, then i am unable to set any return...
    Posted to Data Access and ObjectDataSource Control (Forum) by zeeshanfawad on 02-27-2009, 12:00 AM
    Filed under: .Net architecture, ASP.NET 3.5 Extensions, edmx, EFO, entities, entity, entity data framework, Entity Data Model, Entity Framework, EDM, advantages linq, LINQ : Return Value, LINQ : Update problem
  • What to do (Help) - Entity and Busines Logic Layer

    Hi Guys, Just got my head around EF but cant find/understand how best to structure/apply the linq to entity and my business logic, if I have a table called Clients (id, name, stamp) and therefore an entity called Client I want to display that on page but need to apply some business logic such as filer...
    Posted to Architecture (Forum) by monkeylee on 02-10-2009, 12:00 AM
    Filed under: structure, bll, business logic, entity, api, model
  • Your opinion to the domaindriven architecture

    Hello, i want to ask you to post your opinion to the code below. I try to use the MCV-Architecture and seperate the different layers. It is a complex Webapplication, where Customers can make Reservations for different Places and organize Events. I will have about 50 Entityclasses in the end. The application...
    Posted to Architecture (Forum) by cptOneEye on 09-22-2008, 12:00 AM
    Filed under: MVC, O/R Mapper, architecture, domain, entity
  • Populating an entity using DataColumnMapping

    Hello, Currently when I need to populate my business entites I write code similar to: Public Class Person Private _name As String Public Sub New ( ByVal name As String ) _name = name End Sub Public Sub New () End Sub Public Property name() As String Get Return _name End Get Set ( ByVal value As String...
    Posted to Architecture (Forum) by scott@elbandit.co.uk on 02-09-2008, 12:00 AM
    Filed under: architecture, arcitecture, Best Practices, Buisness layer, business, business logic layer, business model, Data modeling, datalogic layer, dataobjects, design pattern, entity
  • Assess .Net Intranet Application

    I am assessing whether a .net intranet application system is of acceptable, reasonable quality. My criteria so far for this is on several fronts: - Architecture (e.g., is the architecture n-tier?) - Is the code easy to maintain? - Has the code been written with reuse in mind, or refactored? - Are there...
    Posted to Free For All (Forum) by dbrook007 on 01-04-2008, 12:00 AM
    Filed under: ntier, partial classes, persist changes, Report Viewer, solution project, system analysis", System Design, Technical Specification, UI Architecture, UI Framework, UI Process Components, VB, VB Class, VB Classes, vb.net, Web Forms, .NET, 3tier, 3-Tier Architecture, 3-tier programming, approach, architecture, Asp.Net 2.0 : java script, ASP.NET 2.0 NET SQL Server 2005 database connection error, asp.net tuning, assembly, authentication, Basic Architecture Design, Best Practices, bug, business logic layer, caching, Class Design, concurrentcy, Consistency in UI, css, CustomErrorPage, DAL exceptions, data access layer, data access object relational mapping, Data modeling, datagrid, datalogic layer, dataobjects, design pattern, Events, Generics, Globalization, database object, xml, entity, IIS, application state management, performance, Exception Handling, Exception Handling Application Block, Exception Handling Application Block Tutorial, ASP.NET Architecture, sql server, OOP, "system Design", arcitecture, business model, data serialization, GridView, Patterns & Practices, N-Tier, optimization, Reflection, web service, ADO.NET, Asp.Net 2.0, assemblies, Data Concurrency, database, http, methods, Website Problem
  • Re: Should i separate my properties and methods within my business entity classes

    I have seen classes implemented with this pattern and in fact the WCF and WebService Software Factory creates these classes into two different projects - your "BusinessEntities" and then your "DataFactory". In my opinion, the way you were doing it is a better pattern with this extra...
    Posted to Architecture (Forum) by david@davidlwalker.com on 07-19-2007, 12:00 AM
    Filed under: web service, .NET, architecture, bll, business, business logic layer, dal, data access layer, web services, webservices, entity, ASP.NET Architecture, OOP, Web, WCF, Patterns & Practices
  • Good Design? - Pro ASP.NET 2.0 E-Commerce in C# 2005 by Paul Sarknas

    has any body read this book? If so could you answer a few questions. What is the advantage of using the LittleItalyVineyard.DataAccess.StoredProcedure class to hold the names of the SP's? In the DAL the author uses a class for each data acess call (example LittleItalyVineyard.DataAccess.Select.AddressSelectData...
    Posted to Architecture (Forum) by scott@elbandit.co.uk on 06-06-2007, 12:00 AM
    Filed under: ntier, N-Tier, OOP, .NET, .net 2.0, 3tier, 3-Tier Architecture, 3-tier programming, architecture, Basic Architecture Design, Best Practices, bll, business logic layer, C#, Class Design, classes, datalogic layer, design, design pattern, design pattern interface usercontrol, entity, Patterns & Practices, ASP.NET Architecture
  • Entity based O/R mappers vs. Domain based O/R mappers and other Entity/Domain Model comparisons

    I came accross an article on Frans Bouma's Blog ( http://weblogs.asp.net/fbouma/archive/2004/10/09/240225.aspx ) that explained how the "type" of design model an O/R mapper follows can greatly influence the way your application is written. Now, initially the statement that the foundation of an application...
    Posted to Architecture (Forum) by meppum on 01-31-2007, 12:00 AM
    Filed under: N-Tier, O/R Mapper, O/R Mapping, architecture, bll, classes, dal, Data modeling, design pattern, database object, entity, ORM, reporting comparison
  • Re: Domain Model Example Critique

    Here is my opinion about all of this: The root namespace contains a classes that implement Fowler's DomainModel domain logic pattern (not just data transfer objects - also may contain validation methods and domain-specific functions). but the DomainObjectBase is this layer's supertype and can't belong...
    Posted to Architecture (Forum) by kejroot on 12-15-2006, 12:00 AM
    Filed under: MVC, O/R Mapping, architecture, bll, Class Design, classes, dal, design pattern, entity, OOP, ORM
Page 1 of 2 (15 items) 1 2 Next >