Categories
Uncategorized

The “Developing for the Microsoft-Based Platform” Track at TechDays Canada

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.

Categories
Uncategorized

TechDays Toronto Schedule and Details / FailCamp Toronto 3

microsoft_techdays_canada_2009

TechDays Canada 2009 is Microsoft Canada’s cross-country conference that shows you how to make the most of our currently available tools and technologies. A couple of weeks ago, we held the first TechDays 2009 conference in Vancouver, and it went quite well. This week, TechDays makes the second stop of its seven-city tour: Toronto, on Tuesday, September 29th and Wednesday, September 30th.

TechDays takes the content of the excellent-but-expensive TechEd North America conference, takes it to cities across Canada and pairs it with local speakers and makes it available at a very affordable price. It’s a learning conference, a chance to network with people from Microsoft and techies in your area and of course, a swag opportunity with the TechDays 2009 Learning Kit, which comes with $700 worth of stuff, including a TechNet Plus direct subscription.

For the benefit of the 1200 people who will be attending as well as those of your who are curious about the event, I put together this article which will cover the schedule and other details about TechDays Toronto.

Venue

toronto

TechDays Toronto takes place at the South Building of the Metro Toronto Convention Centre, right by the CN Tower and Rogers Centre (a.k.a. the SkyDome), located at 222 Bremner Boulevard, shown on the map below:

Map picture

Note that if you enter the Convention Centre via through Front Street, you’re entering the North Building. To get to TechDays Toronto from the North Building, go to the floor above street level and take the walkway/bridge to the South Building. The TechDays sessions will take place on Level 700 of the South Building.

Schedule

TechDays Toronto takes place on Tuesday, September 29th and Wednesday, September 30th. There’s a complimentary breakfast from 8:00 a.m. to 9:00 a.m. on both days, and the sessions start running at 9:00 a.m.. There’s an introductory session for each track on both days that runs from 9:00 a.m. to 9:15 a.m., where the track leads provide an overview of the day’s sessions.

Each track has two morning sessions spaced out by a 20-minute break, followed by 65-minute break for lunch.

Tuesday is the longer of the two days, as it has three afternoon sessions spaced out by 15-minute breaks; the third session is a bonus session. FailCamp Toronto 3 will take place Tuesday evening.

Wednesday has just two afternoon sessions, spaced out by a 20-minute break and will conclude at 4:00 p.m.

Day 1 (Tuesday, September 29th)

Time

Track 1:
Developer Fundamentals and Best Practices

Track 2:
Developing for the Microsoft-based Platform

Track 3:
Windows Client

Track 4:
Servers, Security, and Management

Track 5:
Communication and Collaboration

Track 6:
Developer Foundations

Room

Room 701A

Room 718A

Room 701B

Room 718B

Room 716

Room 717

8:00am to 9:00am

Breakfast

9:00am to 9:15am

Track Introduction

9:15am to 10:30am

Tips and Tricks for Visual Studio

What’s New in Silverlight 3

Microsoft Deployment Toolkit 2010: The Next Generation

From Zero to Live Migration: How to Set Up a Live Migration

Deploying Microsoft Office SharePoint Server 2007 in a Virtual World

S-O-L-I-D : The Five OO Principles that will Change your Life Forever

10:30am to 10:50am

Break (20 minutes)

10:50am to 12:05pm

Test Driven Development Techniques

Expression Blend for Developers

A Geek’s Guide to Windows User State Migration Tool 4.0

SCVMM 2008: Performance and Resource Optimization (PRO) and Management Integration

Versioning and Upgrade of SharePoint-based Solutions

Going from 0 to 100 Dollars per Hour with the .NET You Never Knew

12:05pm to 1:10pm

Lunch (65 minutes)

1:10pm to 2:25pm

Patterns for the Rest of Us

Building Modular Applications Using Silverlight and WPF

Easing the Migration from Windows XP to Windows 7

Microsoft SQL Server 2008 Virtualization Considerations and Best Practices

Comprehensive Security for Microsoft Office SharePoint Server 2007

Layers, the Secret Language of Architects

2:25pm to 2:45pm

Break (20 minutes)

2:45pm to 4:00pm

A Strategic Comparison of Data Access Technologies from Microsoft

