Guy Burstein's Blog

All about the newest tools and technologies from Microsoft

News

Guy Burstein
Work:
Microsoft Israel, 2 Hapnina st', Raanana
Israel
Email:
Or, use this form.
Guy Burstein The Bu

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

Guy Burstein LinkedIn Profile

TwitterCounter for @bursteg

The Bu

Links

Articles

Blogs I Read

Browse by Tags

All Tags » DEV (RSS)
ניפגש מחר בהרצאה First Look at Visual Studio 2010 IDE
ניפגש מחר בהרצאה First Look at Visual Studio 2010 IDE מחר בבוקר אעביר הרצאה בנושא ה חידושים ב- Visual Studio 2010 במסגרת יום עיון למפתחים. אני מאד מתרגש לקראת ההרצאה ובטוח שהיא הולכת להיות מעניינת ומהנה! כמו בכל הרצאה שלי – יהיו משחקים, תחרויות והפעלות לקהל, ואני מזמין את כל מי שמגיע מחר ויש לו חשבון Twitter, להשתמש בתגית vs2010day# במהלך ההרצאה. נתראה מחר!
Israel@PDC09 – המשלחת הישראלית לכנס המפתחים בלוס אנג’לס
Israel@PDC09 – המשלחת הישראלית לכנס המפתחים בלוס אנג’לס השבוע נפתחה ההרשמה ל- Professional Developer Conference שיתקיים בלוס אנג’לס בין ה- 17 ל- 19 בנובמבר. למי שלא מכיר, PDC הוא כנס עולמי שמיקרוסופט מקיימת מדי שנה / שנתיים ובו היא חושפת את חזונה הטכנולוגי לשנים הקרובות ומפתיעה בהכרזות מרעישות ביותר. רק לשם קבלת מושג, ב- PDC03 הוצגו הטכנולוגיות Avalon ו- Indigo שבשנת 2006 זכו להיות חלק מ- .Net Framework 3.0 ולהקרא WCF ו- WPF. ב- PDC05 הוצג לראשונה הרעיון של LINQ שיצא עם Visual Studio 2008, ובשנה...
Windows 7: Create .Net Flickr Federated Search Connector
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 sample uses Flickr API through Flickr.Net. In order to build your own version of this Flickr Federated Search Connector : Download Flickr.Net from CodePlex Acquire your API and Secret Keys for Flickr API . Create a new ASP.Net Web Application Create...
Windows 7: Register a New File Associations
Windows 7: Register a New File Associations Lets say I have a standard Windows Forms application that works with .guy file types (which is nothing but a text file): This application can be launched from the command line with a file name as an argument: > TextFilesViewer.exe SampleFile.guy In this case, the application displays the file contents in the multiline textbox above: private void ViewerForm_Load( object sender, EventArgs e) {   string [] args = Environment .GetCommandLineArgs();...
Getting Started with Windows 7 Development Through Windows API Code Pack
Getting Started with Windows 7 Development Through Windows API Code Pack   Windows 7 is said to be a great operating system, much more secure, faster and productive than its predecessors. As with every version of Windows, it also contains a huge amount of new features exposed for developers as API’s, unfortunately, as unmanaged code. The Windows SDK team is working on a project called Windows API Code Pack which provides managed wrappers for Windows API ’s. Downloading the Windows API Code Pack...
How to build a Simple IE8 Accelerator
How to build a Simple IE8 Accelerator This post is a step by step guide for building IE8 Accelerators. A Short Introduction to IE8 Accelerators Accelerators are used to make the user more productive while surfing the net, by: 1. Speeding up the process of getting additional information about a meaningful string (address, stock quote, a product, a twitter account name, etc). In this sample 2. Allowing user to perform a quick action on a selected text. From a technical perspective, Accelerators define...
Posted: Jun 29 2009, 01:08 PM by Guy Burstein | with 6 comment(s)
תגים:,
Getting Started with jQuery in Visual Studio 2008
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 In order to use jQuery in Visual Studio 2008 with IntelliSence a hotfix for Visual Studio 2008 must be installed: Download the hotfix from Connect Run the executable and extract its contents to a folder in your hard drive. Make sure all instances...
ASP.Net MVC on Windows Azure | ASP.Net MVC Web Role
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 ASP.Net MVC Application to Windows Azure . There are 2 ways to do this: Manually adding an ASP.Net MVC application as a Web Role (suitable both for a new ASP.Net MVC application and for an existing one). Use a Project Template to simply create a...
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...
WF 4.0: Building a Hello World Sequential Workflow
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 be slight different. Start Visual Studio 2010 Beta 1 and create a new Sequential Workflow Console Application. After you click OK, visual studio creates the new projects and creates a new WF project, in which there are some things you should know about...
More Posts Next page »