Stories recently tagged with 'ORM'

Bend OpenAccess ORM to Your Will with Type Converters(blogs.telerik.com)

submitted by jnpetrovjnpetrov(95) 1 month, 1 day ago

This example will show you how to get OpenAccess to serialize a class to xml, and store it in the database. In the end you will have a reusable TypeConverter you can use to store any class as XML using OpenAccess! read more...

add a comment |category: |Views: 47

tags: another

String Matching in LINQ(blogs.telerik.com)

submitted by jnpetrovjnpetrov(95) 1 month, 4 days ago

Performing simple string equality tests is often not enough when application user convenience is key. Often only a fragment of a string is known to the user, or many of them. Sometimes there is a need to search for a fragment in multiple columns. Which options does OpenAccess and LINQ provide to perform string matching? Into which SQL is the LINQ expression translated? read more...

add a comment |category: |Views: 320

tags: another

String Matching in LINQ(blogs.telerik.com)

submitted by jnpetrovjnpetrov(95) 1 month, 4 days ago

Performing simple string equality tests is often not enough when application user convenience is key. Often only a fragment of a string is known to the user, or many of them. Sometimes there is a need to search for a fragment in multiple columns. Which options does OpenAccess and LINQ provide to perform string matching? Into which SQL is the LINQ expression translated? read more...

add a comment |category: |Views: 320

tags: another

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

submitted by dwhittakerdwhittaker(13.1k) 1 year, 4 months 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: 788

tags: another

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

submitted by werchterwerchter(30) 1 year, 6 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, 6 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: 12

tags: another

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

submitted by EntitySpacesEntitySpaces(315) 1 year, 7 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: 61

tags: another

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

submitted by mosessaurmosessaur(5424) 1 year, 8 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: 102

tags: another

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

submitted by EntitySpacesEntitySpaces(315) 1 year, 8 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, 8 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: 262

tags: another

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

submitted by EntitySpacesEntitySpaces(315) 1 year, 8 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, 9 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: 405

tags: another

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

submitted by mosessaurmosessaur(5424) 1 year, 9 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, 9 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: 358

tags: another

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

submitted by activaactiva(2340) 2 years, 3 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: 135

tags: another

Visual NHibernate beta(slyce.com)

submitted by powerrushpowerrush(3873) 2 years, 5 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: 40

tags: another