>
 Tuesday, August 14, 2007

In preparation for our upcoming .NET 3.5 Roadshow  (http://www.dotnetroadshow.com/) I am posting setup instructions for those who need some tips on setting up an environment to work with the latest technologies. If you can start using Visual Studio 2008 (Beta 2 available now), I highly recommend it - it gives you the latest .NET 3.0 tools for your WCF, WPF and WF projects. But, for those still using Visual Studio 2005, I have provided those links here as well.

Technorati Tags: , ,

8/14/2007 2:59 PM .NET 3.0 | .NET 3.5 | VS 2008  | Comments [14]  |  View reactions  |  Trackback
 Sunday, July 08, 2007

On my newest machine, I have a fresh installation of Windows Vista Ultimate that I installed Office 2007 to. After running Outlook 2007 the first time, Office 2007 goes through a configuration step that requires a reboot, but I received this error:

Error 1719: The Windows Installer service could not be accessed

There is an updated KB entry with recommended steps to fix the problem here: http://support.microsoft.com/kb/315346/en-us

This entry doesn't mention Vista at all, and in fact, I was able to repair the problem on my Vista machine just by running the following command line instructions, in this order:

msiexec /unregister

msiexec /register

So, if you have this problem, give that a go first...then consult with the KB entry if you still have issues.

7/8/2007 10:04 PM  | Comments [0]  |  View reactions  |  Trackback
 Sunday, June 24, 2007

I delivered 15 webcasts on WCF this summer, from July through September. Each webcast is 1 hour in length, touching on the fundamentals and practical approaches for your WCF development efforts. Here are the links to the archived webcasts!

NOTE: On page 3 of the registration process you can print the slides.

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 01 of 15): Overview

Monday, July 02, 2007 9:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344312&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 02 of 15): Contracts

Monday, July 09, 2007 9:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344314&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 03 of 15): Contract Versioning

Wednesday, July 11, 2007 10:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344318&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 04 of 15): Exceptions and Faults

Friday, July 13, 2007 9:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344322&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 05 of 15): Bindings

Monday, July 23, 2007 9:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344330&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 06 of 15): Hosting

Wednesday, July 25, 2007 10:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344338&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 07 of 15): Messaging Patterns

Friday, August 10, 2007 9:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344342&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 08 of 15): Instancing Modes

Monday, August 13, 2007 9:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344344&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 09 of 15): Concurrency, Throughput, and Throttling

Wednesday, August 15, 2007 10:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344346&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 10 of 15): Security Fundamentals

Friday, August 24, 2007 9:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344348&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 11 of 15): Federated Security

Monday, August 27, 2007 9:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344351&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 12 of 15): Reliable Messaging

Wednesday, August 29, 2007 9:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344353&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 13 of 15): Transactions

Monday, September 03, 2007 9:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344355&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 14 of 15): Message Queuing

Wednesday, September 05, 2007 9:00 AM Pacific Time (US & Canada)

o http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344357&Culture=en-US

· MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 15 of 15): Extensibility

Friday, September 07, 2007 9:00 AM Pacific Time (US & Canada)

http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032344359&Culture=en-US

6/24/2007 7:11 PM  | Comments [44]  |  View reactions  |  Trackback
 Thursday, June 14, 2007

A big thanks to everyone who attended my two sessions at Tech Ed Orlando on CardSpace. I also really enjoyed all of the great questions during and after each session, I can see a lot of momentum building around CardSpace, other identity selectors and providers, and approaches to federated identity models. Very exciting stuff indeed.

As for my code, as I said I had already posted the code beforehand, but I have updated the ASP.NET sample slightly to reflect how I associated the username and password with a unique identifier for a personal card. You can download the latest version of my CardSpace samples here.

Enjoy!

6/14/2007 4:45 PM  | Comments [21]  |  View reactions  |  Trackback
 Friday, June 08, 2007

Please see this updated post from the Dev Connections conference in Orlando (just past) for the code samples and references for the performance talk I stepped in to do. Some people were asking me about the post, and the update had not shown up on the blog...now it is there :)

See this link.

6/8/2007 5:29 PM  | Comments [1]  |  View reactions  |  Trackback
 Wednesday, April 04, 2007

This is great news from Soma's blog. Now Expression Web and Blend (soon) will be available to MSDN Premium subscribers. Many of us have been hearing feedback on the subject and relaying this feedback to Microsoft...nice to know they are listening!

