Silverlight

Microsoft TechDays Canada 2009: 2 days - 7 cities - 5 tracks - 40 sessions - plus more!

In planning this year’s TechDays conference, we made some significant changes to the developer tracks: they were reformulated into:

  • A “tools and techniques” track, called Developer Fundamentals and Best Practices, for which my friend and fellow Developer Evangelist John Bristowe is the track lead
  • A “technologies” track, called Developing for the Microsoft-Based Platform, which I lead.

As the track lead for the Developing for the Microsoft-Based Platform track at TechDays Canada 2009 conference, I thought I’d take the time to talk about it and praise its virtues.

Designing the Track

Each track lead has the responsibility of designing his or her track. We pored over all the sessions from TechEd North America 2009, consulted with developers or IT pros for their opinions on what topic they’d like covered and came up with a selection of 8 sessions for each track.

When choosing my sessions, I kept these philosophies in mind:

  • TechDays is about current tools, technologies and techniques. That means talking about stuff you can get your hands on and use in production right now: Visual Studio 2008, .NET 3.5, SQL Server 2008, and so on. Visual Studio 2010, .NET 4.0 and Azure are fascinating tools and tech, but they’re not yet on the market, so they’re not in TechDays. We made a few exceptions for a couple of things that are coming out right around now: version 3.0 of Silverlight and the Expression suite and Windows 7.
  • TechDays is about giving the audience the biggest bang for the buck. It’s more than simply taking the content from the TechEd North America conference (which has a steep registration fee and you have to also factor in the costs of flying to and staying in New Orleans) and bringing it close to home with local speakers and a reasonable price tag. It’s also about choosing the content that best serves an an audience that uses Microsoft tools and tech in their day-to-day work. There’s no point in rehashing presentations that the audience has already seen a dozen times before, and neither does it do any good to cover topics that are interesting but impractical. I tried to strike a balance — in choosing the sessions for my track, I kept this question in mind: What sort of things will this audience be using that they aren’t using yet?
  • TechDays is more than just throwing random information at the audience. A track needs to be more than just a collection of sessions simply thrown together. It works best if it’s a set of sessions whose topics fit together to form a cohesive whole, almost as if telling a story. While picking out the track’s sessions and arranging them, I tried to set things up in such a way to best show the possibilities that open up when you develop on the Microsoft-based platform. 

The Developing for the Microsoft-Based Platform Track

The Developing for the Microsoft-Based Platform track breaks down into four topic areas, as shown in the diagram below:

platform_track_chart

The topic areas are:

  1. Day 1 morning: Rich UIs
  2. Day 1 afternoon: Client Tech
  3. Day 2 morning: ASP.NET MVC
  4. Day 2 afternoon: Web Services

They’re explained in greater detail below.

Day 1 – Front End: User Interface and Experience

Day 1 of the Developing for the Microsoft-Based Platform is about building the front end, that layer of our applications with which the user interacts, and about giving the user the best experience possible.

The morning will be an introduction to the latest version – version 3 – of our rich interface technology Silverlight and our rich interface-building tool, Expression Blend. In the afternoon, we’ll shift the focus to building client technology by looking at the PRISM guidelines for building applications with modular Silverlight- and WPF-based front ends and the API code pack for building .NET applications that take advantage of Windows 7’s new UI features.

The tools and technologies covered on Day 1 are:

  • Silverlight 3
  • Expression Blend 3
  • WPF
  • Windows 7
  • Windows 7 API Code Pack for the .NET Framework
  • Windows Mobile

Day 1 Morning: Rich UIs

Track Introduction
Presented by Joey deVilla
9:00 a.m. – 9:15 a,m.


Session 1: What’s New in Silverlight 3
Presented by Cory Fowler
9:15 a.m. – 10:30 a.m.
Cory Fowler Rich internet applications just got richer! Silverlight 3 is packed with new features and improvements that your users will notice, from pixel shaders to perspective 3D to animation enhancements to bitmap APIs to HD video. We think you’ll also be impressed by the features for developers, such as the updated style model, data binding improvements, better resource handling, and a tuned-up Web services stack. In this session, we’ll explore new features of Silverlight 3 as we build a Silverlight-based application using Expression Blend 3 and Visual Studio.

