BT

Facilitating the Spread of Knowledge and Innovation in Professional Software Development

Write for InfoQ

Topics

Choose your language

InfoQ Homepage ADO.NET Content on InfoQ

  • Entity Framework Code-First CTP5

    Earlier this month the ADO.NET team released CTP5 of their Entity Framework Code-First library. The library is meant to provide a code-centric workflow for developers when working with data.

  • Named Resource Streams for WCF Data Services

    Under the current version of WCF Data Services, developers can associate only one streaming resource with a given entity. With the October 2010 CTP, developers can now add additional named streams to an entity. For example, for images you may have streams named “Thumbnail”, “Small”, and “Full”.

  • DB2 Debugging in Visual Studio 2010

    IBM is offering a demo of their DB2 Add-ins for Visual Studio 2010. In addition to "full end to end debugging for SQL procedures for VB and C# apps”, it includes ADO.NET and Entity Framework providers for many of the DB2 variants.

  • .NET and Azure Samples Showcase .NET Technologies Used in a Layered Architecture

    Serena Yeoh, a Microsoft consultant and a contributor to Microsoft pattern&practices Application Architecture Guide, has created a Layered Architecture Sample for .NET 4.0 which was later ported to Azure, showcasing various .NET technologies (WPF, WCF, WF, ASP.NET, ADO.NET EF) used in an architecture based on the Layered Architecture design pattern.

  • EF Feature CTP 4 Brings Code First Updates and Productivity Improvements

    Entity Framework Feature CTP 4 recently released updates the Code First programming model with new code conventions and data annotations, and adds two new types, DbContext and DbSet<TEntity>, providing easy entity model setup using Code First.

  • Microsoft Answers “Top 10 Questions on Data”

    Microsoft has answered what they call “Top Ten Questions on Data”, explaining what has happened or it is going to happen to Oslo, ADO.NET Data Services, WCF, LINQ to SQL, T-SQL and other technologies.

  • LLBLGen Pro 3.0 Now Supports Multiple Persistence Frameworks

    LLBLGen Pro is an ORM tool which supports multiple persistence frameworks: LLBLGen Pro Runtime, Entity Framework, NHibernate and LINQ to SQL. Other new features are: support for .NET 4.0, model-first or database-first development mode, model view, project validation.

  • Spring.NET 1.3: VS.NET Solution Templates, MSTest Support and Spring Integration.NET

    A new version of the Spring.NET framework, version 1.3, was recently released. InfoQ spoke with Mark Pollack, founder and lead of the Spring.NET project, to learn more about this release and what new capabilities it brings, and also to learn more about the new Spring Integration.NET project.

  • Debate: Comparing NHibernate and EF 4

    Recently, a post by Oren Eini (a.k.a. Ayende Raheim) touched off a debate around the respective merits and capabilities of NHibernate and Entity Framework 4.0, two .NET-based Object/Relational Maping frameworks. InfoQ explored this debate in more detail to understand some of the perspectives which were given.

  • ORM Profiling Tools for the .NET Platform

    Sadly the terms “ORM” and “performance problems” often travel together. By hiding the underlying SQL from the developers, ORMs can offer a huge productivity boost. Unfortunately they also make it easy to generate ridiculously bad queries without realizing it. And without stored procedures to cross reference, finding the offending code without an ORM-specific profiler can be quite tricky.

  • ADO.NET Entity Framework Providers for Oracle

    Microsoft’s vision for .NET is a wide one. In addition to support for all programming languages, MS wants to bring together all communication frameworks and data storage engines. While WCF is making headway for standardizing communication APIs, their universal data access model Entity Framework is lagging behind. Much is this is due to lack of direct vendor support from companies like Oracle.

  • Entity Framework CTP for VS 2010

    Not everything planned for Visual Studio 2010 made it in beta 1. This includes some important features for ORM fans. Entity Framework CTP 1 includes support for Self Tracking Entities, POCO Templates, and support for EDMX-free coding.

  • Microsoft OracleClient Deprecated

    Microsoft announced System.Data.OracleClient will be marked obsolete in .NET 4.0 and removed from future releases. OracleClient is the ADO.NET provider for Oracle developed by Microsoft and shipped as part of the .NET FCL. Its absence will be an impediment to future upgrades for the many small projects using this provider for Oracle data access.

  • .NET RIA Services, the Roadmap

    The .NET RIA Services team has published their release plan starting with a CTP in July and ending with RTW during the first part of 2010. These dates are not set in concrete since changes may appear due to user feedback.

  • What’s New in Entity Framework 4.0 Beta?

    Entity Framework 4.0 Beta 1 – aka EF V2 - delivered with .NET 4.0 Beta 1 contains a list of important improvements: Customization of Code Generation, Lazy Loading, N-tier Support, POCO Support, DDL Generation, Query Customization and others.

BT