Sign In
compiler padawan
My adventures learning how to build compilers.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
ADO.Net
Agile
Astoria
Book Report
compilers
D3
DDD
Entity Designer
Entity Framework
Pages
Performance
Random()
Web Services
WPF
Archive
Archives
February 2012
(1)
December 2010
(1)
November 2010
(2)
July 2010
(4)
April 2010
(2)
February 2010
(2)
January 2010
(5)
December 2009
(1)
November 2009
(2)
June 2009
(5)
May 2009
(7)
April 2009
(2)
February 2009
(5)
January 2009
(1)
October 2008
(3)
September 2008
(1)
August 2008
(8)
July 2008
(4)
June 2008
(3)
May 2008
(4)
April 2008
(2)
March 2008
(2)
February 2008
(3)
January 2008
(13)
December 2007
(9)
November 2007
(9)
October 2007
(1)
September 2007
(5)
August 2007
(1)
July 2007
(1)
June 2007
(2)
May 2007
(3)
March 2007
(5)
February 2007
(4)
August 2006
(5)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
compiler padawan
compiler padawan moves on
Posted
6 days ago
by
Daniel Simmons - MSFT
0
Comments
After nearly 15 years at Microsoft I've decided to leave the company and explore some programming adventures elsewhere. This Friday, February 3, 2012, will be my last day at Microsoft. It has been an absolutely GREAT experience, I have worked with some...
compiler padawan
system.data.objects dev guy becomes a compiler padawan
Posted
over 2 years ago
by
Daniel Simmons - MSFT
16
Comments
More than 5 years ago I joined what became the Entity Framework team and started an awesome adventure which taught me a lot and has given me many memories which I will treasure: Everything from a room of MVPs yelling at me (so much that one of them later...
compiler padawan
Simple WPF 2D Graphics: DrawingVisual
Posted
over 2 years ago
by
Daniel Simmons - MSFT
1
Comments
And now for something completely different… Over the last little while I’ve been working on a side project just for fun which involves some simple 2D graphics using WPF. Because I’m calculating the image I want to draw rather than it being...
compiler padawan
EF FAQ Relocation and Overhaul
Posted
over 2 years ago
by
Daniel Simmons - MSFT
3
Comments
It has been quite some time since I last updated the EF Frequently Asked Questions which makes them dramatically less useful to everyone. At its core, I think the reason for this delay is not just that I have been busy doing other things but rather...
compiler padawan
EF Query Tuning
Posted
over 2 years ago
by
Daniel Simmons - MSFT
2
Comments
Continuing on the topic of application performance tuning, let’s turn our attention specifically to the EF and take a look at some of what’s going on under the covers with EF queries. Question #1: Where is the hot path? The first thing to think about...
compiler padawan
Application Performance Tuning Philosophy
Posted
over 2 years ago
by
Daniel Simmons - MSFT
1
Comments
I’m in the process of embarking on some investigation and discussion with folks about performance tuning EF apps (in particular I’m going to dive into a critical area or two on my D3 project ), and the more I thought about this, the more convinced I became...
compiler padawan
D3: Implementing the WCF Service
Posted
over 2 years ago
by
Daniel Simmons - MSFT
0
Comments
D3 release 0.1322 is now available. The work that went into this release is all about building out the WCF service which D3 will use as the interface between our mid-tier and the client. I encountered a grab bag of issues along the way, so...
compiler padawan
EntityRoots – An EF Extensibility Exercise
Posted
over 2 years ago
by
Daniel Simmons - MSFT
2
Comments
A little while back I was working on a project for one of the other teams in the Data and Modeling Group where we were building an EDM which was not huge but nevertheless had a number of entity sets, and I was trying various strategies to make the model...
compiler padawan
Generating Business Logic “Hooks” for EF4 Entities
Posted
over 2 years ago
by
Daniel Simmons - MSFT
12
Comments
Once again a question in the EF MSDN Forum has prompted a blog post where I can give a more complete answer. If I understand things correctly, the person asking the question wanted a simple way to add business logic hooks to their entities which...
compiler padawan
D3: Test Fixture & Using a Fake Context While Testing a WCF Service
Posted
over 2 years ago
by
Daniel Simmons - MSFT
0
Comments
First off, I’ll point out that D3 Release 0.1012 is now available on code gallery. In addition to a foray into a custom, attribute-based text parser (which I’ll not discuss in detail here unless someone really wants me to since it has little...
compiler padawan
D3: Testing, TFS and a Teenager
Posted
over 2 years ago
by
Daniel Simmons - MSFT
4
Comments
It has been a couple months since I’ve put up a new release of D3, but that doesn’t mean I haven’t been working on it. Release 0.0814 is now available. This release is designed to work with VS2010 RC (available starting last week), but it should also...
compiler padawan
Cascade Delete and 1-to-1 (or 1-to-0..1) Relationships
Posted
over 2 years ago
by
Daniel Simmons - MSFT
5
Comments
Here’s another episode in my ongoing mission to help folks be successful using the Entity Framework, as well as to learn more about how folks use the Entity Framework so that each release will be better than the last. Today’s task: Using cascade delete...
compiler padawan
Deleting Foreign-Key Relationships in EF4
Posted
over 2 years ago
by
Daniel Simmons - MSFT
11
Comments
I try to keep up with blog posts on the net which involve the entity framework, and this afternoon I came across this post where someone had been experimenting with EF4 and encountered some cases where things didn’t behave as they expected. I started...
compiler padawan
Simple Query Results Caching with EF4
Posted
over 2 years ago
by
Daniel Simmons - MSFT
2
Comments
Recently I spent some time working with a customer who was working on converting an existing application which had originally been written against an old 4GL database technology to .Net and EF4. The programming patterns used in the app were a lot different...
compiler padawan
Check surroundings for safety
Posted
over 2 years ago
by
Daniel Simmons - MSFT
1
Comments
And now for something completely different… My wife took this picture recently, and every time I see it I can’t decide whether I want to laugh or run away screaming “NOT SAFE! NOT SAFE!” I’ll leave figuring out the context of the picture as...
compiler padawan
EF Merge Options and Compiled Queries
Posted
over 2 years ago
by
Daniel Simmons - MSFT
14
Comments
Recently there have been some questions about compiled queries and how they relate to merge options. As I looked into it I realized that I didn’t fully understand the details of how it all worked, so I walked down the hall and spent a little while...
compiler padawan
Handling Concurrency: It’s a Matter of Trust
Posted
over 2 years ago
by
Daniel Simmons - MSFT
1
Comments
(with apologies to Billy Joel <grin>) Last summer I wrote a few articles for MSDN Magazine about N-Tier patterns with the Entity Framework ( Entity Framework- Anti-Patterns To Avoid In N-Tier Applications , Entity Framework- N-Tier Application Patterns...
compiler padawan
D3: Rides Again – Now on VS2010 Beta 2
Posted
over 3 years ago
by
Daniel Simmons - MSFT
2
Comments
And you thought I might never post on D3 again. I know. I know. Jedi knights don’t wait 6 months for a follow-up blog post. 1 Well, the wait is finally over. I’ve put a new release of D3 up on code gallery. In this...
compiler padawan
AttachAsModified revisited
Posted
over 3 years ago
by
Daniel Simmons - MSFT
1
Comments
It seems like on a fairly regular basis these days I encounter a question or an issue about the EF to which the answer is “I know I wrote a blog post about that…” Then when I go search my blog and find the post I discover that the post was written...
compiler padawan
It’s time to rip up EntityBag and throw it away
Posted
over 3 years ago
by
Daniel Simmons - MSFT
0
Comments
A couple of years ago when the overall shape of what we would ship in the first release of the entity framework became apparent, I realized that one of the biggest issues users of that release would fight with was creating N-tier applications. So...
compiler padawan
D3: Building Great Software is a Battle, Don’t Leave Any Assets on the Sidelines
Posted
over 3 years ago
by
Daniel Simmons - MSFT
0
Comments
Another D3 release is up. This time I continued my focus on fundamentals. Some of this is tedious, but as I establish solid mechanics I’m starting to gain some momentum. The theme for today is using every last asset at your disposal to fight the battle...
compiler padawan
D3: Fun with Concurrency and Model First – Part 2
Posted
over 3 years ago
by
Daniel Simmons - MSFT
0
Comments
In my last post I began the story of how I added concurrency checking capabilities to D3—we conquered a bug in the model first workflow activities in VS 2010 beta 1. Next we need to look into ways to customize the SSDL generated so that the concurrency...
compiler padawan
D3: Fun with Concurrency and Model First – Part 1
Posted
over 3 years ago
by
Daniel Simmons - MSFT
0
Comments
The second D3 release is now up at: d3-0.0026.zip It’s the fruit of my labors pretty much full-time this week because it has been “App Week” on the EF team this week. What a great time! My kids got out of school for summer break last Friday (which...
compiler padawan
D3: Release 0.0010
Posted
over 3 years ago
by
Daniel Simmons - MSFT
2
Comments
OK folks, after way too much delay, I’ve finally gotten all my ducks in a row and begun the process of rewriting DPMud. Since my goal is to completely rebuild it from scratch, the process is going to take a while, and I intend to let you all look...
compiler padawan
Links: EF4 Podcast, N-Tier Anti-Patterns, and some thoughts about DDD
Posted
over 3 years ago
by
Daniel Simmons - MSFT
1
Comments
Here are a few more resources I hope you will find useful: Recently I had a conversation about EF4 with Carl and Richard of .Net Rocks, and it went up on their site today. Have a listen at http://www.dotnetrocks.com/default.aspx?showNum=451 . ...
Page 1 of 5 (122 items)
1
2
3
4
5
MSDN Blogs
>
compiler padawan