May 2009 - Posts
Twitter API From C#: Getting a User’s Time Line From Twitter API Documentation page : User Timeline: Returns the 20 most recent statuses posted from the authenticating user : http://twitter.com/statuses/user_timeline.xml It's also possible to request
Read More...
ASP.Net MVC on Windows Azure | ASP.Net MVC Web Role When you install Windows Azure Tools for Visual Studio, you only get a project template for an ASP.Net Web Role . In this post I’ll talk about how to create a new ASP.Net MVC Web Role or move an existing
Read More...
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
Read More...
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
Read More...
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
Read More...
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
Read More...
WF 4.0: Building a Hello World Sequential Workflow 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
Read More...
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
Read More...
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
Read More...