Mark Strawmyer

adding value with technology

Home
Blog
Events
Articles
Presentations
Videos
Podcasts
Solution Showcase
Books
About Me
Contact Me
Site Map
Presentations
The list below contains links to the material for a few of the more popular public presentations that I have done.
 
 
This C# presentation focuses on some of the C# 4.0 language features.  It also covers some additional tips, trick, and reminders.  The presentation wraps up with some useful tools.
 

 

 
Tips and Tricks for C# 3.5

This C# presentation focuses on tips and tricks for the C# developer. It contains a mixture of C# specific features along with other handy how-to items such as shortcuts for working with the C# IDE that will make you more productive.

 

Mashups, the loading of data from different sources into rich front-end applications, is a term that has been freely used in the consumer and Web 2.0 space. If you're wondering if mashups belong on your to-do list, this presentation is a good starting point.
 

 
This presentation focuses on building Web 2.0 concepts in a Microsoft based toolset. It will cover examples of building an online community utilizing ASP.NET and AJAX. 
 
 
 
 

Learn about some techniques and best practices for improving your Windows Forms Development. 
 
 
 
 
 
Windows Vista represents a significant change in desktop computing as Microsoft looks to sunset the familiar Windows XP. Changes that range from what to expect from the user interface, to what will run and what won’t, to licensing costs, and deployment.
 
 
 

Introduced into the .NET Framework 2.0, generics is destined to be one of its most important features. Not only does it change the way you do arrays, lists, and collections, but it also could change the way you create your own types.