UK .Net Developer Event

Just spotted this posting on Mike
Pelton
‘s blog:

using DeveloperCommunity.BestSpeakers;

using Microsoft.Premises;


 

namespace DeveloperDeveloperDEVELOPER

{

            class ByDeveloperForDeveloperEvent

            {

                        string date
= “Saturday May 14th 2005”;

                        string location
= “Microsoft
UK
‘s HQ,

Reading
,
England

;


 

                        bool isRelaxedAndInformal
= true;

                        bool isTechnologyFocusDotNet
= true;

                        bool isLunchProvided
= true;

                        bool arePresentersFromMicrosoft
= false;

                        bool isOnASaturday
= true;

                        bool isFree
= true;

           

                        public void EnjoySessions()

                        {

                                    for(int iTrack
= 0 ; iTrack < 2 ;
iTrack++)

                                    {

                                                for(int iSession
= 0 ; iSession < 6 ;
iSession++)

                                                {

                                                            AttendSession(iTrack,
iSession);

                                                }

                                    }

                        }


 

                        public void AttendSession(int iTrack, int iSession)

                        {

                                    //TODO

                                    //         if
(I want to share my experiences and knowledge of

                                    //                  .NET
with other developers)

                                    //         {

                                    //                     Suggest
a title for a presentation I’d like to give

                                    //                     to
Mike Pelton
(mpelton@microsoft.com )

                                    //         }

                                    //         if
(I want to hear about my peers’ experiences and learnings)

                                    //         {

                                    //                     Come
along,listen, chat, ask questions…

                                    //                     REGISTER
HERE
!

                                    //         }

                        }

            }

}

Could be interesting .. I’ll keep
my eye on it and see how it develops …

 

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.