DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

Stories recently tagged with 'ORM' Subscribe to this feed
15
kicks
published 14 days, 18 hours ago, submitted by Mike.Griffin 15 days, 3 hours ago

entityspaces.net — We have created a video preview of our EntitySpaces 2009 Plugin for Visual Studio. The video is approximately 6 meg in size so give it a moment to get started. The video has sound and you might need to adjust your volume. We hope that you enjoy this video. It really gives you a feel for what it's going to be like to use EntitySpaces 2009, and it's really nice never having to leave Visual Studio. read more...

Add a comment 3 comments | category: | Views: 193
tags: , , , , | tag it

2
kicks
submitted by locrain 1 month, 2 days ago

chillisoft.co.za — Habanero is an open source Enterprise Application Framework for .Net that provides the tools to produce an agile application from the data layer through to the front-end. Released for free under the LGPL license, it persists data to and from the database using object relational mapping (ORM), manages business objects to support a rich domain model, and generates user interfaces to display and edit the mapped data read more...

Add a comment add a comment | category: | Views: 21
tags: , , , , | tag it

7
kicks
published 23 days, 15 hours ago, submitted by Mike.Griffin 1 month, 4 days ago

entityspaces.net — In this post we'll take a look at both the Template Browser and the template user interface mechanism. The Template Browser lists the templates in a tree based on each template's Namespace located in the template header (shown left). You can see from the TemplateInfo tag in the template header that there is both a Namespace and a UniqueID attribute. The UniqueID will be discussed later when we dig into the user interface. Now, however, let's take a look at the Template Browser. The Template Browser is shown below (while running under Visual Studio). read more...

Add a comment add a comment | category: | Views: 113
tags: , , , , | tag it

1
kicks
submitted by benhart 1 month, 9 days ago

blog.benhartonline.com — While easy to do, an incorrect mapping file can have you ignorantly firing off multiple updates to a database when flushing your session. This post demonstrates, and reminds you to watch how you've mapped your enums. read more...

Add a comment add a comment | category: | Views: 8
tags: , , | tag it

14
kicks
published 1 month, 7 days ago, submitted by Mike.Griffin 1 month, 11 days ago

entityspaces.net — EntitySpaces 2009 will plug right into Visual Studio and it will use its own internal code generator. This means that Visual Studio users will never have to leave Visual Studio to work on or generate their EntitySpaces architecture. The image below shows how EntitySpaces 2009 looks embedded within Visual Studio. While it is likely to change a little before our first beta this should provide you with a feel for ES2009. The nice thing is that ES2009 is a dockable window just like any other window within Visual Studio, you can even generate your EntitySpaces classes directly into your solution and the folders/files will be created automatically for you. read more...

Add a comment 3 comments | category: | Views: 207
tags: , , , | tag it

3
kicks
submitted by rstuven 1 month, 15 days ago

nhforge.org — This NHibernate extension allows you to handle data in a spatial database using .NET objects and HQL queries in a way compliant with Open Geospatial Consortium specifications. Currently we support PostgreSQL (using PostGIS extension), SQL Server 2005 (using MsSqlSpatial extension) and SQL Server 2008 (using their new spatial built-in capabilities). read more...

Add a comment add a comment | category: | Views: 7
tags: , , , , | tag it

3
kicks
submitted by abdullin 2 months, 5 days ago

rabdullin.com — Code snippets and architectural concepts for abstracting away Linq queries from ORM IRepository interface read more...

Add a comment add a comment | category: | Views: 32
tags: , , | tag it

14
kicks
published 2 months, 6 days ago, submitted by Mike.Griffin 2 months, 6 days ago

entityspaces.net — EntitySpaces has teamed up with Justin Greenwood (shown left) of MyGeneration Software to create a brand new code generation engine for EntitySpaces 2009. Because of Justin's code generation expertise we contaced Justin and asked him to create a very simple, lightweight code generation engine whose only job is to execute templates (there is no user interface support by design). The code generation engine makes the EntitySpaces MetdataEngine available as an intrinsic object available to all templates through the "esMeta" property. We already have a working version of the code generation engine and thought we would share our progress with you. read more...

Add a comment 1 comment | category: | Views: 178
tags: , , , , | tag it

4
kicks
submitted by Mike.Griffin 2 months, 9 days ago

entityspaces.net — We are pleased to announce that the official EntitySpaces 2008 0915 release is now available for download. This will be the final EntitySpaces 2008 release. Work is already underway on EntitySpaces 2009 and we will make a blog post filling you in on the some of details very shortly. Major Performance Enhancements are just a part of this release .... read more...

Add a comment add a comment | category: | Views: 22
tags: , , , , | tag it

24
kicks
published 2 months, 12 days ago, submitted by joycsc 2 months, 12 days ago

code.msdn.microsoft.com — Understanding the architecture and code in software application plays as major factors while building good software products. This free e-book introduces a new visual modeling technique, termed as “nAML” (.NET Application Modeling Language) which overcomes the limitation of typical modeling languages by providing revolutionary way! Nothing much to say, just download it and you can get to know how POWERFUL it is! read more...

Add a comment 10 comments | category: | Views: 512
tags: , , , , | tag it

14
kicks
published 2 months, 14 days ago, submitted by dcarr dcarr 2 months, 14 days ago

blog.domaindotnet.com — Linq is not just about databases. It’s about reading the registry, your hard-disk, or even a list of function pointers to be invoked. Linq is about more event then sets (collections). It’s about making tasks easier in many cases and vastly more powerful (and most importantly your code more readable and maintainable at the same time). It’s astounding just how fast the HashSet<T> collection is. This post will show how to gain additional power that is fully supported from Microsoft which is often overlooked, yet it can solve some of the hardest problems (especially around performance however don’t prematurely optimize!). Linq, HashSet, ORM, NHibernate, Linq to NHibernate, Linq Undocumented, Functional Programming, .NET 3.5 read more...

Add a comment 3 comments | category: | Views: 358
tags: , , , , | tag it

3
kicks
submitted by david 2 months, 17 days ago

davesquared.blogspot.com — A quick comparison of 3 ways of configuring NHibernate mappings: using XML files, NHibernate Mapping Attributes, and Fluent NHibernate. read more...

Add a comment add a comment | category: | Views: 23
tags: , , | tag it

5
kicks
submitted by .NetKicks 2 months, 18 days ago

nhforge.org — Finally a single place to look for NHibernate related stuff?! The challenge of NH Forge is provide a single centralized resource for all things related to NH offering a community blog, an easy to use WIKI, other related community-oriented tools. read more...

Add a comment add a comment | category: | Views: 24
tags: , , , , | tag it

3
kicks
submitted by dcarr dcarr 2 months, 29 days ago

blog.domaindotnet.com — Includes analysis (NDepend) of the release showing related components it uses (from Castle for example) as well as more information about what has changed from the last release. Also where to download Linq to NHibernate. read more...

Add a comment 2 comments | category: | Views: 24
tags: , , , , | tag it

11
kicks
published 4 months ago, submitted by powerrush powerrush 4 months, 12 days ago

altnetpodcast.com — In this episode Ward Bell (from IdeaBlade) and Jeremy Miller discuss Object-Relational Mapping and when to use ORM tools. read more...

Add a comment 1 comment | category: | Views: 137
tags: , , , , | tag it

11
kicks
published 4 months ago, submitted by powerrush powerrush 4 months, 12 days ago

altnetpodcast.com — In this episode Ward Bell (from IdeaBlade) and Jeremy Miller discuss Object-Relational Mapping and when to use ORM tools. read more...

Add a comment 1 comment | category: | Views: 137
tags: , , , , | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge