Date for   Saturday, November 13, 2010 8:00:00 AM - Saturday, November 13, 2010 5:00:00 PM

Speaker List

Inactive User

More on Inactive User

Sessions

Track
.NET Development
Title
.NET Watch me Code and Yell!
Abstract
The teacher is the student! And, who doesn't like sassing back at the teacher?! *Open to 1 or more co-teachers for some live XP Programming! I learn a lot watching people code. I try to inject tips when appropriate. So, let's learn! The session will start based on a quick survey (WPF / ASP.NET / WCF / WF / Silverlight / Phone 7 / MVC, etc.). We'll begin coding and I'll describe the decisions I'm making. Everyone else will yell constructive tips. At various intervals, we will switch it up for another survey. I will have a number of libraries ready to work with (Enterprise Library 5, Caliburn, TDD frameworks like xUnit, NUnit, and Moq, etc.) *Open to suggestions.
Track
ASP.NET
Title
ASP.NET MVC 3 inc. Razor, WebMatrix, and Multi-Areas
Abstract
This session will briefly cover the high-level differences between WebForms and MVC and dive right into MVC 2 and MVC 3 concepts with a focus on MVC 3 and its "Razor" language. Visual Studio and WebMatrix with both be demonstrated. Bonus content: 1) We will cover how to separate your web application by developing separate "Areas" (logical components of the application) and take that a step further by reaching into undocumented "futures" capabilities by splitting our "Areas" into completely separate projects without using 3rd party libraries ("MVC Contrib"). 2) We will tackle how to support multiple domains with the same MVC application, including sub-domains. Technologies: VS2010, WebMatrix, SQL 2008 R2, Windows 7, MVC 3, Razor, Multi-Area, Unity

remi

More on remi

Sessions

Track
AJAX / Javascript
Title
AJAX with jQuery
Abstract
In this session, you'll learn various techniques for adding AJAX to your site using jQuery. There will be a very brief introduction to jQuery for anyone who hasn't used it before.
Track
Software Development
Title
Project Management In Small Shops
Abstract
Describes how to scale down project management to small shops that don't have a dedicated project manager. In small shops, every member of the team must be a project manager. In this session, we'll talk about what works and what doesn't. Tips and tricks for having pleased clients and happy developers! (This could make a good panel, if some other developers from small shops want to share their experiences.)

Inactive User

More on Inactive User

Sessions

Track
Architecture
Title
Enterprise Architecture and TOGAF
Abstract
The purpose of this session is to show how EA helps to business objectives.

Inactive User

More on Inactive User

Sessions

Track
Introduction to Android Development
Title
RESTful Android
Abstract
Android Development with RESTful API's

Brendon Birdoes

More on Brendon Birdoes

Sessions

Track
WCF
Title
WCF 4.0: Simplifying the Developer Experience
Abstract
Windows Communication Foundation is the primary framework for building distributed applications and services. The major focus of WCF 4.0 was simplifying the learning curve and increasing adoption of this core communication technology in the Microsoft .Net stack. This session will explore new features and capabilities of WCF 4.0.

Inactive User

More on Inactive User

Sessions

Track
.NET Development
Title
.NET 4 Parallel Programming in C#
Abstract
parallel programming in .NET 4.0. Will introduce concepts including PLinQ, demo the thread analyzer, and other concepts.

Maria Elena Chávez Echeagaray

More on Maria Elena Chávez Echeagaray

Sessions

Track
Introduction to iPhone/iPad Development
Title
iPhone Programming 101
Abstract
The iPhone Programming 101 will take us into a journey that starts with a brief introduction about iPhone software architecture and iPhone SDK developing tools. We will make a stop to review the fundamentals of Objective-C and our adventure will continue creating a classical "Hello World" application using graphical user interfaces. Then we will learn how to handle multi-touch and motion detection, the CoreLocation technology, and we will finish our trip exploring the amazing graphics and media capabilities of this device.
Track
Outside the Box
Title
Natural User Interfases 101
Abstract
A telepathic conversation with your computer? An empathic computer which understand your emotions through your facial expressions? Being able to have a non-verbal communication with it? A computer able to see your environment? A computer which can react to your physiological signals? A fairy tail?, Science fiction?, not any more!. Thanks to NUI all this is possible. Join us in our five-stop-route while reviewing the technology that makes all this come true: Brain-Computer Interfaces, Emotion-based recognition systems, Motion-capture systems, Computer-vision techniques, and Biofeedback interfaces. Let's ride and take a look into these amazing technologies that are going to bring our computers closer to us!

