Robert Boedigheimer

Speaker Image

Microsoft MVP

Robert Boedigheimer works for Schwans Shared Services, LLC providing business solutions with web technologies and leads Robert Boedigheimer Consulting, LLC. Robert has been designing and developing web sites for the past 15 years including the early days of ASP and ASP.NET. He is a columnist for aspalliance.com, an ASP.NET MVP, an author, an "Early Achiever" MCSD for .NET with C#, an MCPD: Web with C#, MCPD: ASP.NET 3.5, and a 2nd degree black belt in Tae Kwon Do. Robert has spoken at industry conferences including the Heartland Developers Conference, DevLink, DevTeach, Tulsa Tech Fest, DevWeek, TechEd, AJAXWorld, and numerous national and international events.

Sessions

Cascading Styles Sheets (CSS) for ASP.NET Developers

Category: Developers
Level: 200

Do you still use tables to layout your user interface? Do you still use the <font> tag or have presentation information scattered throughout your markup? Learn how to leverage CSS to separate your content and presentation, and the many benfits it provides. Review selectors, inheritance, and grouping. Learn common techniques for providing for a flexible layout and design that can be modified easily later. Discover the media attribute to target different styles for screen and print. Review the new CSS 3 improvements, and what browsers support them. See how to maximize performance when using CSS via proper use of HTTP compression, minification, and expirations.

Cryptography 101 Using the .NET Framework and ASP.NET

Category: Developers
Level: 300

Learn the "black art" of cryptography, including public/private and symmetric encryption, hashing, and a dash of salt. Review ASP.NET features that utilize cryptogrpahy such as viewstate. Discover .NET framework classes that can be leveraged to secure web sites by creating tamperproof querystrings.