On The Insider: More "Hairspray"?
1 Resources for

entity framework

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

MSDN Webcast: Entity Framework for Database Administrators (Level 200)
The Entity Framework is a new data technology from Microsoft that may particularly interest database administrators DBAs. This webcast shows how this technology can radically change the development of applications from a DBA perspective, and also change access patterns on servers. It also discusses these changes and their impact on...
Tags: Microsoft Developer Network, Database Administrator, Webcast, Entity Framework
Webcasts 2007-09-29

Additional Resources

The ADO.NET Entity Framework: Making the Conceptual Level Real
This paper describes the ADO.NET Entity Framework, a platform for programming against data that raises the level of abstraction from the logical relational level to the conceptual entity level, and thereby significantly reduces the impedance mismatch for applications and data services such as reporting, analysis, and replication. The conceptual data...
Tags: Microsoft ADO.NET, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
White papers 2006-12-01
Appreciating the Entity Object
An Oracle Application Development Framework ADF entity object represents a business domain entity such as an order, a part, a customer, or a service request. By creating a set of associated Oracle ADF entity objects that represents the full business domain model inside the J2EE applications, one can significantly boost...
Tags: Oracle Corp., Entity, J2Ee, Middleware, Programming Languages, Enterprise Software, Java, Software Development, Software/Web Development, Software
White papers 2006-01-01
MSDN Webcast: Programming LINQ and the ADO.NET Entity Framework (Level 200)
Language Integrated Query LINQ introduces an exciting new way for applications to build strongly typed queries that are deeply integrated into the programming language. The ADO.NET Entity Framework allows applications and services to work in terms of an application-oriented Entity Data Model, decoupling the application's data model from the storage...
Tags: Microsoft Developer Network, Application, Webcast, Microsoft ADO.NET, LINQ, Programming, ADO.NET Entity Framework, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Webcasts 2008-01-30
ADO.NET Tech Preview: Entity Data Model
The Entity Data Model is an Entity-Relationship data model. The ER model is familiar to most if not all database application developers, and has been used successfully for about 30 years. The central concepts in the EDM are entities and relationships. Entities are instances of Entity Types (e.g., Customer, Employee)...
Tags: Microsoft ADO.NET, Entity, Entity Data Model, Storage, Databases, .Net, Hardware, Enterprise Software, Software, Data Management, Software Development, Software/Web Development
White papers 2006-06-01
Converting an EJB 2.0 Entity Bean to EJB 3.0
The Enterprise JavaBeans EJB 3.0 specification has facilitated the development of EJBs, by providing an annotations-based API in which the remote/local and home/local home interfaces are not required. The deployment descriptors that form the basis of an EJB 2.0 entity bean are also not required for deploying an EJB 3...
Tags: EJB 2.0, EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
White papers 2006-01-01
Extended Persistence Context in Stateful Session Beans
The Java Persistence Architecture, a part of the Enterprise JavaBeans 3.0 (EJB 3.0) specification, simplified the development of EJB applications using data persistence. A major simplification was the introduction of the EntityManager interface for accessing a database and creating, removing, or updating entities within a transaction. Entities are objects that...
Tags: Persistence Context, Entity Instance, EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
White papers 2008-02-15
Huagati DBML/EDMX Tools (zip)
Huagati DBML Tools is an add-in for Visual Studio that adds functionality to the Linq2SQL/DBML diagram designer in Visual Studio 2008, adding options for comparing and synchronizing Linq2SQL designer diagrams with the database, for updating classes and properties generated using the Linq to SQL designer or Entity Framework designer to...
Tags: Microsoft Visual Studio, Huagati Systems, Huagati DBML Tools, Microsoft Development Tools, .Net, Databases, Development Tools, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Software downloads 2008-08-27
Philosophical ramblings on an abstract subject
blog rootWhy model the world?I just participated a seminar where the topic today was, titillatingly, "management of knowledge and ignorance". The lecture handled an ontology developed by the Finnish professor emeritus Veikko Pohjola. He claimsamong other things that each entity in this world can be modelled as consisting of four...
Tags: Strategy, ilkka.karanta@...
Discussion threads 2005-05-20
MSDN Webcast: ADO.NET Data Services Overview (Part 1 of 2) (Level 100)
This webcast illustrates how to take advantage of ADO.NET Data Services (formerly code-named Astoria) to easily and securely expose data as services over HTTP. It gives an overview of REST, the architectural style underlying ADO.NET Data Services. Then it gives a high-level demonstration of how to expose an Entity Framework...
Tags: Data Service, Microsoft Developer Network, Webcast, Microsoft ADO.NET, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Webcasts 2008-06-17
Deploying Microsoft .NET Framework Version 3.0
The Microsoft .NET Framework 3.0 formerly known as WinFX, is the new managed-code programming model for Windows. Applications written for the .NET Framework 3.0 require the .NET Framework 3.0 to be installed on the computer where the application runs. This paper explains .NET Framework 3.0 and its relationship to earlier...
Tags: Microsoft .NET Framework, Microsoft .NET Framework 3.0, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
White papers 2006-06-01
The ADO.NET Entity Framework: Overview
When one takes a look at the amount of code that the average application developer must write to address the impedance mismatch across various data representations for example objects and relational stores it is clear that there is an opportunity for improvement. Indeed, there are many scenarios where the right...
Tags: Microsoft ADO.NET, Application Developer, Development Tools, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
White papers 2006-06-01
New Firmware Development at HP Using EFI and the Framework
This presentation provides an overview of the Framework architecture and explains how the Framework supports sharing code across diverse CPU architectures. The presentation provides tips on using UEFI and the Framework in an embedded system.
Tags: Hewlett-Packard Co., Firmware, Architecture, Intel Corp., Presentation
Presentations 2006-09-26
.netTiers 2 (zip)
netTiers is a set of open source code generation templates that simplify the tasks of creating customized Application Tiers for your Microsoft.Net applications in just a few minutes. It takes a sql server database and generate a fully usable Entity and data access layer framework, build upon Enterprise Library, that...
Tags: netTiers, Open Source
Software downloads 2006-09-27
Introducing the .NET Framework 3.0
The .NET Framework 3.0 formerly known as WinFX is the next step in the progression. Applications built on this new version of the Framework can be created with Visual Studio 2005, making it feel familiar to most Windows developers. But the .NET Framework 3.0 is also an evolution, adding more...
Tags: Microsoft .NET Framework 3.0, Goal, Microsoft Windows, .Net, Application Servers, Middleware, Operating Systems, Software, Software Development, Software/Web Development, Enterprise Software
White papers 2006-08-01
The Java Persistence API - A Simpler Programming Model for Entity Persistence
A major enhancement in Enterprise JavaBeans EJB technology is the addition of the new Java Persistence API, which simplifies the entity persistence model and adds capabilities that were not in EJB 2.1 technology. The Java Persistence API deals with the way relational data is mapped to Java objects ("Persistent entities"),...
Tags: Programming Model, API, Programming, Entity Persistence, EJB, J2Ee, Programming Languages, Java, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
White papers 2006-05-01
Awoma releases ThinStructure Framework 3.1.1
ThinStructure Framework 3.1.1 is an open and free web-application framework that integrates in J2EE environment. ThinStructure Framework provides a revolutionary way to code J2EE applications.The main benefits are: * Immediate increase of de
Tags: J2EE, Middleware, Enterprise software, support@...
Discussion threads 2005-03-15
The Dynamic SAS Scheduler System (DSx3) Framework: Scheduling SAS Jobs Has Never Been Easier
This paper presents the Dynamic SAS Scheduler System (DSx3) framework which allows the programmer to programmatically schedule the SAS jobs. This paper also explores the advantages and disadvantages of using this framework, and some workarounds to ensure this framework runs smoothly. The DSx3 framework is currently built for Windows environment,...
Tags: Job, SAS Institute, Framework, DSx3 Framework
White papers 2006-02-28
Deconstructing .NET Framework 3.0
In 2000, Microsoft released the first beta of a product called .NET 1.0. The product, a framework of classes, was the answer to problems that Microsoft faced from the developer community, particularly the Java community. Microsoft was seen as old-fashioned and behind the times. The .NET Framework convinced many, and...
Tags: Microsoft .NET Framework 3.0, .Net, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
White papers 2006-10-13
Do I need 4 .NET Framework programs/updates installed
In Add/remove programs I see 4 .NET Framework programs/updates as being installed MS .net framework 1.1 and framework 1.1 hotfix and .net framework 2.0 and .net framework 3.0 installed on my XP Pro PC?2.0 takes up 89MB3.0 uses 57MBCan I remove all but 3.0?Pete
Tags: .NET, ppeters2@..., Microsoft .NET Framework
Discussion threads 2007-04-07
  • << Previous
  • page 1 of 1
  • Next >>


Cisco IOS Command Chart (IOS v.12+)
Becoming proficient with Cisco equipment means remembering a whole new set of commands. These command charts give you a quick way to look up the needed IOS commands and switches when you need them.
Buy Now
TechRepublic's Gaming Policy
Computer games--including those installed from floppy disks, USB "thumb" drives, CDs, DVDs, or accessed online or as part of any massive, multiplayer ...
Buy Now

All-in-One Printers