C
CharlesRCaplan
We are about to start serious design on a new app here. I would like
to use the Entity Framework stuff that's new in Framework 3.5 and
since it's not even officially released yet, I'm sure to have some
questions. So my question is
"microsoft.public.dotnet.framework.adonet" the best group to ask
questions about EDM and CSDL or is there a more appropriate place to
do so? Writing the schemas by hand doesn't look all that appealing but
it's still light-years better than writing a million SQL stored
procedures. Our userbase is relatively small but they want the app
ASAP, so I'm less worried about any potential loss of performance by
eliminating SQL stored procedures and more motivated by reduced
development time and lower maintenance requirements.
to use the Entity Framework stuff that's new in Framework 3.5 and
since it's not even officially released yet, I'm sure to have some
questions. So my question is
"microsoft.public.dotnet.framework.adonet" the best group to ask
questions about EDM and CSDL or is there a more appropriate place to
do so? Writing the schemas by hand doesn't look all that appealing but
it's still light-years better than writing a million SQL stored
procedures. Our userbase is relatively small but they want the app
ASAP, so I'm less worried about any potential loss of performance by
eliminating SQL stored procedures and more motivated by reduced
development time and lower maintenance requirements.