Session 2: Expression Blend for Developers
Presented by Barry Gervin
10:50 a.m. = 12:05 a.m.
Barry Gervin Not a designer? Overwhelmed by Expression Blend? Not a problem! We’ll show you how to use Expression Blend to create advanced and polished user interfaces for business applications, consumer applications, multimedia projects, games or anything in between. We’ll cover features of Expression Blend from a developer’s perspective and show how it works in tandem with Visual Studio throughout the development process. You’ll learn how to create professional-looking user interfaces and visual elements – even if you don’t think of yourself as an interface designer.

Day One Afternoon: Client Tech

Session 3: Building Modular Applications Using Silverlight and WPF
Presented by Rob Burke
1:10 p.m. – 2:25 p.m.
Rob Burke How do you build extensible and maintainable line-of-business applications in Silverlight and Windows Presentation Foundation (WPF)? How do you design and code to handle real-world complexity? Composite Application Guidance (a.k.a. "PRISM") offers guidance, libraries and examples – in small, free-standing, digestible chunks – that you can use to build applications with rich user interfaces that are also easier to maintain and extend. You’ll learn how to compose complex UIs from simpler views, integrate loosely coupled components with "EventAggregator" and "Commands", develop independent modules that can be loaded dynamically, and share code between Silverlight and WPF clients.

Session 4: Optimizing Your Apps for the Windows 7 User Experience
Presented by Anthony Vranic
2:45 p.m. – 4:00 p.m.
Anthony Vranic This session will show you the Windows 7 APIs that will let your applications – and your users – get the full Windows 7 experience. Learn about new extensibility methods to surface your application’s key tasks. Discover how enhancements to the taskbar, Start Menu, thumbnails, desktop elements, the Scenic Ribbon, Federated Search and Internet Explorer 8 provide new ways for you to delight your users and help make them more productive. If you want to give your users the best Windows 7 experience, this session is for you!

Bonus Session: Taking Your Application on the Road with Windows Mobile® Software
Presented by Mark Arteaga and Anthony Bartolo
4:20 p.m. – 5:30 p.m.

Mark Arteaga and Anthony Bartolo As a developer of .NET-based applications, you can extend your desktop software to the Windows Mobile-based platform using the tools available within Visual Studio®, the Windows Mobile SDK and the .NET Compact Framework. This session will give you an overview of how Windows Mobile lets you use your existing infrastructure, business logic, and desktop code on a mobile device to innovate and help solve business problems. We’ll show you how to use the familiar Microsoft .NET Framework and .NET-based programming languages like Visual C#® development tool. You will also learn about new features in Windows Mobile 6.5 such as the Gesture APIs and the Widget Framework and how to use them appropriately. With the launch of Windows Marketplace for Mobile upon us, this session will help you take the next step for application testing and submission.

Day 2 – Back End: Programming Frameworks and Principles

On Day 2, the track moves to the back end, focusing on server-side programming tools and technologies, and even wandering into the area of technique.

The morning’s sessions concern themselves with the new option for developing web applications using ASP.NET: ASP.NET MVC, the alternative framework based on the Model-View-Controller pattern, in the same spirit of such frameworks as Ruby on Rails, Django and CakePHP. The afternoon will be about writing web services using various Microsoft technologies.

The tools, technologies and techniques covered on Day 2 are:

  • ASP.NET MVC
  • The SOLID principles of object-oriented design
  • WCF
  • REST (REpresentational State Transfer)
  • SharePoint

Day 2 Morning: ASP.NET MVC

Track Introduction
Presented by Joey deVilla
9:00 a.m. – 9:15 a,m.

Session 1: Introducing ASP.NET MVC
Presented by Colin Bowern
9:15 a.m. – 10:30 a.m. 
Colin Bowern You’ve probably heard the buzz about Model-View-Controller (MVC) web frameworks. They’re all the rage because they combine speed, simplicity, control…and fun. ASP.NET MVC is Microsoft’s MVC web framework, and in this session, we’ll talk about the MVC pattern, explain the ideas behind ASP.NET MVC and walk through the process of building an application using this new web framework. We’ll also cover several techniques to get the most out of ASP.NET MVC and deliver web applications quickly and with style.

