Sign in
IUpdateable from Eric Nelson (http://ericnelson.wordpress.com)
Cross posted from my primary blog http://ericnelson.wordpress.com. Please comment on my primary.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
.NET 3.0/Vista
.NET 3.5
.NET 4.0
.NET Framework
101
6weeksazure
ADO.NET
AIC
Architecture
Azure
AzureTools
blogging
Book
CI
Cloud Computing
CrossPost
Data
Database Development
dvcs
EF4
Entity Framework
Events/Training
Events/Training UK
FlashFeed
FREE
Fun/Gaming
Gaming
HTML5
IE10
IE9/HTML5
ISV
ISVs
Java et al
LINQ
Misc
Office 2007 Dev
Open Source Software
Other
Pages
PC (erknel on steam)
Personal
Phone
Podcast
Poll/Survey
Q&A
Q&A
Ruby and DLR
S+S/SaaS
SaaS
Silverlight
Social Gaming
Software Development
SQL Azure
SQL Server
SQL Server 2005
SQL Server 2008
StoreTips
Surface
Survey
SyncToBlog
Tool
Tools
UK
UX/Silverlight
Visual Basic
Visual Studio 2005
Visual Studio 2008
Visual Studio 2010
VS2012
WCF et al
Web Dev
Web Development
Windows 7
Windows 8
Windows Azure
Windows Azure Platform
Windows Phone
Windows Phone 8
Windows Server 2008
Windows8
Windows8; Events
Work
Workflow
WPF
Browse by Tags
MSDN Blogs
>
IUpdateable from Eric Nelson (http://ericnelson.wordpress.com)
>
All Tags
>
q&a
Tagged Content List
Blog Post:
QandA: Is the ADO.NET Entity Data Model designer fixed in .NET 4?
Eric Nelson UK
[I haven’t done QandAs for a long while – very remiss of me.] Anyway, I have been asked this one so many times lately that I felt a more public answer was needed. The short answer is: Mostly. Certainly it is good enough to get work done. The longer answer is below… History In the first version of Entity...
on
24 Nov 2009
Blog Post:
Q&A: When can I rely on my customers having .NET Framework 3.5 SP1?
Eric Nelson UK
The current situation is roughly: The majority of PCs have a version of the .NET Framework A fair number of PCs do not have the .NET Framework A fair number of PCs have .NET Framework 1.1 A lot more PCs have .NET Framework 2.0 A lot of PCs have .NET Framework 3.0 In comparison, relatively few (bare in...
on
5 Nov 2008
Blog Post:
Q&A: How can I use LINQ with new data types in SQL Server 2008 such as the geospatial types?
Eric Nelson UK
This one has come up a few times. LINQ to SQL and LINQ to Entities in V1 do not currently support the newest types added to SQL Server 2008 nor do they support your own User Defined Types. More specifically: LINQ to SQL does not support the hierarchyID, geospatial, table or time types. UDTs are not supported...
on
15 Oct 2008
Blog Post:
Q&A: How do I debug ADO.NET Data Services?
Eric Nelson UK
It is great that so many folks have started investigating Data Services and the Entity Framework as a result of the MSDN events we have been delivering. Which does also mean I keep getting asked “Why doesn’t mine work?” kind of questions. The good news is the team did a comprehensive post to help you...
on
15 Oct 2008
Blog Post:
Q&A: How do I use ADO.NET Data Services with LINQ to SQL and enable read/write
Eric Nelson UK
ADO.NET Data Service gives you the ability to do: Read/Write with ADO.NET Entity Framework Read only with LINQ to SQL The reason it is read only for LINQ to SQL is that Data Services needs to object model that it is exposing to implement IUpdatable. LINQ to SQL does not. There is a solution...
on
14 Oct 2008
Blog Post:
Q&A: Multi targeting and Visual Studio 2008, how do I ensure I only use the available APIs?
Eric Nelson UK
This question has come up a couple of times in the last few weeks as developers move to Visual Studio 2008 but need to continue to work on Visual Studio 2005 projects. The good news is we have a comprehensive solution for this thanks to the Code Analysis/FxCop team. However to use this you either need...
on
14 Oct 2008
Blog Post:
Entity Framework mapping scenarios
Eric Nelson UK
One thing I like to get across when I talk about the ADO.NET Entity Framework is that in V1 the Designer does not support all the capabilities of the underlying Entity Data Model (EDM) – and hence you will sometimes need to “roll up your sleeves” and start editing the underlying XML files (CSDL, MSL...
on
6 Oct 2008
Blog Post:
Q&A: Can I use LINQ with .NET Framework 2.0?
Eric Nelson UK
This question from one of my MSDN sessions has stumped me for a while. I know the new language features in Visual Studio 2008 (e.g. LINQ!) are compiler magic which ultimately spits out CLR 2.0 code – but what about the supporting assemblies? Hence… I parked it. Then… I stumble across a solution. LINQBridge...
on
6 Oct 2008
Blog Post:
Q&A: How to return multiple result sets from a stored procedure using LINQ
Eric Nelson UK
This one has come up for both LINQ to SQL and LINQ to Entities. The scenario is a reasonably common one. How to handle something like this: CREATE PROCEDURE [dbo].[ReturnMultipleRS] AS select * from customers select * from products LINQ to SQL: The solution is to add a method to the...
on
6 Oct 2008
Blog Post:
Q&A: Deciding between LINQ to SQL and LINQ to Entities
Eric Nelson UK
I keep getting asked this one. I have my own way of answering which ultimately ends up with “LINQ to Entities is the right choice for majority of scenarios, just expect a little pain”. In slightly more detail: If you only care about SQL Server AND you have complete control of the “shape” of the db schema...
on
5 Oct 2008
Page 1 of 1 (10 items)