Stories recently tagged with 'ORM'

Entity Framework: Intro to Database First Design(www.dimecasts.net)

submitted by dwhittakerdwhittaker(13.1k) 1 year ago

Taking a look at how to use the Entity Framework via its database first design concepts. When building out an application which is based off of the Entity framework you have multiple options, you can either build your model off of your existing database or build your database of your existing model. This episode will explore how you start with your existing database and build your entity model. read more...

add a comment |category: |Views: 624

tags: another

C# alternative for Ruby’s acts_as_tree; part 2(blog.onderweg.eu)

submitted by werchterwerchter(30) 1 year, 3 months ago

Second part in a two part blog post series about my search for a C# alternative for Ruby's acts_as_tree plugin. I'll talk about mixins, extension methods and marker interfaces in C#, and I will show how methods for tree traversal can be added to existing entity classes. read more...

add a comment |category: |Views: 4

tags: another

EntitySpaces to Support the EffiProz Database Engine(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 3 months ago

EffiProz is an interesting database and it seems like they have made some very good strategic moves. For instance, Silverlight doesn’t support System.Data so EffiProz went and created their own class library that mimic's an ADO.NET provider since ADO.NET Providers aren’t supported under Silverlight. The same holds true for Windows Phone 7, EffiProz has a data provider for that as well. We’ve had our eye on EffiProz ever since the initial problems with VistaDB were made known. What EffiProz is doing seems like a much wiser course of action for a smaller database engine as opposed to going after being able to comply with a very large Microsoft Entity Framework. Something we have been focusing on at EntitySpaces is being able to go wherever .NET can go, including Mono, which we support already. We will continue to support VistaDB as well (including new releases) and we already support the much improved Microsoft SQL CE 4.0 database. read more...

add a comment |category: |Views: 11

tags: another

EntitySpaces RIA Services Released to Production(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 3 months ago

This release provides four new templates for developing RIA Services Applications. EntitySpaces can create everything you need to get started on your RIA Services application. EntitySpaces will create your DomainService class (including a partial class to go along with it to house your custom methods). Also, your Validation classes and your “Shared” classes for your entities are created as well. Finally a new RIA DynamicQuery template will create your EntitySpaces DynamicQuery classes which can be used under Silverlight in your RIA Services application. Also, two very nice samples are provided for RIA Services, one for C# developers and one for VB.NET developers. read more...

add a comment |category: |Views: 59

tags: another

Getting Started with Entity Framework 4.0 Screencast Recorded session (mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 4 months ago

Fifth part is about 9:45 min in length. Part 5. Covers EDM -Entity Data Model- showing its elements (SSDL, CSDL & MSL). Also this screencast shows how to query your conceptual model using LINQ to Entities. read more...

add a comment |category: |Views: 101

tags: another

EntitySpaces in a RIA Services Silverlight Application Development Sce(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 5 months ago

Whether RIA Services is merely a buzzword you’ve heard bounced around or you’re a seasoned Silverlight developer you should checkout this functionality. When you combine EntitySpaces with RIA Services you will almost instantly be able to create professional quality Silverlight applications. read more...

add a comment |category: |Views: 50

tags: another

Writing a Silverlight Application Using EntitySpaces is Awesome(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 5 months ago

Sometimes you’re so busy designing, coding, testing, and supporting a product that you don’t take the time to stop and appreciate what you have actually accomplished. A customer of ours asked us to create a video overview of our Silverlight functionality and in doing so we had to step back and say “wow”, this is pretty cool. It truly is easy to use EntitySpaces to create a Silverlight application as you will see. read more...

add a comment |category: |Views: 258

tags: another

EntitySpaces Adds Support for SQL Azure and SQL Server Compact 4.0(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 5 months ago

This release of EntitySpaces adds two new databases, adds Silverlight 4 support (we already supported Silverlight 3), provides some excellent proxy improvements, and finally it provides a few well placed customer requested tweaks. EntitySpaces 2010.1.0830.0 is available to customers for download now. Our trial version will be upgraded by Tuesday night, perhaps sooner. read more...

add a comment |category: |Views: 26

tags: another

The EntitySpaces ORMBattle.NET Performance Numbers(www.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 5 months ago

Although the ORMBattle.NET charts have not been updated yet we thought we would share the results with you. The stats shown below are the stats that they will use to update the charts on their site (they use the 1000 item tests). We think we did pretty well. The numbers shown below are from the ORMBattle.NET site. read more...

1 comment |category: |Views: 402

tags: another

Getting Started with Entity Framework 4.0 Screencast Part 4(mosesofegypt.net)

submitted by mosessaurmosessaur(5424) 1 year, 5 months ago

Fourth part is about 10 min in length. Covers how to implement table per hierarchy inheritance model (TPH) with Entity Framework 4.0 read more...

add a comment |category: |Views: 40

tags: another

7 Minutes from Install to your working EntitySpaces Architecture(developer.entityspaces.net)

submitted by EntitySpacesEntitySpaces(315) 1 year, 6 months ago

7 Minutes from Install to your working EntitySpaces Architecture, no kidding, no modeling, no XML files, no BS read more...

add a comment |category: |Views: 356

tags: another

Vici CoolStorage: ORM on MonoTouch made simple(www.blog.activa.be)

submitted by activaactiva(2340) 1 year, 11 months ago

Introducing the first port of a .NET ORM to MonoTouch, and how it can make life as an iPhone a lot easier. read more...

add a comment |category: |Views: 130

tags: another

Visual NHibernate beta(slyce.com)

submitted by powerrushpowerrush(3873) 2 years, 2 months ago

Visual NHibernate makes it easier and quicker to create and maintain NHibernate projects - even very complex ones. Point it at your existing projects and start modelling them right away - visually. Visual NHibernate makes complex mapping to multiple database tables easy. Simply connect a mapping to a table field and the mapping is complete - all required NHibernate code is generated based on what is mapped. This is the only tool supporting complex mapping to multiple database tables. (Others only allow one-to-one mapping of tables and classes.) This is a true separation of the domain model and the database schema. Using complex mapping allows optimal software architectures to be built on existing legacy databases without having to redesign the database. read more...

add a comment |category: |Views: 38

tags: another

How to Think Like the ADO.NET Entity Framework(blogs.teamb.com)

submitted by CraigStuntzCraigStuntz(438) 2 years, 5 months ago

A free, online presentation on how to work effectively with the Entity Framework read more...

add a comment |category: |Views: 42

tags: another

Review of SubSonic 3 from a SubSonic 2.x user perspective(jamesewelch.com)

submitted by jamesewelchjamesewelch(2275) 2 years, 5 months ago

A quick review of SubSonic 3.0.0.3 from the perspective of a developer who's implemented SubSonic 2.x on numerous projects. An overview of initial likes and dislikes and a little bit of code snippets to bring back 2.x functions missing from 3.0. read more...

4 comments |category: |Views: 574

tags: another

Table Per Subclass Inheritance Mapping with Fluent nHibernate(ang3lfir3.wordpress.com)

submitted by ang3lfir3ang3lfir3(660) 2 years, 6 months ago

This is the third in a short series of posts I am working on. While reading through NHibernate in Action I thought to my self that I should create these same examples of Inheritance mapping using Fluent nHibernate to show how simple these mappings can be. read more...

add a comment |category: |Views: 251

tags: another