Session 2: SOLIDify Your Microsoft ASP.NET MVC Applications
Presented by Bruce Johnson
10:50 a.m. – 12:05 a.m.
Bruce Johnson Object-oriented programming makes it easier to manage complexity, but only if you do it right. The five SOLID principles of class design (one for each letter) help ensure that you’re writing applications that are flexible, comprehensible and maintainable, and we’ll explain and explore them in this session. We’ll start with a brittle ASP.NET MVC application that’s badly in need of refactoring and fix it by applying the SOLID principles. This session is a good follow-up for Introducing ASP.NET MVC, but it’s also good for developers of ASP.NET MVC looking to improve their code – or even if you’re not planning to use ASP.NET MVC. The SOLID principles apply to programming in any object-oriented language or framework.

Day 2 Afternoon: Web Services


Session 3: Building RESTful Services with WCF
Presented by Bruce Johnson
1:10 p.m. – 2:25 p.m.
Bruce JohnsonREST (REpresentational State Transfer) is an architectural style for building services, and it’s the architectural style of the web. It’s been popular outside the world of Microsoft development for a long time, but it’s quickly becoming the de facto standard inside as well. Windows Communication Foundation (WCF) makes it simple to build RESTful web services, which are easy to use, simple and flexible. In this session, we’ll cover the basics of REST and the show you how to build REST-based, interoperable web services that can be accessed not just by Microsoft-based web and desktop applications, but anything that can communicate via HTTP from an Ajax client to a feed readers to mobile device to applications written using other languages and frameworks such as PHP, Python/Django or Ruby/Rails.

Session 4: Developing and Consuming Services for SharePoint
Presented by Reza Alirezaei
2:45 p.m. – 4:00 p.m.
Reza Alirezaei The world gets more service-oriented every day, and with that comes the demand to integrate all kinds of services, including those from SharePoint. This session introduces SharePoint as a developer platform and provides an overview of how you can build and deploy custom services with it. The focus will be on developing ASP.NET and Windows Communication Foundation services for SharePoint as well as building a Silverlight client to consume them.

This article also appears in Canadian Developer Connection.

{ 0 comments }

"Silver Thunder" parody poster for "Silverlight on the Silver Screen"

Don’t forget that Silverlight on the Silver Screen, ObjectSharp’s free seminar on Silverlight 3, Expression and SketchFlow takes place in Toronto this Thursday at the Scotiabank Theatre. If you’d like to learn more about the rich-UI applications that you can build with Silverlight 3 and Expression and how quickly you can design and prototype user interfaces and interactions using SketchFlow, you’re going to want to catch this event. For more details about this event, see my earlier article on Silverlight on the Silver Screen and the Silverlight on the Silver Screen official site.

{ 0 comments }

Silverlight on the Silver Screen: One Week Away!

by Joey deVilla on July 2, 2009

This article also appears in Canadian Developer Connection.

You’ve got to hand it to ObjectSharp: when they do a parody, they pull out all the stops:

"Silverlight on the Silver Screen" "Star Wars" parody poster

Next Thursday, June 9th – exactly one week from today — ObjectSharp will host Silverlight on the Silver Screen, a presentation on the upcoming revision of Silverlight, Silverlight 3, along with Expression Blend, SketchFlow, Windows 7’s touch technology, Microsoft Office SharePoint System (MOSS), Visual Studio 2010 and Team System. They’ll cover all sorts of things, including:

  • How to design user interactions with SketchFlow
  • Integrating rich applications using SharePoint and Visual Studio Team System
  • Building rich line-of-business applications with Silverlight and .NET RIA Services
  • Tying together rich media and advertising with the Microsoft platform
  • Touch tech with Windows 7 and WPF

There’ll be something for you, no matter which of the “Three Ds” – designer, developer or decision-maker – you are!

Silverlight on the Silver Screen will take place at the Scotiabank Theatre (259 Richmond Street West, just west of  John) on Thursday, July 9th from 9:00 a.m. to 12:00 p.m..

Registration is free – all you have to do is visit the Silverlight on the Silver Screen registration page to sign up. I’ll see you there!

{ 1 comment }

31 Days of Silverlight

by Joey deVilla on July 2, 2009

This article also appears in Canadian Developer Connection.

July 2009 calendar showing each date as a Silverlight logo

31 Days of SIlverlight is a series of blog posts posted through the month of July by Microsoft Developer Evangelist Jeff Blankenburg (yes, the same guy behind the Toughest Developer Puzzle Ever, which was covered in the previous post).

For each day in July 2009, Jeff will post a fairly in-depth article on his blog covering some aspect of Silverlight development. He says that they’ll be “100- to 300-level in difficulty” (introductory to upper-intermediate) and will provide enough information for someone new to Silverlight could start from scratch building the examples.

