DCSIMG
.Net Framework 4.0 - Guy Burstein's Blog

Guy Burstein's Blog

Developer Evangelist @ Microsoft

News

Guy Burstein The Bu

Disclaimer
Postings are provided 'As Is' with no warranties and confer no rights.

Guy Burstein LinkedIn Profile

Browse by Tags

All Tags » .Net Framework 4.0 (RSS)
סיכום ההכרזות בכנס המפתחים השנתי PDC10
במהלך הרצאת המליאה של כנס המפתחים השנתי של מיקרוסופט (Professional Developers Conference) שנערך השבוע במטה החברה ברדמונד, הציגו סטיב באלמר, מנכ"ל החברה ובוב מוגליה, נשיא חטיבת השרתים וכלי הפיתוח, כיצד החברה ממשיכה לפתח את פלטפורמת מיקרוסופט החל מה- PC, דרך הטלפון ועד הענן. דגש מיוחד ניתן להתקדמות והתפתחות Windows Azure, Internet Explorer 9, Windows Phone 7 וההזדמנויות הקיימות למפתחים מעל פלטפורמות אלה כיום ובעתיד. צפו בהרצאת המליאה מתוך PDC10 (שעתיים בקירוב) צפו בכל הרצאות הכנס הזמינות לצפייה...
How to create a CSHTML and WebMatrix TweetMeme Helper
How to create a CSHTML and WebMatrix TweetMeme Helper Microsoft has recently introduced the first beta of its new stack for building great web sites – WebMatrix . One of the key components of WebMatrix is the ASP.Net Web Pages “Razor” Syntax (or simply: CSHTML ) that lets you write C# code inside the HTML markup. Helpers in WebMatrix Among the new possibilities and simplicity that this approach brings to people who build web sites, there is also the notion of Helper . Helpers are a way to use a single...
Windows Server AppFabric Beta 2 is Available
Windows Server AppFabric Beta 2 is Available On Monday, March 1st, we announced on the Window Server blog that Windows Server AppFabric Beta 2 is available for download . First publicized at PDC 2009, Windows Server AppFabric is a set of application services focused on improving the speed, scale, and management of Web, Composite, and Enterprise applications. Note that this Beta is compatible with Visual Studio 2010 RC . Developers and IT pros can expect the following benefits from Windows Server...
Visual Studio 2010 and .Net Framework 4.0 Beta 1 Is Publically Available
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
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
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>
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
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)
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
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
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
Visual Studio 2010 Beta 1 is Available for MSDN Subscribers Go get it , I already did!
.Net RIA Services: Custom Validation
.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
.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
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...
More Posts Next page »