<?xml version="1.0" encoding="UTF-8"?><!--RSS generated by Windows SharePoint Services V3 RSS Generator on 12/1/2008 6:00:57 PM--><?xml-stylesheet type="text/xsl" href="/skennedy/_layouts/RssXslt.aspx?List=fbd2c22d-4abb-47d0-97a2-23cb6e4a5ece" version="1.0"?><rss version="2.0"><channel><title>kennedy</title><link>http://www.infusionblogs.com/skennedy</link><description>RSS feed for the Posts list.</description><lastBuildDate>Mon, 01 Dec 2008 23:00:57 GMT</lastBuildDate><generator>SharePoint CKS:EBE</generator><ttl>60</ttl><image><title>kennedy</title><url>http://www.infusionblogs.com/skennedy/_layouts/images/homepage.gif</url><link>http://www.infusionblogs.com/skennedy</link></image><item><title>Johnny Mnemonic 1</title><link>http://www.infusionblogs.com/skennedy/archive/2008/10/27/.aspx</link><guid>/skennedy/archive/2008/10/27/.aspx</guid><description><![CDATA[No GUF, chew your CUD.
 
G - Ghosted
U - Uncustomized
F - File system
 
C - Customized
U - Unghosted
D - Database]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Kennedy</dc:creator><pubDate>Mon, 27 Oct 2008 08:43:00 GMT</pubDate></item><item><title>WPF - Notes</title><link>http://www.infusionblogs.com/skennedy/archive/2007/12/17/wpf-notes.aspx</link><guid>/skennedy/archive/2007/12/17/wpf-notes.aspx</guid><description><![CDATA[
XAML
 
Your WPF world probably will revolve a lot around XAML.  Note the two (initial) presentation options for XAML thick-client apps:&lt;Page
xmlns=&quot;http://schemas.microsoft.com/winfx/2006/xaml/presentation&quot;&gt;

&lt;Window xmlns=&quot;http://schemas.microsoft.com/winfx/2006/xaml/ ... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Kennedy</dc:creator><pubDate>Tue, 21 Oct 2008 13:10:00 GMT</pubDate><category domain="http://www.infusionblogs.com/skennedy/archive/tags/All/default.aspx">All</category></item><item><title>WCF and You</title><link>http://www.infusionblogs.com/skennedy/archive/2007/11/28/wcf-and-you.aspx</link><guid>/skennedy/archive/2007/11/28/wcf-and-you.aspx</guid><description><![CDATA[
When we completed Session 5, I noted that there was some additional materials on Windows Communication Foundation (.NET 3.0) that we weren't able to get to (it's a &quot;nice to have&quot; situation).  So I figured I'd blab on about that.
 