So far, he’s posted two articles, both with plenty of examples and downloadable source code:

  1. Mouse Events in Silverlight
  2. Silverlight Screen Transitions

These first two articles are packed with information; with them alone, a Silverlight newbie should be able to build a HyperCard-like application or “Choose Your Own Adventure”-style game without much trouble. At this rate, by the time July is over, there’ll be enough material published in the series to make a decent book or course. I’m looking forward to seeing the rest of 31 Days of Silverlight!

{ 0 comments }

Movie theatre with the Silverlight logo projected on the screen

The covers will be coming off our next generation of user experience tools and technologies on July 9th. That’s when Microsoft will be unveiling Silverlight 3, which gives you the all the goodness of RIA (Rich Internet Application, although you can use Silverlight to make desktop apps as well) with out the PITA (Pain In The Anterior regions).

To help promote Silverlight 3, we and our pals at ObjectSharp will be co-hosting Silverlight on the Silver Screen live at the Scotiabank Theatre (259 Richmond Street West, at John Street) in Toronto on the morning of Thursday, July 9th from 9:00 a.m. till noon (and yes, the event is free). The ObjectSharpies are early adopters of SIlverlight and have forgotten more about it than most people will ever learn. As seasoned pros, they’ll share their stories and wisdom about the next-gen version of Silverlight, as well as associated tech such as Expression Blend, SketchFlow and the touch technologies in Windows 7.

Joining them will be my friends from the DPE team, who’ll be there to talk about the opportunities offered by Microsoft’s “UX3” platform – they’re a great way for your development team and business to stand out in the crowd and give your customers a great user experience.

And yes, the accordion might make an appearance.

As I said earlier, the event is free and takes place on the morning of Thursday, July 9th. All you have to do to attend is register at the Silverlight on the Silver Screen page!

Movie poster-style banner for "Silverlight on the Silver Screen"

{ 0 comments }

This article also appears in Canadian Developer Connection.

Sliverlight Tour logoIf you’ve been meaning to get into building rich internet applications using Silverlight, you might want to check out The Silverlight Tour. Billed as “a worldwide three-day course on Silverlight”, the Tour mixes lectures, demonstrations and hands on labs, covering Silverlight development from three angles:

  • Design
  • Development
  • Server-Side Code

The Silverlight Tour people have been keeping up with the latest developments. While they cover development in Silverlight 2, they’ve already updated their seminars to cover the latest and greatest features in the upcoming Silverlight 3.

According to their site, here’s what you get:

  • 3 days of intensive Silverlight 2 and 3
  • Coverage of Expression Blend and Visual Studio
  • Architect Silverlight Solutions
  • Understand the full Control Model and Customization
  • Data Access and Web Services

The full details are covered in their workshop outline.

They’ve announced a set of Canadian tour dates, most of which are in the summer:

  • Montreal: July 13 – 15
  • Vancouver: July 20 – 22
  • Ottawa: August 3 – 5
  • Quebec City: August 10-12
  • Toronto: November 11 – 13

Registration for this hardcore three-day workshop is $1995 – the registration page is here.

{ 1 comment }

What the Internet is For

Before I begin, here’s a quick reminder of what the Internet is for…

and it seems to be true all over the world. Don’t take my word for it; here’s the Israeli production of Avenue Q saying the same thing, but in Hebrew:

Now that you’ve been told what the internet is for — by both an actual internet professional (that would be me) and a big Broadway stage production, no less – we can continue.

Silverlight and Playboy

If you ever get the chance, I highly recommend browsing through Playboy. Not the issues from this era or maybe even the past 20 or so years, but the Playboy of earlier times; the Playboy that dispensed the best advice on which hi-fi system to buy, provided good cocktail recipes, had great articles and interviews and featured the works of all sorts of writers, including John Updike, Stanley Elkin, Kurt Vonnegut, Saul Bellow, Joyce Carol Oates and Margaret Atwood.

You can do just that right now, thanks to the Playboy Archive, where 53 issues from Playboys past, spanning the time period from 1954 to 2005 are available for your reading pleasure, online and free of charge. The issues were scanned in at high resolution and placed into a Silverlight-powered browsing interface, as shown below:

Playboy archive home page

The Best Damn Use for Deep Zoom, Ever!

