Top 
Joe Kuemerle

Joe Kuemerle

Joe Kuemerle is a developer and speaker in the Cleveland, OH area specializing in .NET development, security, database, and application lifecycle topics. He is currently a Lead Developer at BookingBuilder Technologies.

Website URL: http://www.kuemerle.com

Writing secure code is not difficult but it does require that you have a good understanding of what is insecure.  In this session we will cover some of the top threats out there that can be used to break your applications.  We will also cover techniques to improve the design of your application to minimize the vulnerabilities and mitigate those you cannot remove.

How many lines of code in your methods actually contribute to what that method is supposed to do? The clutter of logging, security checks, exception handling, implementing INotifyPropertyChanged and much more can be purged from your methods with Aspect Oriented Programming (AOP) techniques.  In this session we will clean up an application to make it more readable, better organized and easier to maintain by using AOP tools to organize the common functionality.  What are you waiting for? Come to this session and get that cruft out of your codebase.