Dennis Palmer

Speaker Image

Dennis cut his coding teeth by teaching himself BASIC on a Texas Instruments TI-99/4A computer in the early 80's. His earliest memory of debugging a program was when he found that his mother had typed the letter O instead of the digit 0 in a hexadecimal string that defined the graphics of a program she copied from the listing in a magazine.

After discovering Delphi 1.0 during college, he went to work on a fax broadcast system and other telephony projects.

In the late 90's he worked with a few record labels to put software on their music CD's. This included Windows screen savers of album art work and a music player that scrolled the lyrics of each song across the screen -- all written in Delphi.

After that, he spent about 5 years doing web development in PHP (even working with a PHP MVC Framework) before discovering ASP.NET and C#.

He remained somewhat proud of the fact that he had never worked with Visual Basic until starting his current job where it is the company's language of choice for developing Microsoft Office customizations for the legal industry. Even though he still gets lost when looking at VB6 code, with the advent of LINQ to XML and XML Literals in VB9, he is happy to be a VB.NET developer.

In his spare time, he is doing Windows Phone 7 and iPhone development and working on a few ASP.NET MVC projects.

Dennis was recognized as the 2nd runner up for the Inland Empire .NET User Group (http://iedotnetug.org) Most Valuable Member award for 2008-2009. He moved to Texas with his wife and young daughter in August 2009.

Sessions

XML Literal Eye for the C# Guy

Level: 200
Track: None
Time: 10:30 AM - 11:45 AM
Day: 2
Room: Credera 2

Whether you're creating, editing or consuming XML, you need to know LINQ to XML and the XML Literals within Visual Basic. But don't take my word for it! Kathleen Dollard on Hanselminutes show #152 said, "If you code in any language and do not understand XML Literals in VB9, you're selling yourself short. Go learn about it... It's a really powerful mechanism."

We'll cover LINQ to XML, how to enable XML Intellisense and it’s limitations, and using VB XML Literals for dynamically generating XML.

This technology was introduced with Visual Studio 2008, but all the code and demos will be shown in Visual Studio 2010.