XDDN around Australia

2012-04-13 Thread David Burela
To try and streamline the XDDN groups around Australia, I have been working
with the organisers to create a few central locations for everything.
*(For those unfamiliar with XDDN, it is a usergroup that focuses on UX,
Design and Development on Microsoft UI platforms. Such as Win8, WinPhone7,
HTML5, etc.)*

*Twitter:* https://twitter.com/@XDDN_AU https://twitter.com/#!/XDDN_AU
*Melbourne: *http://www.meetup.com/Melbourne-XDDN/
*Sydney: *http://www.meetup.com/Sydney-XDDN/
*Perth: *http://www.meetup.com/Perth-XDDN/

The main reason for moving everything to Meetup is that it allows everyone
to easily see upcoming events and get automatically notified when new
events are created.
Having XDDN use Meetup.com also supports my other goals of getting more
people involved with their local development communities. Joining the
groups will allow you to easily find other local groups that you may want
to attend, such as Agile or Alt.Net groups.

Please join the group for your city, as the old event sites (such as
EventBrite) will be slowly decommissioned over the next few weeks.
-David Burela


Re: Dump EntityFramework for LLBLGen

2012-04-13 Thread djones147
There are limitations to EF. A project here was started with ef but soon ran 
into obstacles when the number of tables mapped was greater than the number 
possible in ef.  It's now using hand written dal that is a damn sight faster as 
well. 

EF / NHibernate are tools, use the right tool for the right job.

Davy

Hexed into a portable ouija board. 

-Original Message-
From: Arjang Assadi arjang.ass...@gmail.com
Sender: ozdotnet-boun...@ozdotnet.com
Date: Fri, 13 Apr 2012 11:05:45 
To: ozDotNetozdotnet@ozdotnet.com
Reply-To: ozDotNet ozdotnet@ozdotnet.com
Subject: Re: Dump EntityFramework for LLBLGen

One Word: EF Code First! and I haven't looked back ever since.
DAL is dead, Long live Entities

Regards

Arjang
On 13 April 2012 10:59, ifum...@gmail.com wrote:

 Been using llbLgen for years but finding that EF would do what i need.   *
 ***

 ** **

 Would save me a step(time) using EF in vs 2010 instead of generate DAL
 using LLblgen

 ** **

 Anyone have an opinion on this?

 ** **

 ** **

 Anthony