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
13
kicks
published 5 days, 17 hours ago, submitted by dcarr dcarr 5 days, 23 hours 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: 212
tags: , , , , | tag it

12
kicks
published 26 days, 10 hours ago, submitted by dengar007 dengar007 1 month, 1 day 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: 241
tags: , , , , | tag it

3
kicks
submitted by activa activa 1 month, 6 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: 17
tags: , | tag it

11
kicks
published 1 month, 8 days ago, submitted by dengar007 dengar007 1 month, 9 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: 145
tags: , , , , | tag it

9
kicks
published 1 month, 2 days ago, submitted by Mike.Griffin 1 month, 11 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: 102
tags: , , , , | tag it

10
kicks
published 1 month, 11 days ago, submitted by Mike.Griffin 1 month, 11 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: 224
tags: , , , | tag it

11
kicks
published 1 month, 9 days ago, submitted by Mike.Griffin 1 month, 12 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: 108
tags: , , , , | tag it

9
kicks
published 1 month, 13 days ago, submitted by dengar007 dengar007 1 month, 13 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: 137
tags: , , , , | tag it

12
kicks
published 1 month, 13 days ago, submitted by dengar007 dengar007 1 month, 14 days ago

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

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

13
kicks
published 1 month, 15 days ago, submitted by dengar007 dengar007 1 month, 16 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: 313
tags: , , , , | tag it

8
kicks
published 1 month, 23 days ago, submitted by dengar007 dengar007 1 month, 24 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: 34
tags: , , , , | tag it

25
kicks
published 2 months, 5 days ago, submitted by dengar007 dengar007 2 months, 5 days ago

frickinsweet.com — Getting up and running with NHibernate. read more...

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

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

entityspaces.net — The EntitySpaces 2008 Beta II is now available. The version number is 2008.0.0427.0 and is available for download now on our home page read more...

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

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

jondavis.net — SubSonic, EntitySpaces, and a little humor .... read more...

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

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

entityspaces.net — If you noticed that I wasn't around much on the forums this past week you weren't imagining things. I was on vacation in Palm Beach Gardens, Florida. It's truly paradise on earth. read more...

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

7
kicks
published 3 months, 2 days ago, submitted by Mike.Griffin 3 months, 13 days ago

entityspaces.net — The casting logic is now in-place for EntitySpaces 2008. Let's look at a few quick examples so you can get a feel for how this new feature works. These examples are not be real world scenarios and were chosen to merely demonstrate the syntax. read more...

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

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge