-
|
The Best from DevelopMentor
|
MORE
|
-
Purchasing Visual Studio 2010
Amazon sells various versions of Visual Studio 2010. Visual Studio Professional. Visual Studio Premium. Visual Studio Utlimate. Visual Studio 2010 Feature Comparison. Microsoft Visual Studio Team Explorer 2010. Microsoft Visual Studio Team Foundation Server 2010. Microsoft Visual Studio Team Foundation Server 2010 CAL. Microsoft Expression Studio 3. MSDN Magazine. May require one or more Microsoft Visual Studio Load Test Virtual User Pack 2010. Plain.
The Blomsma Code
- Tuesday, July 13, 2010
-
MSDN Magainze: Web Apps That Support Long-Running Operations
I'm pleased to announce that MSDN Magazine just published my Windows Workflow article entitled. Tags: Books DevelopMentor Visual Studio 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
-
EF 4.0 N-Tier Support: Take 2
Following the release of Visual Studio 2010 and.NET 4.0 About a year ago I wrote an article for MSDN Magazine outlining one possible solution to this problem. Open the Server Explorer in Visual Studio 2010 and a data connection to the Northwind database. You may need to attach Northwind to SQL Express using Management Studio. Create a class library project using Visual Studio 2010 and name it NorthwindData. Beta 2 , the Entity Framework team put out a second CTP for Entity Framework 4.0, Entity Framework 4.0 Move the Northwind.Types.tt
Tony and Zuzana's World
- Thursday, November 12, 2009
-
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. Running these tests inside Visual Studio we get all green! 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). Scott Allen. Thanks Matt! Enjoy!
Michael C. Kennedy's Weblog
- Sunday, January 18, 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). Simply stated, it’s a code-generation tool that’s built into Visual Studio! The T4 template uses as its “data source the.dbml file created when you add a “LINQ to SQL Classes item to your Visual Studio project. file extension that you can add to a Visual Studio project. How’s that for an alphabet soup of acronyms?!) The answer: None. Well, that’s not entirely accurate. Enjoy.
Tony and Zuzana's World
- Friday, January 16, 2009
-
MDN - Augusta Developer Event, 27th of August 2009.
Building on this you’ll get a dip into template languages seeing both T4 which is part of Visual Studio and VB9 XML literal templates in order to understand the strength of each approach. Introduction to Visual Studio T4. An introduction to a somewhat hidden feature in Visual Studio: Text Template Transformation Toolkit or T4 for short. MEF supports Microsoft efforts like Visual Studio 2010, but it can also play a role in your current applications. The MDN meeting on the 27th of August, 2009 will be an INETA sponsored event. Location.
The Blomsma Code
- Monday, July 27, 2009
-
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. and Visual Studio 2010. use two sets of T4 templates (a code-generation technology built into Visual Studio): One set is used by the Data Access Layer on the service side to generate both the ObjectContext container class and POCO classes that serve as DTO’s but have an ObjectState property. Download code for this post here. NET client. Enjoy.
Tony and Zuzana's World
- Friday, February 19, 2010