http://blogs.msdn.com/somasegar/archive/2007/04/03/listening-to-your-feedback-expression-and-msdn.aspx

4/4/2007 11:50 AM  | Comments [0]  |  View reactions  |  Trackback
 Monday, April 02, 2007

Once again a fantastic conference in Orlando. Dev Connections just keeps getting better and I always enjoy being part of it. Not to mention the weather in Orlando isn't bad!

Here are links to my code samples for each talk I delivered. Enjoy!

.NET Technology Roadmap Tutorial

ASP.NET and WCF

ASP.NET and CardSpace

WCF Federated Security

 WCF Contracts and Versioning

ASP.NET Performance (Updated 06/07/2007)

Ok people, I had this in my Windows Live Writer to send a long time ago, and somehow it did not post...but since I haven't posted in a while I didn't notice. Many apologies for the delay. Does the "better late than never" statement apply here? I hope so...

 

4/2/2007 3:32 PM ASP.NET | CardSpace | Speaking/Events | WCF  | Comments [12]  |  View reactions  |  Trackback
 Friday, March 23, 2007

I just spent the last week at SD West in San Jose...this year the conference was bigger than ever before! Thanks to everone that attended my tutorials and sessions, I really enjoyed the questions and discussions...as I hope you did. As promised, here is a list of all my resources from the conference talks. Enjoy!

 

Intro to Web Services (Tutorial)

  • Christian Gross and myself presented this one, discussing everything from POX, REST, RSS, SOAP/WSDL, WS* and SOA.
  • Code I demonstrated in this tutorial is from the .NET Web Services tutorial next.

.NET Web Services TODAY (Tutorial)

Microsoft Technology Avalanche (Tutorial)

Top 10 Web Service Standards You Need To Know

WCF Contracts and Versioning

  • Demonstrations in both of these talks are based on WCF code from my book here: http://www.thatindigogirl.com/LearningWCFCode.aspx
  • See \Security, \ReliableSessions, \Transactions in particular for the WS* discussion
  • See \DataContracts, \AdvancedSerialization, and \ServiceContracts for the contracts discussion

CardSpace

The Amazing World of Federated Security

3/23/2007 8:57 PM .NET | Speaking/Events | WCF | Web Services  | Comments [37]  |  View reactions  |  Trackback

I created a presentation in November of last year with the goal of helping folks make sense of the vast number of Microsoft technologies from development tools, language, data, windows, web and SOA development. This blog post holds the latest links to resources and code for each section.

System Requirements

The links below use the following technology platforms:

Development Tools

In this section I reviewed the stack of development tools and explained how to choose between them.

Language Enhancements

In this section I talked about moving from .NET 1.1 to 2.0, and discussed the key features of 2.0 that folks should be leveraging. Then, I focused on the language enhancements forthcoming with C# 3.0 and VB 9.0.

Demos:

Data Access

In this section I focused on data access technologies, designing the data access tier, and key features of ADO.NET 2.0, vNext and LINQ to give you some idea how to prepare for the next set of innovations.

Demos:

  • When you install ADO.NET vNext and LINQ there are literally 100s of samples that will really help you get up to speed here. I show a selection of these in this presentation.

Windows Development

In this section I review Windows Forms 2.0 innovations, primarily ClickOnce, and then talk about how to prepare for WPF, explaining the various deployment models. I also talk about practical approaches to choosing the right platform for your development efforts.

Demos:


Web Development

In this section I showed an ASP.NET sample application that illustrates key features of ASP.NET 2.0 and practical application of those features. Then we looked at AJAX and discussed trends on the Web compared to Windows development.

Popular AJAX Frameworks:

Demos:

Distributed System Programming

In this section I reviewed the typical use for earlier distributed computing technologies like remoting, enterprise services and ASMX web services with WSE, and compared them with WCF.

BPM and Workflow

In this section I discussed BPM, BizTalk and workflow and trends for BizTalk vNext.

DinnerNow

To pull it all together, there is a sample you can download here: www.dinnernow.com that illustrates all of the technologies in a practical example. It includes WCF, WF, WPF, AJAX, Vista gadgets and mobile apps.

3/23/2007 7:41 PM .NET | ADO.NET | ASP.NET | ClickOnce | Speaking/Events | WCF  | Comments [10]  |  View reactions  |  Trackback
    ON THIS PAGE
    SEARCH
    CATEGORIES
    ARCHIVES
    BLOGROLL

Designed by NUKEATION STUDIOS