Browse by Tags
Windows 7: Create .Net Flickr Federated Search Connector Windows 7 makes searching for content much easier with Federated Search . In this post I’ll talk about how to how to create a Flickr Federated Search Providers in .Net . Before We Start This
Read More...
Getting Started with jQuery in Visual Studio 2008 In this post I’ll talk about adding jQuery IntellSense in Visual Studio 2008 , and how to add jQuery to a simple Web Application inside Visual Studio 2008. jQuery IntelliSense in Visual Studio 2008 - KB946581
Read More...
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...
.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
Read More...
.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
Read More...
.Net RIA Services Part 3: DataForm and Validation This is the forth part in a series of posts about building applications with Microsoft .Net RIA Services and Silverlight 3 . In part 1 of this series I created a new application, created a simple data
Read More...
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
Read More...