InfoQ Homepage Data Access Content on InfoQ
-
Migrating from MySQL/Access to SQL Server/Azure with SSMA
Microsoft has released the SQL Server Migration Assistant (SSMA) for MySQL 1.0, and has refreshed SSMA for Oracle v4.2, SSMA for Sybase v4.2, and SSMA for Access v4.2. These toolkits helps customers migrating their MySQL/Oracle/Sybase/Access databases to SQL Server and some even to SQL Azure.
-
The Latest NHibernate Developments
The latest NHibernate developments include: the release of NHibernate 3.0.0 Alpha 1, NHibernate Profiler supporting NHibernate 3.0, and HQL Language Service for Visual Studio.
-
Introducing Microsoft’s Dynamically Typed Data Access Library
In conjunction with WebMatrix, Microsoft’s new tool chain for amateur web developers, Microsoft is releasing a dynamically type data access library. Similar to the Jasper project, this library trades the performance for ease of use. The result is an ORM-like API, but without the overhead of configuration files or code-generated classes.
-
Microsoft Drops Quadrant
Mary Jo Foley is reporting that Microsoft is dropping Quadrant and is revising its plans for its M data-modeling language.
-
WebSphere 7 Feature Pack Supports OSGi-based Application Deployment and SCA Integration
WebSphere Application Server V7 Feature Pack for OSGi Applications and Java Persistence API 2.0 offers a standards-based implementation of OSGi Blueprint Container specification and JPA 2.0. It also provides an optional feature to deploy and manage applications as versioned OSGi bundles. IBM recently announced the GA release of the feature pack which is based on Apache projects Aries and OpenJPA.
-
DataMapper Reaches 1.0 Milestone
DataMapper, an Object Relational Mapper (ORM) for Ruby, arrived at a milestone recently reaching 1.0 status. The release, announced during RailsConf 2010, and coinciding with Dirkjan Bussink's presentation at the conference on the subject.
-
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.
-
Facebook on Hadoop, Hive, HBase, and A/B Testing
The Hadoop Summit of 2010 included presentations from a number of large scale users of Hadoop and related technologies. Notably, Facebook presented a keynote and details information about their use of Hive for analytics. Mike Schroepfer, Facebook's VP of Engineering delivered a keynote describing the scale of their data processing with Hadoop.
-
NoRM: Another .NET Provider for MongoDB
NoRM is a .NET library acting as a wrapper around MongoDB, facilitating .NET programming against the mentioned document database. Some of the features are: strongly-typed interface, supporting LINQ, supporting both .NET and Mono.
-
Emergent Data Architectures Highlights From GigaOm Structure Conference
The GigaOM Stucture conference a couple of weeks ago addressed many areas of cloud computing. One of the key themes of the event was the emergence of new data architectures. Throughout the panels, interviews, and presentations many speakers identified significant changes in how data gets handled that will be coming.
-
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.
-
RubyConf China: NoSQL, Rails, and Matz on Ruby 2.0
The 2nd annual RubyConf China, this year in Shanghai, China, featured Ruby creator Matz who talked about Ruby Community and Ruby 2.0. InfoQ takes a look at the other talks and what tools and databases Ruby developers in and around China use.
-
Fixing Data Binding Problems in WPF/Silverlight
The data binding in WPF and Silverlight is amazing in all regards. Its power and flexibility are beyond compare. Unfortunately its resistance to traditional debugging techniques is equally impressive for the wrong reasons. There is no way to really step through the data binding process, but we collected some other techniques that developers may find useful.
-
Major Improvements Have Been Made to SQL Server Compact Edition
SQL CE was supposed to be the lightweight, in-process database of choice for .NET developers needing to store small amounts of structured data. But a number of flaws in the design made that untenable and developers instead turned to SQLite or the venerable Jet. With CE 4.0, many of these flaws have been fixed.
-
HyperSQL 2.0 - New Release 5 Years In the Making
The HyperSQL database (HSQLDB), version 2.0, has been released after 5 years in the making. HyperSQL 2.0 is the worthy successor to HSQLDB 1.8, which has been integrated and used in applications large and small, including the ubiquitous OpenOffice Base application. The new version boasts more features than any other open source database.