We'll take the very narrow approach that WCF is an alte ... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Kennedy</dc:creator><pubDate>Wed, 28 Nov 2007 11:27:00 GMT</pubDate><category domain="http://www.infusionblogs.com/skennedy/archive/tags/All/default.aspx">All</category><category domain="http://www.infusionblogs.com/skennedy/archive/tags/Session 5/default.aspx">Session 5</category></item><item><title>Globalizing Web Sites and You</title><link>http://www.infusionblogs.com/skennedy/archive/2007/11/28/globalizing-web-sites-and-you.aspx</link><guid>/skennedy/archive/2007/11/28/globalizing-web-sites-and-you.aspx</guid><description><![CDATA[
In one of the labs for this session, you were asked to globalize a page in our DVD website by getting the default.aspx page to support not only english but french.  This was achieved by creating an App_LocalResources folder (one of the 'special' pre-defined folders supported by ASP.NET infrastruct ... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Kennedy</dc:creator><pubDate>Wed, 28 Nov 2007 10:01:00 GMT</pubDate><category domain="http://www.infusionblogs.com/skennedy/archive/tags/Session 6/default.aspx">Session 6</category><category domain="http://www.infusionblogs.com/skennedy/archive/tags/All/default.aspx">All</category></item><item><title>Writing to Config files and You</title><link>http://www.infusionblogs.com/skennedy/archive/2007/11/28/writing-to-config-files-and-you.aspx</link><guid>/skennedy/archive/2007/11/28/writing-to-config-files-and-you.aspx</guid><description><![CDATA[I was able to clean up my demo code to get it working.  My &quot;path&quot; to the customErrors section was the issue (since it's nested in the system.web section, we have to use a bit of XPath to reference it.  The following code corresponds to a SelectedIndexChanged event for a DropDownList, and c ... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Kennedy</dc:creator><pubDate>Wed, 28 Nov 2007 09:03:00 GMT</pubDate><category domain="http://www.infusionblogs.com/skennedy/archive/tags/All/default.aspx">All</category><category domain="http://www.infusionblogs.com/skennedy/archive/tags/Session 6/default.aspx">Session 6</category></item><item><title>Session 6 - Student Questions</title><link>http://www.infusionblogs.com/skennedy/archive/2007/11/27/session-6-student-questions.aspx</link><guid>/skennedy/archive/2007/11/27/session-6-student-questions.aspx</guid><description><![CDATA[Binding to a Collection of Custom Objects
 
This is relatively easy.  If we have a class that contains properties that expose values, we can quickly and easily bind a collection/array of those objects to a bindable control.
 
Let's say this is our custom class:public class Employee
{
    int _ ... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Kennedy</dc:creator><pubDate>Tue, 27 Nov 2007 15:44:00 GMT</pubDate><category domain="http://www.infusionblogs.com/skennedy/archive/tags/Session 6/default.aspx">Session 6</category><category domain="http://www.infusionblogs.com/skennedy/archive/tags/Student Questions/default.aspx">Student Questions</category><category domain="http://www.infusionblogs.com/skennedy/archive/tags/All/default.aspx">All</category></item><item><title>Custom Web Controls and You</title><link>http://www.infusionblogs.com/skennedy/archive/2007/11/26/custom-web-controls-and-you.aspx</link><guid>/skennedy/archive/2007/11/26/custom-web-controls-and-you.aspx</guid><description><![CDATA[
In what seems like eons ago, someone asked about custom web controls.  As mentioned, in addition to creating Web User Controls (.ascx) we can extend existing controls as well as create ones from scratch.  The latter is fairly easy to start off with, but gets more complicated depending on what you  ... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Kennedy</dc:creator><pubDate>Tue, 27 Nov 2007 15:20:00 GMT</pubDate><category domain="http://www.infusionblogs.com/skennedy/archive/tags/All/default.aspx">All</category><category domain="http://www.infusionblogs.com/skennedy/archive/tags/Student Questions/default.aspx">Student Questions</category></item><item><title>Destructors (Finalizers) and You</title><link>http://www.infusionblogs.com/skennedy/archive/2007/11/27/destructors-finalizers-and-you.aspx</link><guid>/skennedy/archive/2007/11/27/destructors-finalizers-and-you.aspx</guid><description><![CDATA[By now we all know and love constructors -- special procedures called via the new keyword to initialize our objects during instantiation.public class Class1
{
  public Class1()
  {
    // initialization code
  }
}

 
 
However, little has been said about the constructor's twin, the destruc ... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Kennedy</dc:creator><pubDate>Tue, 27 Nov 2007 09:58:00 GMT</pubDate><category domain="http://www.infusionblogs.com/skennedy/archive/tags/All/default.aspx">All</category><category domain="http://www.infusionblogs.com/skennedy/archive/tags/Student Questions/default.aspx">Student Questions</category></item><item><title>Session 7 - Labs</title><link>http://www.infusionblogs.com/skennedy/archive/2007/11/26/session-7-labs.aspx</link><guid>/skennedy/archive/2007/11/26/session-7-labs.aspx</guid><description><![CDATA[
Labs for Session 7 include those related to security, master pages and navigation.
 
c:\labs\set 1\Session 3 ASP.NET\Lab5 Security\lab_5_Security.html
For this lab you will only do the first part, adding a login page and using the web site configuration tool to enable Forms security.  Do not do ... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Kennedy</dc:creator><pubDate>Mon, 26 Nov 2007 11:31:00 GMT</pubDate><category domain="http://www.infusionblogs.com/skennedy/archive/tags/All/default.aspx">All</category><category domain="http://www.infusionblogs.com/skennedy/archive/tags/Labs/default.aspx">Labs</category><category domain="http://www.infusionblogs.com/skennedy/archive/tags/Session 7/default.aspx">Session 7</category></item><item><title>Session 6 - Labs</title><link>http://www.infusionblogs.com/skennedy/archive/2007/11/26/session-6-labs.aspx</link><guid>/skennedy/archive/2007/11/26/session-6-labs.aspx</guid><description><![CDATA[We have three labs for this week's session.
 
c:\labs\set1\Session 3 ASP.NET\Lab3 Localization\lab_3_Localization.html
This lab gets you to create a localizable web page -- a page that supports English as well as another language.  The lab, and also doing so for a production application is relati ... (More)]]></description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Stephen Kennedy</dc:creator><pubDate>Mon, 26 Nov 2007 11:16:00 GMT</pubDate><category domain="http://www.infusionblogs.com/skennedy/archive/tags/All/default.aspx">All</category><category domain="http://www.infusionblogs.com/skennedy/archive/tags/Labs/default.aspx">Labs</category><category domain="http://www.infusionblogs.com/skennedy/archive/tags/Session 6/default.aspx">Session 6</category></item></channel></rss>