The Playboy Archive takes advantage of Silverlight’s Deep Zoom feature, which combines using images at different levels of magnification and smooth animation to allow for a “zoom in/zoom out” effects. Most demos of this feature cover something boring like maps or paintings by the Old Masters; I think Playboy’s application of Deep Zoom to look at ladies without pants is far more entertaining.

Let’s take a relatively-safe-for-work look, shall we? I’m going to show you the September 1962 issue, whose centerfold is so tame by today’s standards that the skin lotion ads on the Toronto subway are far racier in comparison.

Here’s a reduced version of the first zoom level of the issue, showing you about a dozen pages at a time:

Septmeber 1962 Playboy, "pages" view

If I were to click on a specific pair of pages, let’s say the centerfold, I’d get the level 2 zoom, a reduced version of which is shown below:

Septmeber 1962 Playboy centerfold, zoom level 2

Oh, the hayloft! How I love the hayloft! But I digress.

A subsequent click yields zoom level 3:

Septmeber 1962 Playboy centerfold, zoom level 3

And finally, because her brown eyes are very compelling, I think I’ll click once more to get zoom level 4.

Septmeber 1962 Playboy centerfold, zoom level 4

Remember, these screen captures were reduced to fit this blog’s format. The actual screen images are larger!

But What if You Read Playboy for the Articles?

“I read it for the articles!” used to be the classic justification for reading Playboy. It also was true, at least in part – Playboy often got interviews with people that more “mainstream” and “respectable” publications would never have a hope of or even think of getting. The Playboy Archive features an interview with Jawaharlal Nehru (India’s first Prime Minister, and you know, the jacket guy!) from the October 1963 issue:

Full-page view of Nehru interview in October 1963 Playboy

and as with the centerfolds or any other parts of the magazines featured in the Playboy Archive, the Nehru interview can be viewed in Deep Zoom:

Closeup of Nehru interview text from October 1963 Playboy

Think of it as a bonus treat if you can’t find your glasses or if you wanted to examine early 1960s typographic and kerning techniques.

What are just as fascinating as the articles – if not more fascinating sometimes – are the ads, especially the Mad Men-esque ones from the late 50s and early 60s, Like the creations of Sterling Cooper, they were quite reliant on the text to evoke images in the reader’s mind. Consider this ad for London Fog overcoats:

October 1963 Playboy "London Fog" ad, zoomed out

…and here’s a close-up look at the text, courtesy of Deep Zoom:

Close0up of the text from the "London Fog" ad in the October 1963 Playboy

It’s as if Don Draper himself wrote that copy!

But enough of this eruditon. Let’s get back to the porn, shall we?

Internet Explorer 8 and its Excellent “Porn Mode”

You may have heard that Internet Explorer 8, the latest version of Microsoft’s browser, was released this week. If you’re using Internet Explorer 7 or worse, Internet Explorer 6, ditch them now. Internet Explorer 8 is a much better, more compatible browser that shows signs of Microsoft’s increasing willingness to play well with others.

Internet Explorer 8 (which I’ll refer to as IE8) features what we in the industry like to refer to as “porn mode”. Porn mode, simply put, is a slightly different mode of operation in which the browser doesn’t keep any record of your browsing history. As long as you use it when browsing sites like YouPorn, your browser won’t keep showing “YouPorn” as a possible choice when someone else hops on your computer and tries to access YouTube.

Activating Porn Mode in IE8 is easy. From the Safety menu (located near the upper right-hand corner of the window), select InPrivate Browsing (that’s the socially acceptable name for Porn Mode), as shown below:

ie8_porn_mode_1

You’ll get a new browsing window with all sorts of anonymizing features, including not saving the names and locations of sites you visit in your browser’s history!

While IE8 isn’t the first browser to feature Porn Mode, it very clearly tells you when you’re in Porn Mode and when you’re not. Here’s what the address bar looks like in regular mode:

Internet Explorer 8 address bar in normal operation

And when in Porn Mode, it’s quite clear via both the title and the big blue “InPrivate” indicator in the address bar:

Internet Explorer 8 address bar showing InPrivate browsing mode active

Having these explicit cues telling you when the browser is and isn’t in Porn Mode is going to be a lifesaver, believe you me.

Combine Them!