Optimizing Your Apps for the Windows 7 User Experience

Working the Windows Recovery Environment (WinRE)

Monitoring UNIX/Linux with Microsoft System Center Operations Manager 2007 R2

Using Microsoft Dashboards, Scorecards, and Analytics to Monitor the Health of your IT Infrastructure

Refactoring for Fun and Profit

4:00pm to 4:20pm

Break (20 minutes)

Bonus sessions

4:20pm to 5:30pm

How ISVs can strengthen their business by Working with Microsoft

Taking Your Application on the Road with Windows Mobile Software

Application-Aware Data Protection with Dell EqualLogic

Interoperable Web Platform: IIS7, Web Platform Installer and Web App Gallery

TBD

TBD

5:30pm

Day 1 ends

7:00pm to 9:30pm

FailCamp Toronto 3 
For details, see below or visit Demo Ignite Camp’s event page.

 

Day 2 (Wednesday, September 30th)

Time

Track 1:
Developer Fundamentals and Best Practices

Track 2:
Developing for the Microsoft-based Platform

Track 3:
Windows Client

Track 4:
Servers, Security, and Management

Track 5:
Communication and Collaboration

Track 6:
Developer Foundations

Room

Room 701A

Room 718A

Room 701B

Room 718B

Room 716

Room 717

8:00am to 9:00am

Breakfast

9:00am to 9:15am

Track Introduction

9:15am to 10:30am

Practical Web Testing

Introducing ASP.NET MVC

Inside the Application Compatibility Toolkit 5.5

Reinventing Remote Access with DirectAccess

Architecture of Microsoft Exchange Server 2010

S-O-L-I-D : The Five OO Principles that will Change your Life Forever

10:30am to 10:50am

Break (20 minutes)

10:50am to 12:05pm

Better Software Change and Configuration Management Through TFS

SOLIDify Your ASP.NET MVC Applications

Solving Application Compatibility Issues Through Virtualization

BranchCache: Helping You Save on WAN Bandwidth Consumption at Branch Offices

Transition and Deployment of Microsoft Exchange Server 2010

Going from 0 to 100 Dollars per Hour with the .NET You Never Knew

12:05pm to 1:10pm

Lunch (65 minutes)

1:10pm to 2:30pm

Metrics That Matter: Using Team System for Process Improvement from Microsoft

Building RESTful Services with WCF

Windows-Based Application Readiness for Developers

Server Management Improvements in Windows Server 2008 R2

High Availability in Microsoft Exchange Server 2010

Layers, the Secret Language of Architects

2:30pm to 2:50pm

Break (20 minutes)

2:50pm to 4:00pm

Database Change Management with Team System Developing and Consuming Services for SharePoint No Budget for Tools? No Problem! Hot Tools on a Limited IT Budget Best Practices in Architecting and Implementing Windows Server Update Services (WSUS) Exchange Server 2010 Management Tools

Refactoring for Fun and Profit

4:00pm

Day 2 ends; conference wrap-up

mtcc_level_700_map

FailCamp Toronto 3

failcamp_toronto_3

Since we had the venue for two days, it meant that we had these nice large conference rooms available to us on the night of Day 1 of TechDays Toronto. Rather than let them just sit there, we thought it might be fun to put one of them to good use with a community event. We got in touch with Justin Kozuch of Refresh Events and Meghann Millard of Unspace, and thus FailCamp Toronto 3 was born!

FailCamp Toronto 3 is the third FailCamp we’ve held in Toronto. Created by Thomas Fuchs and Amy Hoy, FailCamp can best be described as a “celebration of failure”. It starts with an opening monologue covering failure in history, followed by a failure free-for-all in which some selected storytellers and audience members are invited to share their stories of failure – and more importantly, the lessons learned from them. We’ll award prizes to the most spectacular stories of failure, and we’ll head to the pub afterwards!

FailCamp Toronto 3 takes place in room 716, South Building, Metro Toronto Convention Centre at 7:00 p.m. on the evening of Tuesday, September 29th. For more information about FailCamp Toronto 3 and to register to attend (it’s free!), see the FailCamp event page.

This article also appears in Canadian Developer Connection.

Categories
Uncategorized

TechDays Vancouver 2009: Day Two at the “Microsoft Platform” Track

Vancouver Convention Centre and waterVancouver Convention Centre, as seen from the Fairmont Hotel across the street

Yesterday marked Day 2 of the TechDays Vancouver 2009 conference. The track that I’m in charge of is the most broad one: Developing for the Microsoft-Based Platform. With such a wide array of topics that I could cover, I decided to focus on four areas that I and the people I surveyed thought would be both important and interesting:

  • Rich (Internet) Applications
  • The “Software” half of “Software + Services”, namely client applications on computers and other devices
  • ASP.NET MVC, the model-view-controller web app framework that I like to call “Rails That Scales”
  • The “Services” half of “Software + Services”: services accessible via the internet

Day 1 was about the first two, and Day 2 covered MVC and Services.

The Track in a Nutshell: MVC and Services for Day 2

The morning featured two ASP.NET MVC sessions. First, Charles Nurse of DotNetNuke presented Introduction to ASP.NET MVC, which was aimed at ASP.NET developers looking to make the leap from WebForms or to see what MVC is all about. Daniel Flippance of Habaneros provided a great follow-up presentation with SOLIDify Your ASP.NET MVC Applications, which matched two great topics – our new web application framework and the SOLID principles of object-oriented design (which I covered back in July with this article).

Charles Nurse and Daniel Flippance presenting at TechDays Vancouver 2009Charles Nurse and Daniel Flippance

The afternoon was all about services. We started with Phil Bolduc presenting Building RESTful Services with WCF, which covers two topics that Microsoft developers are just starting to pick up. After that came Ho Yan Leung, whose session was Developing and Consuming Services for SharePoint. As you can see in his photo below, you can find Windows 7 and Microsoft platform development in places you wouldn’t expect:

Ho Yan Leung and his MacBook at TechDays Vancouver 2009Ho Yan Leung

(Phil: I got sidetracked during your presentation and didn’t get a chance to snap your photo. My apologies!)

After the final session, we cleared out the presentation halls, gathered for a post-conference meeting to discuss what went right, what went wrong and what we should do at the next stop on the TechDays tour, which is Toronto on the 29th and 30th. We packed the demo machines in their nigh-indestructible flight cases:

Flight case holding several laptops

The red, green and blue machines are Dell Netbooks. They’re cute, but my stance on netbooks remains unchanged.
The really nice machines are the copper-coloured 16 gig “Dell-a-saurus” machines in the middle row.

We marked the end of TechDays Vancouver 2009 with strong drink and flaming teppanyaki:

Flaming teppanyaki, with Rick Claus saying "Funny, that's exactly what happens when I get my hands on a computer!"

[This article also appears in Canadian Developer Connection.]

Categories
Uncategorized

TechDays Vancouver: Scenes from the “Platform” Track

"Welcome" sign at Techdays 2009 Vancouver

It’s Monday, September 14th, which means that TechDays Canada 2009 has begun! We’re at the Vancouver Convention Centre in beautiful Vangroovy, the first city of sevencities we’re visiting in our tour. We’re travelling across Canada throughout the fall to show off the latest and greatest things that developers and IT pros can do with currently available tools and technologies from Microsoft.

"Welcome" sign at TechDays 2009 Vancouver, showing the Vancouver Convention centre behind it.

Last year, I was a mere presenter. This year, I’m the lead of the Developing for the Microsoft-Based Platform track whose abstract is below:

platform_track

Learning key skills to develop rich client and web-based applications on the Microsoft-based platform is what this track is all about. In this track you will learn how to develop rich, interactive and interoperable applications for both the client and the web using our newest tools and frameworks. You’ll learn how to build software that helps to give your users the best experience possible, whether it’s a program running on Windows 7, a website built on ASP.NET MVC or a Silverlight-based rich internet application. You’ll also learn how to build services that can deliver data to almost any platform and internet-enabled device. And finally, you’ll learn how to build these software and services in ways that are modular and maintainable.

Here’s the room in which my track in taking place, as seen at 8:30 this morning (Pacific time, naturally), with a half-hour to go before the sessions began. We were already picking up a decent crowd:

Ballroom A filling up

