Showing results for .NET 3.5 - Cesar de la Torre

Sep 28, 2008
0
0

New Application Architecture Guide (v.2.0) from Microsoft Patterns & Practices!!

Cesar De la Torre
Cesar De la Torre

Cool!, just a few days ago (Thu Sep 25 2008) Microsoft P&P have published a neat 'Application Architecture Guide' (v.2.0). It is great because "it is new", so it covers most of the new Microsoft dev technologies and application/architecture types we're dealing with, nowadays. :-) Even though P&P have published just "the begining", in ...

ArchitecturePatternsSOA
Sep 4, 2008
0
0

Optimistic Concurrency Updates using Entity Framework in N-Tier and N-Layer Applications (Part 2)

Cesar De la Torre
Cesar De la Torre

This is my second post about "Updating data using Entity Framework in N-Tier and N-Layer Applications". If you wanna read the basics, go to my first post here: http://blogs.msdn.com/cesardelatorre/archive/2008/09/04/updating-data-using-entity-framework-in-n-tier-and-n-layer-applications-short-lived-ef-contexts.aspx So!, I finished my first post ...

Entity-FrameworkWCF.NET 3.5
Sep 4, 2008
0
0

Updating data using Entity Framework in N-Tier and N-Layer Applications (short lived EF contexts) – (Part 1)

Cesar De la Torre
Cesar De la Torre

First of all, we are talking about using Entity Framework and how it fits within N-Tier and N-Layer applications, ok?, that’s our initial scenario. An N-Tier application is an application where you have 3 or more physical tiers. I mean with that things like, “Presentation/Client Tier”, “Application/Business Server Tier” and “Data Tier...

Entity-FrameworkWCF.NET 3.5
Jan 27, 2008
0
0

Design_Time_Addresses URL in WCF (.NET 3.5)

Cesar De la Torre
Cesar De la Torre

.NET 3.5 creates an ACL (Access Control List) for the namespace "http://+:8731/Design_Time_Addresses" during the installation of Visual Studio so users without administrator privilege are able to develop WCF services. The ACL is set to (UI), which includes all interactive users logged on to the machine. Administrators can add or remove users ...

WCFSOA.NET 3.5
Dec 15, 2007
0
0

Visual Studio 2008 and .NET Framework 3.5 Training Kit

Cesar De la Torre
Cesar De la Torre

There is a very nice training kit (which I'm using quite a lot) about the new Visual Studio 2008 and .NET Framework 3.5. It covers most of all the new .NET 3.5 features, like WPF, WCF, Workflow, Workflow-Services (SILVER), LINQ, C# 3.0, ASP.NET AJAX, VSTO, CardSpace, SilverLight, etc. I beleive it's been created/delivered by Microsoft DPE. :-) &...

.NET 3.5Visual Studio 2008