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
11
kicks
published 28 days, 13 hours ago, submitted by powerrush powerrush 1 month, 9 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: 126
tags: , , , , | tag it

11
kicks
published 28 days, 13 hours ago, submitted by powerrush powerrush 1 month, 9 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: 126
tags: , , , , | tag it

24
kicks
published 1 month, 10 days ago, submitted by subnus 1 month, 10 days ago

blog.wekeroad.com — the title says it all read more...

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

2
kicks
submitted by subnus 1 month, 11 days ago

blog.wekeroad.com — Eric had some final changes to make last week and we were ready to go with the release (as planned) on Friday, but TFS went down at CodePlex and we couldn’t review the submitted work items for the week prior. And it’s still happening. read more...

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

9
kicks
published 1 month, 12 days ago, submitted by jamesewelch jamesewelch 1 month, 13 days ago

jamesewelch.wordpress.com — One of the new features is the addition of the SqlQuery class and it’s ability to perform aggregate queries (along with many other features). Shows example of SQL syntax versus SubSonic's SqlQuery aggregate coding to perform SQL queries. read more...

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

13
kicks
published 1 month, 20 days ago, submitted by dcarr dcarr 1 month, 20 days ago

damon.agilefactor.com — The first official beta for NHibernate 2.0 was released today. This comes on the heels of the damaging ‘boycott’ of the Microsoft ‘Linq to Entities’ upcoming release, which was anticipated to be a serious competitor to NHibernate. LAST MINUTE UPDATE FROM THE NHIBERNATE TEAM There has been a change in how NHibernate is packaged as the core and contrib aspects now have dedicated locations. Since NHibernate 2.0 Alpha 1, ONLY THE CORE of the project is included at the link above. The Contrib Projects are now in a dedicated location: http://sourceforge.net/projects/nhcontrib There are a few new projects that are essential to investigate for your needs (for example the Burrow project). Also be sure to visit the wiki for these significant projects: http://nhcontrib.wiki.sourceforge.net See the end of this post for a partial list of these contrib efforts. The team at domain.dot.net has been working with 2.0.X since the first alpha, and following the progress of the trunk. In our opinion this beta has the high quality of prior betas and we recommend it for non-critical systems immediately as your risk policy allows. We’re working on a more detailed analysis coming soon on some of the key improvements. To download the code direct from the trunk use this SVN URL: https://nhibernate.svn.sourceforge.net/svnroot/nhibernate This is no minor update, as with this release they will align with the widely used and praised ‘Hibernate 3.2’ for Java. Here is a listing of the planned new features which are represented to varying degrees of complexness in this beta: read more...

Add a comment 4 comments | category: | Views: 236
tags: , , , , | tag it

14
kicks
published 2 months, 10 days ago, submitted by dengar007 dengar007 2 months, 14 days ago

frickinsweet.com — Quick overview on using Linq for NHibernate in an ASP.NET MVC Application. RhinoCommons, NHibernate and ASP.NET MVC Part 5 read more...

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

3
kicks
submitted by activa activa 2 months, 21 days ago

blog.activa.be — It has been almost one year since the last public release of CoolStorage.NET ("cool" open-source object mapper for .NET 2.0), but this doesn't mean the product was dead. A lot of people regularly downloaded the latest builds from CodePlex and I received a lot of great feedback, which finally lead to the release of version 1.2. read more...

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

12
kicks
published 2 months, 23 days ago, submitted by dengar007 dengar007 2 months, 23 days ago

frickinsweet.com — Part 4 of the RhinoCommons, NHibernate and ASP.NET MVC series. Here everything is tied together to create a simple MVC application. read more...

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

9
kicks
published 2 months, 16 days ago, submitted by Mike.Griffin 2 months, 26 days ago

entityspaces.net — Basically, the MySQL Connector/Net (5.2.2.0) provider treats BINARY(16) columns as Guids, though there is not real Guid (uniqueidentifier in Microsoft SQL) data type. However, it's not transparent, there are special read and write methods for it. If you're a MySQL fan let the folks over at MySQL know that you want a true data type for Guids and not an imposter. We appreciate the hard work the MySQL Connector/Net team is doing. After all, MySQL doesn't have a Guid type yet so they are doing what they can. However, we would rather see them lobby the core database engine team for a true Guid column type. How about you? read more...

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

10
kicks
published 2 months, 26 days ago, submitted by Mike.Griffin 2 months, 26 days ago

entityspaces.net — I have always built architectures on top of ADO.NET DataTables, they're fast (yes), flexible, and the power it provides is really pretty good. Additionally, as new features are added to ADO.NET they can then be easily absorbed. We were able to add LINQ to SQL to EntitySpaces by simply turning a LINQ query into an ADO.NET DataTable. Once we exchange the LINQ query for an ADO.NET DataTable the EntitySpaces architecture functions as normal since its underlying data structure is a DataTable. Pretty sweet. Here's a nice little trick in case you are not aware of it. read more...

Add a comment 12 comments | category: | Views: 245
tags: , , , | tag it

11
kicks
published 2 months, 24 days ago, submitted by Mike.Griffin 2 months, 27 days ago

entityspaces.net — Part One described the process of getting Silverlight to interact with a WCF web service, and showed how to bind EntitySpaces based data objects (WCF client proxies) to Silverlight controls, specifically a DataGrid control. While there were a lot of pages of review in Part One, it was mostly point-and-click “configuration coding”, as MyGeneration, EntitySpaces, and Visual Studio did most of the work for us. But showing data in a grid isn’t very exciting. It’s time to look at some interaction with data and give EntitySpaces a little more credit than just a data wrapper. read more...

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

9
kicks
published 2 months, 27 days ago, submitted by dengar007 dengar007 2 months, 28 days ago

frickinsweet.com — Part 3 of RhinoCommons, NHibernate and ASP.NET MVC Setting up the very simple model for use in our ASP.NET MVC application. read more...

Add a comment 4 comments | category: | Views: 143
tags: , , , , | tag it

12
kicks
published 2 months, 28 days ago, submitted by dengar007 dengar007 2 months, 29 days ago

frickinsweet.com — Configuring the application. read more...

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

14
kicks
published 2 months, 30 days ago, submitted by dengar007 dengar007 2 months, 30 days ago

frickinsweet.com — Using Rhino Commons, NHibernate and ASP.NET MVC for quick website development. Part 1 (Setting everything up) read more...

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

8
kicks
published 3 months, 7 days ago, submitted by dengar007 dengar007 3 months, 7 days ago

frickinsweet.com — Using NHibernate in a web project (Specifically ASP.NET MVC but will work w/ WebForms also). read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge