Sign in
Objects, Services, and the rants of a lunatic operating out of Microsoft
Have coffee, will travel...
Tags
.Net
Analysis Services
AppFabric
ASP.Net
ASP.Net Providers
Astoria
C#
Collections
Cubes
Data Access
Data Structures
Dependency Injection
Entity Framework
Federation
Free Code
humor
IIS
Life at Microsoft
LINQ
Math
Membership
Microsoft
MSMQ
OLAP
Patterns and Practices
PowerShell
PowerShell Automation
PowerShell Remoting
Profile
Reflection
Roles
Scripting
Security
Serialization
Services
SID
Silverlight
SOA
SOAP
TDD
Threading
T-SQL
Visual Studio
WCF
WF
Windsor
WS-Management
XAML
Browse by Tags
MSDN Blogs
>
Objects, Services, and the rants of a lunatic operating out of Microsoft
>
All Tags
>
data access
Tagged Content List
Blog Post:
Yes you can execute PARAMETERIZED sprocs with EF Fluent API Code Only (and more!)
Jimmy Zimms
This is really an add-on to this post here . Turns out most people were only thinking that you could execute SQL strings only as opposed to detailed parameterized SQL statements. That's not correct. It's all supported and approved. Scenario 1. Using Parameterized SQL statements So this covers...
on
15 Oct 2012
Blog Post:
Estimating the size a cube
Jimmy Zimms
where the set of D is dimensions and the set of M is measures. Let F(x) calculate the number of members and G(x) the size of the member. Debate. edit: I should have noted this is the approximation of the size. Depending on storage system there's obviously overhead to this.
on
14 Mar 2012
Blog Post:
Yes you can execute sprocs with EF Fluent API Code Only
Jimmy Zimms
OK let’s make this clear. You can totally call SQL Functions, SQL SPROCS, or any other raw SQL statement and use it in EF Code Only. What you don’t get is automatic or fluent API configuration statements that perform this mapping work for you and by default, no tracking occurs on the materialized...
on
16 Feb 2012
Blog Post:
Map private properties with EF Fluent API
Jimmy Zimms
So until we get EF 4.2 and the support for enumerations as first class citizens those of us needing support have resigned ourselves to the simple fact that we are forced to expose a property for the integer value for EF to use and wrap that value with a convenience property that casts it as the appropriate...
on
31 Aug 2011
Blog Post:
Interested in POCO Entity Framework 4?
Jimmy Zimms
Editorial note: EF 4.1 was released as part of the .Net 4 Platform Update 1 release. You should use the information at http://blogs.msdn.com/b/adonet/archive/2011/04/11/ef-4-1-released.aspx for training now. For those of you interested in POCO In EF4, here's a list of links that you should read to...
on
26 Jul 2010
Blog Post:
Unit Testing Repositories, a rebuttal. Or "How to use proper decoupling to unit test the repository pattern"
Jimmy Zimms
For primers, you need to read this post first: http://buffered.io/2008/07/29/unit-tests-boldly-crossing-boundaries-and-gently-breaking-rules/ So the other day I received an email from a group that I am assisting in understanding TDD, Test Concepts, and Separation of Concerns, and they asked, "Is this...
on
20 Jul 2010
Blog Post:
DataServices, IErrorHandlers, Exceptions and the Gulf between them.
Jimmy Zimms
OK I am going to let you in on a dirty little secret about Astoria based services. This secret is probably not even known to you. Ready to hear it? Really? Well here it is: You'd better never have anything go wrong as you'll never know it. It devours exceptions and is hungry for more! "What?!?...
on
1 Mar 2010
Blog Post:
Query Providers ARE Still Data Access Code!!
Jimmy Zimms
So everyone reading this (or at least hopefully everyone) will know that putting data access logic into the UI is anti-pattern of all anti-patterns. I am going to sidestep the issue of simple utilities and one-off screens and trivial applications for the purposes of this discussion. We're instead focusing...
on
11 Dec 2009
Blog Post:
Server Side Pagination in T-SQL / LINQ
Jimmy Zimms
OK it came as a shock to me that so many people were building huge sets of query data that they are binding in their UI and then deciding to page it at like 10 rows per page. I'm not talking about 1 or 2 or even 3 pages of data, I'm talking about hundreds here. If anyone thinks that schleping this much...
on
25 Jun 2008
Page 1 of 1 (9 items)