Jeremy Clark

More on Jeremy Clark

Sessions

Track
.NET Development
Title
Keep Your UI Responsive with the BackgroundWorker Component
Abstract
Long running processes are a user experience killer. How many times have you had an application "lock up" while trying to complete a task? The BackgroundWorker component in .NET allows you to spawn those long-running procedures in the background and keep your WPF, Silverlight or Windows Forms user interface responsive. We'll take a look at the features of the BackgroundWorker in a WPF application including running a background process, updating the progress in the UI, canceling the process prematurely, and handling error conditions. Some .NET experience and familiarity with C# is recommended.
Track
Architecture
Title
Learn the Lingo: Design Patterns
Abstract
You already use Design Patterns but probably don't know it. Observer, Adapter, Iterator, Proxy -- Learning the lingo allows you to better communicate your ideas with other developers. We'll take a look at several GoF patterns that we regularly use without realizing it. Don't know who the GoF is? Join us to find out.
Track
.NET Development
Title
Learn to Love Lambdas
Abstract
Lambda expressions can be confusing the first time you walk up to them. But once you get to know them, you’ll see that they are a great addition to your toolbox. Used properly, they can add elegance and simplicity to your code. And some .NET constructs (such as LINQ) specifically lend themselves to lambdas. We’ll take a look at how lambda expressions work and see them in action. No specific experience is required (but some .NET is helpful).

Inactive User

More on Inactive User

Sessions

Track
Outside the Box
Title
Modern Client Relations for Everyone
Abstract
Social media, email and the increasingly networked world have all changed how clients and businesses interact. How to use these new tools along with old techniques to be sure that your clients are happy and that you stand out from the crowd.
Track
Outside the Box
Title
Sales for NonSalesmen
Abstract
Anyone can be a salesman if they have to. But to be a good salesman there are a few simple rules that are important to follow. Learn some free and low-cost things you can do to increase your visibility and sales presence even if you've never been in sales before.

Inactive User

More on Inactive User

Sessions

Track
CSS
Title
Developing web apps across devices with HTML5 + CSS3
Abstract
The initial design process of a fluid layout that keeps different screen sizes in mind; HTML5 code that keeps content placement flexible to work with; CSS3 code that dynamically adjusts the interface based on screen size and enhances the UI for specific form factors.

Inactive User

More on Inactive User

Sessions

Track
Mobile
Title
Creating a Windows Phone 7 App in Silverlight
Abstract
Creating a Windows Phone 7 App in Silverlight. Will discuss gotchas and workarounds.

Chris Eargle

More on Chris Eargle

Sessions

Track
.NET Development
Title
C# Ninjitsu
Abstract
C# has humble beginnings as an object oriented language of the purest kind. It was class-based, it was imperative, and it was component-oriented. For many years, the classic object-oriented design principles served class library designers well. But C# is no longer a purely object oriented language. It is no longer an imperative, class-based, component oriented discipline. It is also a generic, declarative, functional discipline. I will reexamine the object-oriented principles and introduce new principles. I will then introduce new refactorings as we move toward a more declarative, fluent world.
Track
REST
Title
RESTful Data
Abstract
REST is an architectural style that allows for a layered, scalable, and cacheable enterprise information system. With WCF Data Services, a database can be surfaced to a service as a REST-style resource collection that is addressable with natural URIs and can be interacted with using the usual HTTP verbs: GET, POST, PUT, and DELETE. This session will describe OData (the Open Data Protocol), the benefits it conveys, and its uses. Then we will set up a data service using an existing database that developers would then access rather than accessing the database directly.
Track
.NET Development
Title
Secrets of a .NET Ninja
Abstract
In my years developing C# applications, I have seen techniques both good and bad. I will demonstrate those that are good, rant against those that are bad, and reveal those unknown to many. Whether a novice or a seasoned coder, you will find something useful, or perhaps even wicked, that you can do with C# and the .NET Framework.

Inactive User

More on Inactive User

Sessions

Track
Introduction to Android Development
Title
Android Game Development with AndEngine
Abstract
Using AndEngine: http://www.andengine.org/ to develop a simple game for the Android platform

Rick G. Garibay

More on Rick G. Garibay

Sessions

