Browse by Tags
All Tags »
.Net Framework 4.0 (
RSS)
Visual Studio 2010 and .Net Framework 4.0 Beta 1 Is Publically Available Downloads Video: How to Download and Install the Beta .NET Framework 4 Beta 1 Visual Studio Team System 2010 Team Suite Beta 1 Visual Studio 2010 Professional Beta 1 Visual Studio Team Foundation Server 2010 Beta 1 Training and Resources Visual Studio 2010 and .NET Framework 4 Training Kit - May Pre view What's New in Visual Studio 2010 Visual Studio 2010 Product Highlights WCF WF Samples for .NET Framework 4.0 Beta...
WF/WCF using Visual Studio 2010 and .NET Framework 4 Training Kit The Microsoft WF/WCF using Visual Studio 2010 and .NET Framework 4 Training Kit includes presentations, hands-on labs, and demos. This content is designed to help you learn how to utilize the Visual Studio 2010 features and a variety of WF and WCF new features. Learn basic workflow creation , hosting and running , and test-drive workflow development. Get an introduction to workflow services, communication between workflows...
WF 4.0: Long Running Custom Activities with Bookmarks and NativeActivity This is another post in my WF 4.0: Custom Activities series . In a previous post I have talked about creating a code only custom activity that performs a simple task. In this post I’ll talk about creating a more complex activities that takes inputs from the calling program during their execution. In the previous post WF 4.0: Code Only Custom Activities for Atomic Actions | CodeActivity, CodeActivity<T> I implemented the...
WF 4.0: Code Only Custom Activities for Atomic Actions | CodeActivity, CodeActivity<T> This is another post in my WF 4.0: Custom Activities series . In this post I’ll talk about creating a code only custom activity that performs a simple task. I’ll also use input and output parameters and talk about activities that returns a single value. A Simple Code Activity Lets start by building a simple activity that outputs a certain string to the console. To to that, lets add a new item of type Workflow...
WF 4.0: Custom Activities There are several ways to build custom activities in WF 4.0 : Xaml Based, Composite Activities Code Based Composite Activities Code Only Activities for Atomic Actions Code Only Activities for Long Running Operations In the following posts I’ll talks about each of those approaches and update the above links. Enjoy!
WF 4.0: How to Execute a Worklflow (WorkflowInvoker vs WorkflowInstance) Note : This post is based on Visual Studio 2010 Beta 1 which is the latest version available in the time of writing this post, so by the time this technology ships, there are probably things that will be slight different. There are two ways to execute a workflow: Using the WorkflowInstance class Using the WorkflowInvoker class Execute Workflows using WorkflowInstace When you create a new Sequential Workflow Console Application...
XAML in .Net 4.0: Attached Properties, IAttachedPropertyStore and AttachablePropertyServices Note : This post is based on Visual Studio 2010 Beta 1 which is the latest version available in the time of writing this post, so by the time this technology ships, there are probably things that will be slight different. In a previous post I’ve talked about XAML Serialization and Deserialization using XamlServices in .Net Framework 4.0 . In this post I’ll add to my data classes support for Attached...
XAML in .Net 4.0: Serialization and Deserialization using XamlServices Note : This post is based on Visual Studio 2010 Beta 1 which is the latest version available in the time of writing this post, so by the time this technology ships, there are probably things that will be slight different. In order to serialize and deserialize using XAML in .Net Framework 4.0 we have to reference a new assembly called System.Xaml.dll . Since XAML was originally used only in WPF, some features are dependent on classes...
Visual Studio 2010 Beta 1 is Available for MSDN Subscribers Go get it , I already did!
.Net RIA Services: Custom Validation This is another post in a series of posts about building applications with Microsoft .Net RIA Services and Silverlight 3 and ASP.Net . Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 1 Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 2 .Net RIA Services Part 3: DataForm and Validation .Net RIA Services: Sharing Code between the Client and Server Using DomainDataSource in ASP.Net ASP.Net DomainDataSource with Select...
.Net RIA Services: Sharing Code between the Client and Server This is another post in a series of posts about building applications with Microsoft .Net RIA Services and Silverlight 3 and ASP.Net . Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 1 Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 2 .Net RIA Services Part 3: DataForm and Validation Using DomainDataSource in ASP.Net ASP.Net DomainDataSource with Select Parameters ASP.Net QueryExtender...
ASP.Net QueryExtender Control and DomainDataSource Just another post about .Net RIA Services with Silverlight and ASP.Net. Previously, I wrote about Using DomainDataSource in ASP.Net and ASP.Net DomainDataSource with Select Parameters . In this post I am talking about the new ASP.Net QueryExtender Control , that applies additional filtering to the DomainDataSource. It does that by an additional expression to the expression tree that the DomainDataSource generates before hitting the DomainService...
ASP.Net DomainDataSource with Select Parameters Continuing with .Net RIA Services with Silverlight and ASP.Net. In the last port I wrote about Using DomainDataSource in ASP.Net , and showed its basic usage. In this post I’ll show a more advanced scenario in which you want to use a domain service select method that takes parameters , and get the parameter value from a control on the form. In the previous post, we had a GridView bound to a DomainDataSource that called a Select Method on the DomainService...
WCF REST Starter Kit Preview 2 Available on Codeplex The WCF REST Starter Kit is a set of features, Visual Studio templates, samples and guidance that enable users to create REST style services using WCF . While the October release of the WCF REST Starter Kit focused on building server-side REST services, the Preview 2 release adds features to make client-side REST development easier. Among the new functionality included in Preview 2 is a new class that provides a staged pipeline model for requesting...
ADO.Net Data Services Offline (“Astoria” Offline) – Alpha Preview While only a week ago, the Astoria team has announced ADO.NET Data Services v1.5 CTP1 . Today, an alpha preview of Astoria Offline just became available. ADO.NET Data Services v1.5 CTP1 is a tech preview of the next release of ADO.NET Data Services. It will initially target the .NET Framework 3.5 SP1 and Silverlight 2 platforms in a future version support the .NET Framework 4.0 platform. “Astoria Offline” enables developers to add...
More Posts
Next page »