-
|
The Best from DevelopMentor
|
MORE
|
-
Significant Advances in Unit Testing Windows Workflow
Then I heard through some inside sources that this MSDN Magazine article was about
to This post describes a unit testing library for testing Windows Workflow Foundations.
It It is not a framework like HarnessIt , NUnit ,
or
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
-
MSDN Magainze: Web Apps That Support Long-Running Operations
pleased to announce that MSDN Magazine just published my Windows Workflow article
entitled I'm
pleased entitled
"ASP.NET
WORKFLOW: ASP.NET
WORKFLOW: WORKFLOW: Web Apps That Support Long-Running Operations"
I
Michael C. Kennedy's Weblog
- Wednesday, December 24, 2008
-
EF 4.0 N-Tier Support: Take 2
About a year ago I wrote an article for MSDN Magazine outlining one possible solution to this problem. Following the release of Visual Studio 2010 and .NET NET 4.0 Beta 2 , the Entity Framework team put out a second CTP for Entity Framework 4.0,
Tony and Zuzana's World
- Thursday, November 12, 2009
-
T4 POCO Templates for L2S and EF
In my MSDN Magazine article on SOA Data Access I recommend exposing Data Transfer Objects (DTOs) from the Data Access Layer (DAL). These objects should be Plain Old CLR Objects (POCOs) that are Persistent Ignorant (PI), eschewing traces of any particular persistence technology. (How’s How’s that for an alphabet soup of acronyms?!)
Tony and Zuzana's World
- Friday, January 16, 2009
-
Hot Off the Presses: SOA Data Access!
I wrote an article for the December issue of MSDN Magazine, which has just hit the streets:
The title is: Flexible Data Access With LINQ To SQL And The Entity Framework , and you can download the accompanying code here .
The purpose of the article is to provide a practical approach for developing real-world data-driven applications with either LINQ to SQL or the Entity Framework that use a layered, n-tier architecture. Developers currently face daunting challenges when it comes to developing these types of applications, even though it is these types of apps are the bread
Tony and Zuzana's World
- Thursday, December 4, 2008
-
Better N-Tier Concurrency Management for the Entity Framework
I just wrote an article for MSDN Magazine (due out in December) about developing n-tier applications for both LINQ to SQL and the Entity Framework. While researching the topic, I noticed a certain awkwardness with the Entity Framework API when it came to managing concurrency with a timestamp fields, as compared with LINQ to SQL. L2S has an overloaded Attach method that accepts a bool asModified parameter indicating the presence of a timestamp field used for concurrency.
Tony and Zuzana's World
- Saturday, November 8, 2008
-
Better Late Than Never
Forgot to mention that my MSDN Magazine article on WF came out a few months back...
http://msdn.microsoft.com/en-us/magazine/dd252947.aspx
Cheers!
Cheers!
...Tags: Tags: Programming W