Sign In
Guy Burstein
Experiences of a Developer Evangelist in Israel
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
.Net Framework 3.5
.Net Framework 4.0
.Net RIA Services
Addins
ADO.Net
ADO.Net Data Services
ADO.Net Entity Framework
ADO.Net Sync Services
ASP.Net
ASP.Net MVC
Java
LINQ to SQL
Media Pack
Silverlight
Silverlight Streaming
SQL Server 2008
TechEdIsrael2008
Twitter
Visual Studio 2008
Visual Studio 2010
WCF
WF4
Windows 7
Windows Azure
Xaml
Archive
Archives
July 2009
(1)
June 2009
(1)
May 2009
(9)
April 2009
(7)
March 2009
(2)
February 2009
(3)
December 2008
(1)
November 2008
(1)
October 2008
(1)
August 2008
(3)
July 2008
(5)
May 2008
(5)
April 2008
(3)
March 2008
(4)
MSDN Blogs
>
Guy Burstein
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Guy Burstein
Windows 7: Create Flickr Federated Search Connector with .Net
Posted
over 3 years ago
by
Guy Burstein [MSFT]
1
Comments
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...
Guy Burstein
Getting Started with jQuery in Visual Studio 2008
Posted
over 3 years ago
by
Guy Burstein [MSFT]
3
Comments
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...
Guy Burstein
Twitter API From C#: Getting a User’s Time Line
Posted
over 3 years ago
by
Guy Burstein [MSFT]
4
Comments
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...
Guy Burstein
ASP.Net MVC on Windows Azure | ASP.Net MVC Web Role
Posted
over 3 years ago
by
Guy Burstein [MSFT]
4
Comments
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...
Guy Burstein
WF/WCF using Visual Studio 2010 and .NET Framework 4 Training Kit
Posted
over 3 years ago
by
Guy Burstein [MSFT]
0
Comments
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...
Guy Burstein
WF 4.0: Long Running Custom Activities with Bookmarks and NativeActivity
Posted
over 3 years ago
by
Guy Burstein [MSFT]
2
Comments
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...
Guy Burstein
WF 4.0: Code Only Custom Activities for Atomic Actions | CodeActivity, CodeActivity<T>
Posted
over 3 years ago
by
Guy Burstein [MSFT]
5
Comments
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...
Guy Burstein
WF 4.0: How to Execute a Worklflow (WorkflowInvoker vs WorkflowInstance)
Posted
over 3 years ago
by
Guy Burstein [MSFT]
3
Comments
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...
Guy Burstein
WF 4.0: Building a Hello World Sequential Workflow
Posted
over 3 years ago
by
Guy Burstein [MSFT]
3
Comments
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...
Guy Burstein
XAML in .Net 4.0: Attached Properties, IAttachedPropertyStore and AttachablePropertyServices
Posted
over 3 years ago
by
Guy Burstein [MSFT]
1
Comments
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...
Guy Burstein
XAML in .Net 4.0: Serialization and Deserialization using XamlServices
Posted
over 3 years ago
by
Guy Burstein [MSFT]
2
Comments
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...
Guy Burstein
.Net RIA Services: Custom Validation
Posted
over 3 years ago
by
Guy Burstein [MSFT]
0
Comments
.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...
Guy Burstein
.Net RIA Services: Sharing Code between the Client and Server
Posted
over 3 years ago
by
Guy Burstein [MSFT]
0
Comments
.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...
Guy Burstein
.Net RIA Services Part 3: DataForm and Validation
Posted
over 3 years ago
by
Guy Burstein [MSFT]
2
Comments
.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...
Guy Burstein
ASP.Net DomainDataSource with Select Parameters
Posted
over 3 years ago
by
Guy Burstein [MSFT]
0
Comments
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...
Guy Burstein
Using DomainDataSource in ASP.Net
Posted
over 3 years ago
by
Guy Burstein [MSFT]
2
Comments
Using DomainDataSource in ASP.Net In ASP.Net 2.0 we were introduced to this concept of Data Source controls. We got the ObjectDataSource , XmlDataSource and SqlDataSource that let us bind a GridView or a ListBox to some data without having to write any...
Guy Burstein
Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 2
Posted
over 3 years ago
by
Guy Burstein [MSFT]
2
Comments
Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 2 This is the second post 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...
Guy Burstein
Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 1
Posted
over 3 years ago
by
Guy Burstein [MSFT]
3
Comments
Build a Simple Application with .Net RIA Services (Silverlight 3) – Part 1 This is the first post in a series of posts about building applications with Microsoft .Net RIA Services and Silverlight 3 . In this post I will create a new application, create...
Guy Burstein
Download MIX09 Sessions and Watch Offline
Posted
over 3 years ago
by
Guy Burstein [MSFT]
2
Comments
Download MIX09 Sessions and Watch Offline personally prefer watching sessions regardless of my Internet connection status, so I decided to download MIX09 sessions and watch offline . I collected the list of available sessions from MIX 09 , and...
Guy Burstein
Building an Occasionally Connected ADO.Net Data Service with “Astoria Offline” Preview
Posted
over 3 years ago
by
Guy Burstein [MSFT]
2
Comments
Building an Occasionally Connected ADO.Net Data Service with “Astoria Offline” Preview This is a step by step walkthrough of creating a new ADO.Net Data Service that support offline and synchronization with the recently released “Astoria Offline” alpha...
Guy Burstein
IIS7 Smooth Streaming is now in Beta
Posted
over 3 years ago
by
Guy Burstein [MSFT]
1
Comments
IIS7 Smooth Streaming is now in Beta As of today, the Smooth Streaming Extension for IIS7 is in Beta . With this extension, video viewers can get much better experience by starting up instantly, seeking instantly, and getting the best quality that their...
Guy Burstein
New Release for Oxite: An ASP.Net MVC Sample Application
Posted
over 3 years ago
by
Guy Burstein [MSFT]
1
Comments
New Release for Oxite: An ASP.Net MVC Sample Application Oxite is a sample ASP.Net MVC application , that provides guidance, extensions and best practices for building ASP .Net MVC applications . The famous application built using Oxite is MIX Online...
Guy Burstein
Create a Strongly Typed CRUD UI With ASP.Net MVC RC
Posted
over 3 years ago
by
Guy Burstein [MSFT]
3
Comments
Create a Strongly Typed CRUD UI With ASP.Net MVC RC In this post I will show the tooling enhancements in ASP.Net MVC that lets you build CRUD ( List, Details, Create and Edit ) actions very fast. With a little amount of code we can create a good starting...
Guy Burstein
Building an IE8 Visual Search Suggestion Provider for my Twitter Friends
Posted
over 4 years ago
by
Guy Burstein [MSFT]
0
Comments
With the upcoming release of Internet Explorer 8 , one of the new features in it that I am most excited about is the Visual Search Suggestions . In my main blog I posted a guide on how to build a Visual Search Suggestion Provider that displays a list...
Guy Burstein
Visual Studio 2010 and .NET Framework 4.0 Training Kit - November Preview is now Available
Posted
over 4 years ago
by
Guy Burstein [MSFT]
1
Comments
Visual Studio 2010 and .NET Framework 4.0 Training Kit - November Preview is now Available The November preview of the Visual Studio 2010 and .NET Framework 4.0 Training Kit is now available for download . This preview includes the following content:...
Page 1 of 2 (46 items)
1
2