Track
Composite Application Servers
Title
Building Composite Application Services with Windows Server AppFabric
Abstract
Windows Server AppFabric extends the core capabilities of IIS by providing many of the cloud benefits on-premise including elastic scale and robust hosting capabilities. Come learn how Windows AppFabric can benefit your approach to building and supporting composite application services via enhanced lifetime management, tracking, persistence of long-running workflow services and caching for performance optimization.
Track
.NET Development
Title
Introducing Workflow Services in WF 4.0
Abstract
There are many benefits to model-driven design, including transparency of design for multiple audiences and the simplification of low-level patterns which assist in realizing application designs that are simple to implement and understand. Come learn how simple it is to build workflow services with Windows Workflow Foundation (WF) 4.0.

Javier Gonzalez-Sanchez

More on Javier Gonzalez-Sanchez

Sessions

Track
Introduction to iPhone/iPad Development
Title
iPhone Programming 101
Abstract
The iPhone Programming 101 will take us into a journey that starts with a brief introduction about iPhone software architecture and iPhone SDK developing tools. We will make a stop to review the fundamentals of Objective-C and our adventure will continue creating a classical "Hello World" application using graphical user interfaces. Then we will learn how to handle multi-touch and motion detection, the CoreLocation technology, and we will finish our trip exploring the amazing graphics and media capabilities of this device.
Track
Outside the Box
Title
Natural User Interfases 101
Abstract
A telepathic conversation with your computer? An empathic computer which understand your emotions through your facial expressions? Being able to have a non-verbal communication with it? A computer able to see your environment? A computer which can react to your physiological signals? A fairy tail?, Science fiction?, not any more!. Thanks to NUI all this is possible. Join us in our five-stop-route while reviewing the technology that makes all this come true: Brain-Computer Interfaces, Emotion-based recognition systems, Motion-capture systems, Computer-vision techniques, and Biofeedback interfaces. Let's ride and take a look into these amazing technologies that are going to bring our computers closer to us!

Brad Gronek

More on Brad Gronek

Sessions

Track
SharePoint
Title
Developing Web Applications with Sharepoint 2010 and BCS
Abstract
The goal of this session is to introduce attendees to the development of full-featured custom web applications using SharePoint 2010.

Chris Irish

More on Chris Irish

Sessions

Track
Ruby
Title
Fullstack Testing your Rails application
Abstract
This track will cover tools to do unit testing, functional testing, and front-end testing of Rails applications. With emphasize on testing javascript dependent pages using a mix of RSpec/Cucumber/Capybara, Selenium, HTMLUnit, and RackTest.

Inactive User

More on Inactive User

Sessions

Track
Entity Framework 4.0
Title
MVC and Entity Framework
Abstract
The introduction of MVC to the ASP.NET stack opened up a new paradigm for building web sites and web applications and, this new way of thinking leads to new ways to interact with your data. Microsoft has been promoting the Entity Framework, which many people feel is too abstract, esoteric, too much overkill, or just too darn difficult to learn. In this presentation, James will dispel all the myths and tabloid rumors you may have heard about EF and take you on a gentle dive into the following: • A brief history of EF • How EF becomes the mediator between developers and DBAs • How to build an EF Model • Wiring up the Model to your MVC app • The supporting role of repositories • Using LINQ to EF to get to your data • How to win friends and influence people by embracing EF

Michael Jones

More on Michael Jones

Sessions

Track
Perl
Title
Perl for Linux and Windows Admins
Abstract
Perl is a highly adaptable scripting language able to provide IT Administrators with automated availability and performance statistics. This session will cater to both Microsoft and Linux administrators. itSentinel is a simple systems monitoring tool driven by a highly customizable Perl script. What OS performance values are most important to you? What application statistics are critical for maintaining exceptional user experience? Whether you are an MS Exchange Admin, Linux Systems Admin, or responsible for multiple end-user workstations, the power of Perl can give you greater real-time visibility to what's going on. (Knowledge of basic html tags is beneficial for this session. More information available at http://www.itsentinel.com)

Tommy Lavery

More on Tommy Lavery

Sessions

Track
WCF
Title
Restful services with WCF
Abstract
Creating restful services via WCF and the WCF toolkit

Clayton Lengel-Zigich

More on Clayton Lengel-Zigich

Sessions