First up was Zaheera Valani of the Silverlight team doing the presentation What’s New in Silverlight 3, where she showed off the features in the latest version of Silverlight. According to the rule of thumb for Microsoft software versions, this should be the version that really catches on, and the early signs indicate that this seems to be the case.

Zaheera Valani presenting "What's New in Silverlight 3" at TechDays 2009 Vancouver

As I write this, my co-worker in Microsoft Canada’s Developer and Platform Evangelism group, Qixing Zheng, is doing the Expression Blend for Developers session. That’s right, it’s not just for UI designers – it’s also a pretty good development tool:

Qixing Zheng presenting "Expression Blend for Developers" at TechDays 2009 Vancouver

Categories
Uncategorized

Your Last Day for TechDays Vancouver or Toronto at $299!

Microsoft TechDays Canada 2009: $299 - Last day!

Today is your last chance to register for TechDays Canada 2009’s Vancouver (September 14 – 15) and Toronto (September 29 – 30) conferences at the early bird price of CDN$299. Tomorrow, the price doubles to CDN$599 – that’s the price for procrastination!

I’ve written a lot about TechDays Canada 2009 lately, so I think I’ll close with this video shot by the folks at TechVibes on the last leg of the TechDays Canada 2008 tour: Vancouver. It features my coworkers Rick Claus (IT Pro Evangelist) and Qixing Zheng (User Experience Evangelist) as well as Yours Truly (Developer Evangelist) talking about TechDays:


Techvibes at Microsoft Tech Days 2008 from Techvibes.com on Vimeo.

With the work we’re putting into TechDays, we think it’ll be the conference that offers you the most conference for your hard-earned dollars. It features big-league sessions delivered by local people plus great resources for you to take home (and to work) and supercharge the way you work with technology. You really should register today, while the early bird price is still in effect.

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

Categories
Uncategorized

TechDays Toronto and Vancouver: 2 Days Left for the Early Bird Rate

techdays_299_2_more_days

The early bird registration price for TechDays Vancouver (September 14th – 15th) and TechDays Toronto (September 29th – 30th) will disappear after Monday, August 31st. If you want to catch TechDays at the ultra-cheap rate, you should register now!

Here’s a quick graphic recap of what TechDays Canada 2009 is all about:

Rather than asking Canadian developers and IT pros to fly far away to a conference and take a hit on the currency exchange, TechDays Canada 2009 takes the conference to them. We’re taking the sessions and information from conferences like TechEd, updating them with the latest information and bringing them to the following cities:

  • Vancouver (September 14 – 15…two weeks away!)
  • Toronto (September 29 – 30…a month from now)
  • Halifax (November 2 – 3)
  • Calgary (November 17 – 18)
  • Montreal (December 2 – 3)
  • Ottawa (December 9 –10)
  • Winnipeg (December 15 – 16)

TechDays Canada 2009 features the following tracks:

  • Developing for the Microsoft-Based Platform (which happens to be the track I’m in charge of)
  • Developer Fundamentals and Best Practices
  • Windows Client
  • Servers, Security and Management
  • Communications and Collaboration

And, as a bonus, we’ve got an extra track for Vancouver and Toronto: Developer Foundations, which contains sessions of a non-platform-specific nature covering best coding practices and good software engineering.

Attendees also get $700 worth of goodies, including a TechNet Plus Direct Subscription (which gets you Windows 7 for free, among other things), access to content from the TechEd conference, the TechDays 2009 Resource DVD, discounts on books and more.

TechDays presentations are given mostly by local people and attended by local people. If you want to get to know and network with developers, IT pros and techies in your area – and believe me, this sort of thing pays off in spades – TechDays Canada 2009 is a great place for it.

If you’re a developer or IT pro and work with the .NET platform – or are even just curious about it – you should be at TechDays Canada 2009. And if you like saving money, you’ll register before the end of Monday, August 31st.

Categories
Uncategorized

Reminder: 3 Days Left for TechDays Vancouver and Toronto at $299

TechDays Canada 2009: $299 for 3 more days

If you want to attend TechDays Vancouver (September 14 – 15) or TechDays Toronto (September 29 – 30) at the early bird rate, you’ve got 3 days left! After Monday, August 31st, you’ll have to pay the full $599. Register now and save!