|
|
browse.develop.com
Browse.develop.com is a community that was established to collect and
organize valuable web information. Our technical staff have selected and
indexed information and courses that they feel will help you stay
current on best practices across the SDLC.
|
11 Articles match "Magazine","MSDN"
|
The Latest from DevelopMentor
|
MORE
|
|
Purchasing Visual Studio 2010
with MSDN. with new MSDN. with MSDN renewal. with new MSDN. with MSDN renewal. MSDN Subscription - Software for Production Use. MSDN Subscription - Software for Development and Test Use 4. MSDN Subscription benefits. Priority support in MSDN Forums. MSDN Magazine. MSDN Flash newsletter. MSDN Online Concierge. Amazon sells various versions of Visual Studio 2010. Here is an overview of versions and this will give you a good indication of prices. Below the prices is a feature comparison also…. Plain. UML 2.0
The Blomsma Code
- Tuesday, July 13, 2010
Trackable DTO’s: Taking N-Tier a Step Further with EF4
About a year ago I wrote an article for MSDN Magazine on how to track change-state on the client and transmit it to a service for persistence using LINQ to SQL, Entity Framework, or some other data access stack. Download code for this post here. Not long ago my friend and colleague Richard Blewett wrote a blog post on Self-Tracking Entities in EF4, in which he questioned the service-orientation of Self-Tracking Entities in EF4. Requiring a Java client to implement all that is asking an awful lot, and it couples the client too tightly to the service implementation. NET client.
Tony and Zuzana's World
- Friday, February 19, 2010
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 4.0 Beta 2 , the Entity Framework team put out a second CTP for Entity Framework 4.0, which includes enhancements to self-tracking entities. As the name implies, self-tracking entities know how to track their own state , so that it can be transmitted across service boundaries in an n-tier application. The idea is similar to what we’ve been able to do for several years with datasets. Entity Framework 4.0
Tony and Zuzana's World
- Thursday, November 12, 2009
|
-
|
The Best from DevelopMentor
|
MORE
|
-
MSDN Magainze: Web Apps That Support Long-Running Operations
I'm pleased to announce that MSDN Magazine just published my Windows Workflow article entitled. ASP.NET WORKFLOW: Web Apps That Support Long-Running Operations". hope you find it useful and interesting. All content copyright Michael C. Kennedy. All information, source code, and especially tools are provided as is and on a "use at your own risk" basis.
Michael C. Kennedy's Weblog
- Wednesday, December 24, 2008
-
Better Late Than Never
Forgot to mention that my MSDN Magazine article on WF came out a few months back. link]. Cheers!
-
Some personal things
2) My first article in the MSDN Magazine has been published: [link 1) Since April, 1st I am an MVP for Visual C++.
Marcus' Blog
- Tuesday, April 11, 2006
-
Significant Advances in Unit Testing Windows Workflow
Then I heard through some inside sources that this MSDN Magazine article was about to come out: Foundations: Unit Testing Workflows and Activities by Matt Milner. This post describes a unit testing library for testing Windows Workflow Foundations. It is not a framework like HarnessIt , NUnit , or MsTest. Rather it's a library that can be used in conjunction with any of these testing frameworks. Download the library with sample test project here: Kennedy.WorkflowTesting.zip (216 KB). You can also just jump to the code. If you like this post, be sure to. Scott Allen. Thanks Matt!
Michael C. Kennedy's Weblog
- Sunday, January 18, 2009
-
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 4.0 Beta 2 , the Entity Framework team put out a second CTP for Entity Framework 4.0, which includes enhancements to self-tracking entities. As the name implies, self-tracking entities know how to track their own state , so that it can be transmitted across service boundaries in an n-tier application. The idea is similar to what we’ve been able to do for several years with datasets. 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 that for an alphabet soup of acronyms?!) The point here is that the DAL truly encapsulates the API you’re using to fetch and update data, which makes it possible to swap out one data access stack for another without breaking the client. The answer: None. That’s all there is to it!
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. Another approach would be for a standards body of some sort to issue a universally accepted wire format for passing change-tracking data.
Tony and Zuzana's World
- Thursday, December 4, 2008
|
|
|