Track
Ruby
Title
Full Text Searching in Rails
Abstract
Learn how to install, configure, deploy and manage the Sphinx search engine and the ThinkingSphinx gem to bring simple, yet robust, full text searching to your Ruby on Rails application.
Track
Software Development
Title
The Developer's Guide To Scrum
Abstract
A hands on exploration of Scrum, the project management framework, focusing on the responsibilities and goals of the developer.

David McCarter

More on David McCarter

Sessions

Track
.NET Development
Title
Back-2-Basics: .NET Coding Standards For The Real World
Abstract
This session will guide any level of programmer to greater productivity by providing the information needed to write consistent, maintainable code. Learn about project setup, assembly layout, code style, defensive programming and much, much more. We will even go over some real in production code and see what the programmer did wrong in "What's Wrong With this Code?". Code tips are included to help you write better, error free applications. Lots of code examples in C# and VB.NET.
Track
.NET Development
Title
Back-2-Basics: Exception & Event Instrumentation in .NET
Abstract
This session will instruct any level of programmer on how to easily use tracing that is built into .NET to log and analyze Exceptions and events that occur during application runtime. This is invaluable to fix bugs that only happen while the application is running. .NET TraceListeners will be discussed in detail along with how to write your own custom TraceListeners. I will also discuss and provide code for my centralized exception/ event logging system that allows applications at customer sites or on multiple servers to log to central database. Developers or technical support personal can then view these entries via an ASP.NET web site.

Jay McGavren

More on Jay McGavren

Sessions

Track
Ruby
Title
Rails 101
Abstract
In less than an hour, we'll build a simple Twitter clone complete with user accounts and tweets. We'll cover models (which store your objects in a database), controllers (which retrieve and present model objects), and views (which render HTML to the browser).
Track
Ruby
Title
Ruby-Processing Graphics Playground
Abstract
Ruby-Processing is a Ruby wrapper around Processing, a simple language that lets you create images and animations. We'll demonstrate some of Processing's basic features like drawing, manipulating image files, and interacting with the mouse. We'll even run a networked server on the projector that will let people connect and experiment together! If you'd like to play around beforehand, you can install Ruby-Processing with the command: "gem install ruby-processing". The server code is here: http://gist.github.com/616371 Sample clients are here: http://gist.github.com/615896 A video of the server in action is here: http://www.youtube.com/watch?v=_NWNvqKEGIY

Jade Meskill

More on Jade Meskill

Sessions

Track
Continuous Integration with Hudson
Title
Continuous Integration with Hudson
Abstract
Use Hudson to help provide your team with continuous feedback on the state of your project. This session will teach you how to install Hudson and common techniques for using Hudson to keep you informed.
Track
Introduction to Scala
Title
Introduction to Scala
Abstract
Scala is a general purpose programming language designed to express common programming patterns in a concise, elegant, and type-safe way. It smoothly integrates features of object-oriented and functional languages, enabling Java and other programmers to be more productive.

Derek Neighbors

More on Derek Neighbors

Sessions

Track
Gangplank Jr
Title
Game Development with Scratch
Abstract
Develop an old school game like Galaga using Scratch.

Inactive User

More on Inactive User

Sessions

Track
Databases (SQL/RDBMS, Document, Object)
Title
CouchDB changes everything
Abstract
One developer's journey from MySQL to the relaxing NoSQL world of CouchDB. What is it and why would I want to use it?

Woody Pewitt

More on Woody Pewitt

Sessions

Track
Outside the Box
Title
Getting Things Done (GTD) For a Geek
Abstract
Got way too much stuff, way to much to do and not enough time to do it in? Much of this session is based on David Allen's best selling book, Getting Things Done, and the elements in his simple, but effective system. It is a very pragmatic system and you are probably doing many aspects of the system already. If you are unfamiliar with GTD, this Wikipedia link (http://en.wikipedia.org/wiki/Getting_Things_Done) gives a pretty decent overview and this link (http://www.davidco.com/what_is_gtd.php) is the official summary. The book is available at virtually any bookstore for about $15 or less. This one hour should be sufficient to: Introduce GTD to people who never heard of GTD. Give a frame of reference that will make sense when people read/re-read the GTD book. Give Tips and tricks to ease into GTD. Show people how to create their own custom GTD system using mine as an example. Some special areas of emphasis include: Handling the piles of "Stuff" on your desk and elsewhere. Getting your email in-boxes to zero and keeping them there. Tips to make sure your doing the right thing at the right time.

