Emily GibsonJul 21, 2010 at 9:29 AM1
MSDN Online Media
Avg Rating: 5
(1)
Stop starting new projects with ASMX Web Services or .NET Remoting. Now that we have your attention, let’s get serious. These two technologies are so 2002! You need to start learning Windows Communication Foundation (WCF) if you haven't already. This is
the platform for connected applications on…
In this episode of 10-4, we discuss how the development of data-driven web applications has evolved in ASP.NET and how in the .NET Framework 4 it becomes even easier. Whether you're working on a new or existing application, getting your UI to light up model-level
metadata/validation becomes as…
In this episode of 10-4, we discuss a new feature coming in the next release of ADO.NET Data Services: server-driven paging. This allows you to constrain the size of result sets that can be requested by clients, eliminating potentially problematic scenarios.
In addition, clients can also now…
Emily GibsonJul 21, 2010 at 9:30 AM1
MSDN Online Media
Avg Rating: 3
(2)
The third session from this Firestarter event covers REST programming with Windows Communication Foundation (WCF).Stop starting new projects with ASMX Web Services or .NET Remoting. Now that we have your attention, let’s get serious. These two technologies are so 2002! You need to start learning…
Emily GibsonJul 21, 2010 at 9:30 AM0
MSDN Online Media
Avg Rating: 3
(3)
The second session from this Firestarter event covers the most common Windows Communication Foundation (WCF) usage configurations.Stop starting new projects with ASMX Web Services or .NET Remoting. Now that we have your attention, let’s get serious. These two technologies are so 2002! You need to…
TPL Dataflow (TDF), System.Threading.Tasks.Dataflow, builds upon the foundational layer for asynchronous and concurrent programming using Tasks provided in TPL in .NET 4. TDF is a complementary set of primitives to those delivered in TPL in .NET 4, addressing additional scenarios beyond those…
Emily GibsonJul 21, 2010 at 9:31 AM0
MSDN Online Media
Avg Rating: 0
The fourth session from this Firestarter event covers Windows Communication Foundation (WCF) Data and Rich Internet Application (RIA) Services.Stop starting new projects with ASMX Web Services or .NET Remoting. Now that we have your attention, let’s get serious. These two technologies are so…
Emily GibsonJul 21, 2010 at 9:31 AM0
MSDN Online Media
Avg Rating: 0
The last session from this Firestarter event covers what's new with Windows Communication Foundation (WCF) 4.0.Stop starting new projects with ASMX Web Services or .NET Remoting. Now that we have your attention, let’s get serious. These two technologies are so 2002! You need to start learning…
Orleans is a Microsoft Research (MSR) project and managed (.NET) software framework for building client + cloud applications. As outlined in the recently released paper on the topic: Orleans defines an actor-like model of isolated grains that communicate through asynchronous messages and…