If you combine the Playboy Archive’s excellent application of Silverlight with the cover-your-tracks feature of IE8’s Porn Mode…well, I think that’s an exercise that I’m going to leave to you, Gentle Reader. I hope you have fun out there on the ‘net, and never let it be said that The Empire didn’t do nuthin’ for ya!

How Do I Get This Wonderful Stuff?

You didn’t think I’d leave you high and dry and not tell you how to get Silverlight and Internet Explorer 8, did you?

{ 4 comments }

This article originally appeared in Canadian Developer Connection.

Microsoft Silverlight logo

Silverlight 3 Beta

Today at the MIX ‘09 conference, we rolled out the beta for Silverlight 3, the next iteration of our rich internet application platform. Version 3 adds a lot of new features including:

  • Out of Browser Capabilities. Silverlight 3 applications aren’t just confined to the browser. Users can install and run them from their desktops – either Windows or Mac OS – and without having to download any additional runtimes or plugins. Better still, these desktop Sliverlight apps can detect whether the machine is connected to the internet and can also auto-update.
  • Richer Graphics. There’s support for perspective 3-D graphics, pixel shader effects, a bitmap API, bitmap caching of vectors, text and controls, support for themed applications, new animation effects, enhanced control skinning and improved text rendering and font support.
  • HD Video and Audio. Support for H.264/AAC, 720p+ live and on-demand streaming, true HD playback in fullscreen mode and support for third-party codecs.
  • Better application features, including:
    • New GUI controls, including their source code
    • Support for “deep linking”: it’s now possible to bookmark a page contained within a Silverlight app
    • SEO tools: The content of your Silverlight apps can be mirrored into HTML so your app can be indexed by search engines
    • Enhanced data support
    • Improved performance

Expression Blend 3 Preview

Microsoft Expression Blend Also available is the preview version of Expression Blend 3, the “designer/developer workflow tool” for building interfaces for Silverlight and WPF projects. As with Silverlight 3, Expression Blend 3 adds a lot of new features including:

  • Sketchflow: a tool that lets you tool for quickly creating application prototypes, complete with interactivity.
  • Behaviors, which let you add interactivity to an application without having to write code
  • Photoshop and Illustrator file import
  • Improved design and development experience

An Important Note for People Currently Building Silverlight 2 Apps

Do not install Silverlight 3 development tools on a machine that you’re using to build Silverlight 2 apps! Visual Studio doesn’t support targeting multiple versions of Silverlight; if you install Silverlight 3 tools, you won’t be able to build Silverlight 2 apps anymore!

My recommendation is:

  • If you’re going to be working on Silverlight 2 projects, install Silverlight 3 tools on a machine that you’re not using for Silverlight 2 production.
  • If you’re like me and not doing any work on Silverlight apps at the moment and want to get started, go ahead and grab the beta.

Finding Out More About Silverlight 3 Beta and Expression Blend 3

You can find out more about both on the Silverlight 3 Beta page.

Getting Silverlight 3 Beta and Expression Blend 3 Preview

Both are available at the Silverlight 3 Beta download page. You can also follow the links below:

{ 0 comments }

Eclipse4SL: A Silverlight Plugin for Eclipse

by Joey deVilla on March 10, 2009

Darth Vader and Trekkies: "See? I play well with others!"

I wouldn’t have joined Microsoft if I hadn’t seen signs of a newfound willingness to play well with others. You can see the latest sign in eWeek’s report of Soyatec’s Eclipse4SL, which enables Eclipse developers to build Silverlight applications.

Eclipse4SL is an open source plugin for the Eclipse IDE and Rich Client Platform. According to the Eclipse4SL site, it has these features:

    • Increased Interoperability: Eclipse will contain functionality that will help Java Developers build Silverlight applications that work better with Java Web Services using REST, SOAP, JSON and other standards.
    • Silverlight Project System and Silverlight Compiler: Eclipse will contain both an advanced project system for creating Silverlight applications and media experiences as well as a compiler for packaging Silverlight applications for deployment.
    • XAML Editor & Preview with code hinting and code completion: Eclipse will contain an advanced, standards-compliant XAML editor with code hinting and code hinting features which helps detect and correct coding errors.
    • Full compatibility with Microsoft’s Development and Design Tools: The XAML and Silverlight projects created by Eclipse will be fully supported by both Microsoft Visual Studio and Microsoft Expression Studio tools.

Eclipse4SL is currently in beta, and the 1.0 version is expected to be released in June.

{ 2 comments }