Ryan Plemons

More on Ryan Plemons

Sessions

Track
Game Development
Title
XNA Development - Creating Games for Windows, Xbox 360, Zune, and Windows Phone 7
Abstract
Creating Games for Windows, Xbox 360, Zune, and Windows Phone 7

Rob Robbins

More on Rob Robbins

Sessions

Track
AJAX / Javascript
Title
Javascript Bootcamp
Abstract
Stop writing bad JavaScript Now! Learn to avoid mistakes which lead to performance and scalability problems with your web applications. Why is the global namespace a problem? What is a closure? Can js implement OO patterns? All this and more...

Chris Ross

More on Chris Ross

Sessions

Track
.NET Development
Title
.NET 4 Parallel Programming in C#
Abstract
parallel programming in .NET 4.0. Will introduce concepts including PLinQ, demo the thread analyzer, and other concepts.

Brian Shaler

More on Brian Shaler

Sessions

Track
Business Intelligence
Title
Data Visualization: Business Intelligence on Steroids
Abstract
Every business has data. However, data is not knowledge; it is the potential for knowledge. Data visualization can help unveil hidden trends and relationships within immense data sets. During the last 5 years, many tools and techniques have been developed to learn more from data than you ever could using line graphs, bar charts, and pie charts. Learn how you can extract more answers out of large data sets by mashing it up in new ways.

Matt Smith

More on Matt Smith

Sessions

Track
Business Intelligence
Title
Practical applicability of PowerPivot
Abstract
The goal of this session is to show how PowerPivot can be used to combine data sources, visualize data, and create KPIs in the least amount of code.

Inactive User

More on Inactive User

Sessions

Track
AJAX / Javascript
Title
NodeJS - Fast Server-Side Javascript
Abstract
NodeJs is becoming the hottest web development platform - it provides full server & web socket capabilities, is asynchronous, pure V8 javascript, completely open source, and fast, fast, fast.

Mark Tucker

More on Mark Tucker

Sessions

Track
Mobile
Title
Creating a Windows Phone 7 App in Silverlight
Abstract
Creating a Windows Phone 7 App in Silverlight. Will discuss gotchas and workarounds.
Track
Silverlight
Title
MVVM using Caliburn.Micro
Abstract
Creating a Silverlight application using the MVVM pattern and Caliburn.Micro.

Inactive User

More on Inactive User

Sessions

Track
Gangplank Jr
Title
Android Phone Development
Abstract
Expanding on the building block style programming of Scratch use Google App Inventor to build and deploy an Android Application.
Track
Gangplank Jr
Title
Lego Mindstorms
Abstract
Create a battle bot using the Lego Mindstorms Kit and Development Environment.
Track
Introduction to Android Development
Title
RESTful Android
Abstract
Android Development with RESTful API's

Inactive User

More on Inactive User

Sessions

Track
WCF
Title
WCF RIA Services
Abstract
Microsoft WCF RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms using WCF.

Andrew Wilson

More on Andrew Wilson

Sessions

Track
Cloud
Title
Azure Security Practices
Abstract
This presentation will walk through many of the common questions people have regarding security and the Azure cloud. Topics covered will specifically include compliance, database security, data sensitivity, and the options you have to mitigate and compensate for them. Emerging & applicable best practices in cloud computing will be outlined.
Track
Security
Title
Source code review strategies
Abstract
Once you start reviewing source code for security issues, it because all to easy to get lost in the weeds. This presentation will outline many of the common practices used, and when to use them, to be successful.
Track
Security
Title
Web Security - Beyond Lists
Abstract
Understanding what can happen-- i.e vulnerability lists-- is a great start in your journey. But what is more important is how you apply successful strategies-- both in code AND in process-- that prevent people from stealing your lunch money. This presentation will cover philosophies, principles, and strategies used to secure web applications beyond simplistic vulnerability lists. It will focus on things you could (and should) be doing right now and provide some direction on where you might consider going in the future.

Spike Xavier

More on Spike Xavier

Sessions

Track
HTML5
Title
Introduction to HTML5 - tag you're it
Abstract
A Flash Card Like run through of the tags. (pun intended) The do's, the dont's, the will's the wont's.. the can's and the can't quite yets. We'll take a brisk walk through this exciting progression into the next version of the Hypertext Markup Language. Come see what the fuss is all about, what you need to know now, and what you will want to keep your eye on for the future.