Sessions RSS Feed

This page lists the sessions that have been submitted for the next SoCal Code Camp. Would you like to be a presenter? Please enter your sessions here. We hope you will offer sessions on topics that you are passionate about! (note just if the site is closed for new session feel free, contact us if you have a session to add)

 Sat 12:15p
Αndroid -- 101
Room: SGMH 1313
Level: 100
Jeffrey Peacock

Learn the critical basics of developing for Android. If you are a Java developer and have little or no mobile development experience, then this is the session you need to get started developing Android applications. This session is excerpted from the UC Irvine curriculum for "Application Development for Android Devices"

Read More...
Tags: Mobile | Linux | Java | Embedded | Android
Interested: 186


 Sat 1:30p
Αndroid & Cosmic Rays
Room: SGMH 1313
Ariel Simons | Jeffrey Peacock

The Distributed Electronic Cosmic-ray Observatiory (DECO) is global effort to better understand cosmic ray showers by utilizing Android phones as a cosmic-ray detector.  Other smartphones are possible.

Read More...
Tags: Mobile | Linux | Embedded | Android
Interested: 43


 Sun 12:30p
.NET Coding Standards For The Real World
Room: SGMH 1506
Level: 100
David McCarter

Revamped for 2012, 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. Code tips are included to help you write better, error free applications. Lots of code examples in C# and VB.NET.

Read More...
Tags: VB.NET | Development | Code | C# | Best Practices | .NET
Interested: 118


 Sat 10:00a
.NET Multithreading in Practice: Eight Advanced Gems
Room: SGMH 2406
Steve Bearman | Nuri Halperin

Eight quick, short gems of Multithreading, with code and how-tos.

Task characteristics, synchronization, cancellation, continuations, concurrent collections,  producers/consumers,  error handling, etc.

Get the slides

Read More...
Tags: TPL | Parallel Processing | Multithreading | C# | .NET
Interested: 101


 Sat 12:15p
.NET Reflection in Practice: What Every .NET Developer Should Know
Room: SGMH 1308
Nuri Halperin | Steve Bearman

Reflection is incredibly powerful and critically important.

In this code-intensive session, you will learn about reflection and will leave with simple strategies for using it and making it maintainable.

We will construct classes dynamically (even with parameters), invoke class methods, build a Factory Method, and synchronize data across classes.

Read More...
Tags: Reflection | C# | .NET
Interested: 132


 Sun 10:15a
.NET TDD Kickstart
Room: MH 264
Level: 200
Barry Stahl

Pair-up with the presenter for an agile TDD development session designed to give you an understanding of the process, and some pitfalls, of Test Driven Development.

Read More...
Tags: Visual Studio | unit tests | Testing | TDD | Rhino Mocks | Mocking | Dependency Injection | C# | Agile
Interested: 96


 Sat 8:45a
10.5 Easy Code Excellence Techniques Part 1
Room: MH 121
Level: 200
Woody Zuill

Clean Code That Works - That is the goal, and getting there is half the fun.  Working with a legacy mess can be frustrating, boring, dangerous, and time-consuming. It can be a nightmare. I've been there, you've been there.  How do we return to pleasant dreams?  That is what this code-centric session is all about.

Read More...
Tags: Refactoring | Monkeys | Extreme | Clean Code | C# | Agile
Interested: 139


 Sat 10:00a
10.5 Easy Code Excellence Techniques Part 2
Room: MH 121
Woody Zuill

Clean Code That Works - That is the goal, and getting there is half the fun.  Working with a legacy mess can be frustrating, boring, dangerous, and time-consuming. It can be a nightmare. I've been there, you've been there.  How do we return to pleasant dreams?  That is what this code-centric session is all about.

Read More...
Tags: Refactoring | Monkeys | Extreme | Clean Code | C# | Agile
Interested: 129


 Sun 12:30p
A discussion of the movie "Thrive - What On Earth Will It Take"
Room: MH 238
Art Villa

Please watch the trailer and then the full movie HERE.  This session puts a collection of (new?) information in front of software developers with the idea that our creative, analytical, and solution-oriented minds can bounce around concepts for our mutual benefit and understanding.

Read More...
Tags: THRIVE | solutions | Oil | NASA | energy | Banking
Interested: 20


 Sat 12:15p
Advanced ASP.NET MVC : The Model Binder
Room: SGMH 1406
Level: 300
Hattan Shobokshi

In this session we'll take a very detailed look at the ASP.NET MVC is the model binding mechanism. We'll examine how to model-bind complex collections using the default binder. We'll also build a custom model binder. This session will teach you how to get the most benefit out of the binding system and how it can be easily extended to fit any custom situation.

Read More...
Tag: ASP.NET MVC
Interested: 117


 Sat 12:15p
Agile Success - Why Not Me Too? Part 1
Room: MH 264
Level: 200
Woody Zuill

We've been hearing about "Agile" for a long time now - but does it work?  It does, and I've used the concepts of Lean and Agile Software Development to solve some pretty nasty development situations.  In this interactive presentation I'll be laying the groundwork for Agile Success in your project. You too can have success.

Read More...
Tags: Scrum | Monkeys | Lean | Kanban | Extreme | Agile
Interested: 116


 Sat 1:30p
Agile Success - Why Not Me Too? Part 2: EXPERTS ONLY SESSION
Room: MH 264
Level: 400
Woody Zuill

EXPERTS ONLY SESSION - We've been hearing about "Agile" for a long time now - but does it work?  It does, and I've used the concepts of Lean and Agile Software Development to solve some pretty nasty development situations. 

Read More...
Tags: Scrum | Monkeys | Lean | Kanban | Extreme | Agile
Interested: 59


 Sat 10:00a
Agile/Scrum in the "Real World"
Room: MH 264
Level: 200
Kevin Kohut

There are a lot of books/websites/consultants out there who have something to say about Agile and Scrum. But does it really work, in real-life situations? In this interactive session you will learn about real world success stories, as well as not so successful Agile teams. Learn how to do Agile the real world way!

Read More...
Tags: Scrum | Agile
Interested: 110


 Sun 12:30p
An Introduction to The Managed Extensibility Framework (MEF) in .NET 4 : Part 1 of 2
Room: SGMH 1308
Level: 100
Karl Beutner

The Managed Extensibility Framework (MEF) is one of the coolest and most exciting new features of .NET Framework 4. It allows application developers to discover and use extensions at runtime with no configuration required. It also lets extension developers easily encapsulate code and avoid fragile hard dependencies.

Read More...
Tags: prism | MEF | Managed Extensibility Framework | DI | Dependency Injection
Interested: 97


 Sun 1:45p
An Introduction to The Managed Extensibility Framework (MEF) in .NET 4 : Part 2 of 2
Room: SGMH 1308
Level: 200
Karl Beutner

Allowing applications to discover and use extensions (plug-ins) at runtime with little required configuration can present unique design-time challenges. This cookbook-type session will take a problem-solution approach to the most common issues encountered when using MEF.

Read More...
Tags: prism | MEF | Managed Extensibility Framework | DI | Dependency Injection
Interested: 91


 Sat 2:45p
Android, Arduino, and the Headphone Jack
Room: SGMH 1313
Level: 100
Tom Paulus | Wolf Paulus

There are quite a few 3rd party devices that attach to a smartphone's 3.5 mm headphone jack, Square's Credit Card reader, being just one of them. In this session we will reveal the magic behind this cool innovative trick. Come to learn how it was done and how your mobile app too, could take advantage of the headphone jack.

Read More...
Tags: Mobile | Linux | Java | iPhone | iPad | Embedded | Arduino | Android
Interested: 97


 Sun 12:30p
Architecting for Multiple User Interfaces
Room: UH 252
Level: 300
Paul Sheriff

Architecting for Multiple User Interfaces

Read More...
Tags: WCF | Architecture
Interested: 128


 Sat 1:30p
ASP.NET MVC3 Tools, Tips and Tricks
Room: SGMH 1406
Level: 100
Hattan Shobokshi

This session is about building ASP.NET MVC3 applications using many of the great open source tools out there. We'll examine a scaffolder that lets you build asp.net mvc applications quickly, a logger that can be added to an existing site with 1 click, a library for using Razor to generate email templates, advanced data grids and more.

Read More...
Tag: ASP.NET MVC
Interested: 144


 Sat 10:00a
Azure Tricks and Tips
Room: UH 248
Level: 200
Scott Reed

There are quite a few things that you can do with Azure that aren't openly advertised or included out of the box.  Come and learn some of the things that are possible with a little bit of ingenuity.

Read More...
Tags: Cloud | Azure | ASP.NET MVC
Interested: 41


 Sat 8:45a
Beginning iPhone and iPad development
Room: SGMH 1506
Level: 100
Bryan Cimo

In about 1 hour, you could make your very own iPad or iPhone app.  Learn the basics of Xcode and Objective-C and how apps work in iOS.

Read More...
Tags: Xcode | Objective-C | iPhone | iPad | iOS
Interested: 210


 Sat 2:45p
Best Practices for Estimating your Projects
Room: UH 252
Level: 100
Michael Krasowski

Are you afraid of making estimates? You are not alone! Do you know why making quality estimates AND tracking actuals is so important? Can you really estimate how long a football game will be? Learn the importance ...

Read More...
Tag: Best Practices Estimating Tracking
Interested: 186


 Sat 1:30p
Best Practices for Requirements Gathering
Room: UH 252
Level: 100
Michael Krasowski

Have you wondered…how to manage the ‘moving target’ of requirements? Learn key, common sense, concepts to provide an improved foundation to your skill set. Grasp how to embrace uncertainty that is inherent and inevitable in software development projects and ...

Read More...
Tag: Requirements Gathering Best Practices
Interested: 176


 Sat 4:00p
BI/Big Data Futures - Is it really all about the Cloud?
Room: MH 121
Level: 200
Lynn Langit

What is happening in BI now?  Everyone seems to be talking about noSQL, Big Data and the Cloud.  What does this really mean to you and your company's data?

Read More...
Tags: SQL Azure | Hadoop | Google | Big Data | BI | Azure | AWS
Interested: 80


 Sat 10:00a
Branching and Merging with TFS 2010
Room: SGMH 1307
Level: 300
Mike Vincent

This session will discuss branching and merging with Team Foundation Server and Visual Studio ALM 2010. We'll begin with a quick overview of the TFS source control system, then explore several strategies for managing project source control.

Read More...
Tags: Visual Studio ALM | TFS | Branching and Merging | Application Lifecycle Management
Interested: 69


 Sun 9:00a
Build a WordPress Blog and Photo Gallery Site in 60 Minutes!
Room: SGMH 2406
Level: 100
Alice Pang

Want a free tool to easily create, customize, and publish your website? I will introduce you to WebMatrix before diving into demos of how WebMatrix makes it easy for 2 users to create, customize, and publish a WordPress blog and a photo gallery site. bit.ly/alicerp

Read More...
Tags: WordPress | WebMatrix | Razor syntax | Microsoft | ASP.NET
Interested: 94


 Sat 2:45p
Building an Open Source Commerce Identity System with PayPal Access
Room: SGMH 1307
Level: 200
Jonathan LeBlanc

PayPal Access is a centralized commerce identity system built on the open source foundations of OpenID. Unlike most identity systems that are built on social data of perceived user data, PayPal Access drives home the ideal of using concrete real identity as a centralized user profile to make identity work for the ecommerce world.

Read More...
Tags: openid | Open Source | Identity
Interested: 59


 Sun 1:45p
Building ExpressJS Apps on Windows Azure
Room: SGMH 2406
Level: 200
Aaron Stannard

Learn how to use Express, the popular MVC framework for Node.JS to build production web applications for Windows Azure.

Read More...
Tags: Windows Azure | node.js | JavaScript | Express
Interested: 13


 Sun 3:00p
Building for the real-time web with node.js
Room: SGMH 2406
Level: 100
Timothy Strimple

As websites become more interactive, the demand for real-time updates increases. Learn why node.js is a good fit for the real-time web and how easy it is to get started.

Read More...
Tags: node.js | JavaScript
Interested: 79


 Sun 1:45p
Building Voice and SMS Communications Apps using Tropo, Phono and Phonegap
Room: UH 248
Level: 100
Michael Mackus | Cas Hoefman

How to quickly build and deploy Cloud Telephony SMS & Voice Apps using the Voxeo Tropo API and Phono in .NET, Groovy, Jquery, Java, PHP, Python, Ruby or Phonegap and Phone Mobile SDK for Mobile Devices.

Read More...
Tags: Voxeo | VOICE | TROPO | Speech | SMS | Ruby | Python | phpfog | PHP | phono mobile | phono | phonegap | JQuery | JavaScript | Java | Groovy | .NET
Interested: 31


 Sun 3:00p
Choosing Between ASP.NET Web Forms and ASP.NET MVC
Room: SGMH 1506
Level: 100
John Kuhn

There are two great ways to build .NET web applications: Web Forms and MVC. In this session, you will learn advantages and disadvantages of ASP.NET Web Forms and ASP.NET MVC for different scenarios, and what they have in common. Whether you are new to ASP.NET or you are a veteran web developer, this session will help you decide which to use on your next project.

Read More...
Tags: ASP.NET MVC | ASP.NET
Interested: 134


 Sat 2:45p
Code Dojo Part 1 - Let's Write Code
Room: MH 264
Level: 100
Woody Zuill

Let's write some CODE. Often at conferences all we do is talk about code, or listen to other people talk about code - A coding dojo skips the talk (mostly) and we all join together to WRITE CODE. This is a hands on experience and everyone who wants to participate will be able to join in.

Read More...
Tags: Monkeys | Lean | Extreme | Clean Code | Agile
Interested: 79


 Sat 4:00p
Code Dojo Part 2 - Let's Write Code
Room: MH 264
Woody Zuill

Let's write some CODE. Often at conferences all we do is talk about code - A coding dojo skips the talk (mostly) and we all join together to WRITE CODE. This is a hands on experience and everyone who wants to participate will be able to join in.

Read More...
Tags: Monkeys | Lean | Extreme | Clean Code | Agile
Interested: 72


 Sat 1:30p
Code Generation with T4
Room: SGMH 2406
Level: 100
Dustin Davis

This session takes us through the Text Template Transformation Toolkit and how it can be used to generate code on the fly. MVC and Entity Framework use T4 templates and we'll look at how to customize the code they build by editing their templates.

Read More...
Tags: Templates | T4 | MVC | EF | Code generation | .NET
Interested: 82


 Sat 12:15p
Conquering WEB APIs with Soap UI
Room: SGMH 2406
Level: 200
Kevin Kohut

Everyone has an API these days. One of the best ways to interact with APIs and get a feel for how they work is to use Soap UI, a tool that allows you to interact with APIs without having to write your own client. But using Soap UI can be frustrating. This session will provide a live-action overview of using Soap UI to interact with several different APIs.

Read More...
Tags: SOAP | REST | API
Interested: 70


 Sat 8:45a
CSS3 for web designers. Let's design a visually appealing website
Room: SGMH 1406
Level: 200
Mario Hernandez

CSS3 is one of the hottest topics in web design nowadays.  It offers new features that can turn your regular website into a beautiful and visually appealing experience.  In this session I will cover how to properly make use of typography, color, texture and white space to design a beautiful website 

Read More...
Tags: web design | HTML | grid | Design | CSS3 | 960
Interested: 208


 Sun 3:00p
Debugging and Diagnosing MEF Failures
Room: SGMH 1308
Level: 400
James Counts

MEF makes it easy to write extensible applications, but brings new, difficult to diagnose failures.  Learn background information on MEF failures, and see failed MEF composition and resolutions.  Learn how to combine diagnostics with the ApprovalTest library to create automated MEF integration tests.

Read More...
Tags: MEF | C#
Interested: 25


 Sat 8:45a
Develop Real World Windows Embedded Compact Application with Visual Studio
Room: SGMH 1313
Level: 200
Samuel Phung

This session provides a brief introduction to Windows Embedded Compact, talks about the development environment and opportunities.  After the brief introduction, the session continues with 2 hands-on exercises, in step-by-step format, to show the steps to develop a Windows Embedded Compact application in managed code and a Windows Network Projector device from the Visual Studio IDE.

Read More...
Tags: Windows Embedded Compact | Windows CE | .NET Compact Framework
Interested: 24


 Sun 10:15a
Driving Electric - An all electric car info session
Room: MH 121
Level: 100
Nuri Halperin

Price of gas getting you down? Smell of exhaust makes you close the windows? Noisy streets keepin' you awake?

We'll talk about electric cars, wha'ts available, what is not and explore the echosystem of the current EV generation.

Read More...
Tag: Electric Cars
Interested: 21


 Sun 1:45p
Drupal - A hands-on introduction
Room: SGMH 1406
Level: 100
Mario Hernandez

Content Management Systems or CMS are more popular than ever to quickly and easily build a website.  They offer tons of features that can help you build a pretty sophisticated website in minutes.  Come join me so I can show you why Drupal is one of the most powerful, robust and flexible CMS.  Did I mention Drupal is 100% free?

Read More...
Tags: drupal | CMS
Interested: 94


 Sat 10:00a
Easy Async with .NET 4.5
Room: SGMH 1506
Level: 200
John Bowen

Asynchronous programming in C# has always been a pain. Data often needs to be passed around in various EventArgs and it's easy to get lost in the flow of execution through a sea of callbacks. It's more important than ever to write asynchronous code and it's about to get a lot easier. We'll look at the new tools and new simplified syntax coming in .NET 4.5 that allow async

Read More...
Tags: C# | Async | .NET
Interested: 130


 Sun 1:45p
Effective Patterns for Business Rules and Validation
Room: SGMH 1506
Level: 200
John Kuhn

Every application uses validation and business rules, but not every application takes advantage of the most effective approaches to implementing business requirements.  In this session, you will learn how to design business rule and validation strategies using effective design patterns that enable your applications to be testable, flexible and easier to maintain.

Read More...
Tags: WPF | ASP.NET | .NET Framework
Interested: 132


 Sat 4:00p
F# - Functional Programming Fundamentals
Room: SGMH 1307
Level: 100
Oleksiy Tereshchenko

F# is functional programming language. Originally, developed by Microsoft Research. It is fully supported by Microsoft Development Division in Visual Studio 2010. Presentation will provide overview of the language and include fundamental programming concepts.

Read More...
Tag: Functional Programming
Interested: 27


 Sun 9:00a
F# - Functional Programming Programming Techniques
Room: SGMH 1307
Level: 100
Oleksiy Tereshchenko

F# is functional programming language. It is fully supported by Microsoft Development Division in Visual Studio 2010. Presentation will provide overview of the functional programming techniques.

Read More...
Tag: Functional Programming
Interested: 22


 Sun 12:30p
For Love or Money, Your IT Career
Room: SGMH 1307
Alex Funkhouser

In this seminar session, you will learn multiple IT career strategies for maximizing both the Love and the Money of your multidimensional IT career.

Read More...
Tags: salary | Development | Contracting | Community | career
Interested: 77


 Sun 1:45p
From Codemonkey to CEO: Part 1) Leadership 101
Room: SGMH 1307
Level: 100
LEE SALAZAR, MBA

Break out of the cubicle and head for the boardroom.

Read More...
Tags: leadership | ceo | career moves
Interested: 100


 Sun 3:00p
From Codemonkey to CEO: Part 2) Innovation Literacy
Room: SGMH 1307
Level: 100
LEE SALAZAR, MBA

In the footsteps of Da Vinci, Edison and Jobs, leadership skills for innovating.

Read More...
Tags: professional skills | leadership | innovation | career moves
Interested: 90


 Sun 1:45p
From Zero to a Service-Oriented Architecture (or Synchronous to Asynchronous Programming)
Room: UH 252
Level: 200
Paul Sheriff

From Zero to a Service-Oriented Architecture 

Read More...
Tag: WCF
Interested: 126


 Sat 1:30p
Fundamentals of Metro style applications
Room: SGMH 1506
Level: 100
Mark Bosley

This session is a first look at Metro Style apps. We will go over the environment including the WinRT and  Process Lifetime  Management .   Demonstrate a simple Metro style app using Xaml.  Learn how you can monetize your app via the Windows Store.

Read More...
Tags: WinRT | Win8 | Metro
Interested: 95


 Sat 10:00a
Game Development for fun and keeping thousands of users happy with one developer (or small team)
Room: SGMH 1308
Level: 100
Chris Scripca

This talk will cover major conceptes in my opinion on game development with a small team or a single developer. My wife and I have made games for Android market and had fun doing it. Also our users love our product, come find out why.

Read More...
Tags: WP7 | iPhone | Games | Apps | Android
Interested: 131


 Sun 10:15a
Geeks Anonymous
Room: SGMH 1307
Level: 100
David McCarter

What do programmers really want? Do you work at a great or bad company? Are you frustrated with your job? Are you stressed out to the point your head wants to explode? What can be done about this and more subjects? Attend this session and find out the answers from your fellow geeks. This will be a highly colabriate session and you are guarenteed to learn a lot!

Read More...
Tags: Development | Developers | coaching
Interested: 27


 Sat 2:45p
Get Func-Y: Delegates in .NET
Room: SGMH 1308
Level: 100
Jeremy Clark

Do you use delegates in .NET?  If so, then Func<T> and Action<T> are just waiting to make your life easier.  Not using delegates?  Maybe you should.  We'll take a look at what delegates are, why you would want to use them, and how to use Func<T> and Action<T> to tie things all together (with a few Lambdas thrown in just for fun).

Read More...
Tags: Delegates | .NET
Interested: 95


 Sat 8:45a
Getting Started with Windows Azure
Room: UH 248
Level: 100
Bret Stateham

Heard about Windows Azure, but haven't tried it out yet?  This session will introduce you to the basics of Windows Azure and the tools you need to get started using it!

Read More...
Tags: Cloud | Azure
Interested: 40


 Sat 1:30p
Getting stated with Google App Engine for Developers
Room: UH 248
Level: 200
Lynn Langit

Learn how to set up your development environment, write and deploy a 'Hello Google' app.  Next learn about data storage for your applicaiton in Google's cloud.  

Read More...
Tags: NoSQL | MySQL | Google | Cloud
Interested: 110


 Sat 10:00a
Getting things done for developers
Room: UH 252
Level: 100
Woody Pewitt

Have you ever heard of the Getting Things Done organizational method? If not you can check out the over view at http://en.wikipedia.org/wiki/Getting_Things_Done and then come to this talk and see how I and others have implemented it for the unique working style of developers.

Read More...
Tag: GTD
Interested: 143


 Sat 10:00a
Grid Systems - Picking the right CSS Framework for your website
Room: SGMH 1406
Level: 100
Mario Hernandez

Grid Systems are becoming an essential tool on a designer's toolbox.  They offer the ability to rapidly prototype a website.  They are cross-browser compaible and provide flexibility when designing a multi-column layout.  They come as fixed, fluid and responsive.  In this session we will discuss how to pick the right one for your next web project.

Read More...
Tags: responsive | grid system | grid | foundation | css frameworks | 960
Interested: 115


 Sat 1:30p
Groovy and Groovy++, In Case You're Curious
Room: SGMH 1307
Level: 100
Craig Jones

The Pragmatic Programmer advises us to learn a new language every year, if for no other reason than to compare it to the language(s) we use daily in order to keep our skills sharp.  So, how about a whirlwind tour of Groovy?  Groovy is the dynamic-language counterpart to Java that is much more succinct than Java, so it can greatly enhance productivity.

Read More...
Tags: languages | Java | Groovy
Interested: 29


 Sun 9:00a
Hacking Your Memory: Learn Faster and Be Smarter
Room: MH 238
Level: 100
Gary Hoffman

This session is about learning to use your memory more effectively. Learn faster. Look smarter. Make your brain better.

Read More...
Tag: Learning
Interested: 128


 Sun 3:00p
How To Survive The Technical Interview
Room: UH 252
Level: 100
David McCarter

Have you ever not gotten a job due to not being prepared for the technical interview? I've have interviewed 100's of software developers and will share my knowledge on how to survive, what we look for and even divulge some of the secrets we use during the process. This session will include advice from hiring managers and even recruiters!

Read More...
Tags: Developers | coaching | Career counseling | career
Interested: 141


 Sat 2:45p
HTML5 for the Real World
Room: SGMH 1506
Level: 100
Michael Palermo

Perfect session for those who have not started the HTML5 journey, or who are skeptical to start now.

Read More...
Tag: HTML5
Interested: 230


 Sun 9:00a
IEnumerable, ISaveable, IDontGetIt: Understanding .NET Interfaces
Room: SGMH 1506
Level: 100
Jeremy Clark

Best practices tell us to program to an interface rather than a concrete class. Let's start by understanding what a .NET Interface is and what it means to our code (and maybe meet abstract classes along the way).  After that, we'll look at a couple of practical implementations that can make our code more robust and extensible.

Read More...
Tags: Interfaces | Abstract Classes | .NET
Interested: 133


 Sat 4:00p
IIS 7.5 for Developers
Room: SGMH 2406
Steve Evans

Learn how to setup, configure, and manage IIS 7 and IIS 7.5.

Read More...
Tag: IT
Interested: 69


 Sun 12:30p
Intro to Mobile Development for Web, IOS & Android Native Apps using PhoneGap & HTML5
Room: SGMH 1313
Jorge Garifuna

We all know that Mobile Development is the big talk of the moment, but getting started brings more questions than answers. The good news is that you can relax for now. There is a new and exciting way to do it all in simple ways.

Read More...
Tags: phonegap | iPhone | iPad | iOS | HTML5 | Android
Interested: 161


 Sun 12:30p
Introduction to Node.JS
Room: SGMH 2406
Level: 100
Aaron Stannard

Node.JS is a popular server-side JavaScript framework for handling real-time and distributed data processing. In this session you'll learn what Node.JS is, how it works under the hood, and what scenarios it's useful you. You'll also learn how to deploy it to Windows Azure and manage it inside of IIS 7.

Read More...
Tags: Windows Azure | node.js | JavaScript
Interested: 77


 Sat 1:30p
Introduction to SQL Test Driven Development (TDD) using SQL Server Management Studio (SSMS).
Room: MH 238
Level: 100
Jim Bears

A lot of work has been done of the the years with Test Driven Development.  With new test runners on the market for SQL, we can now start to bring TDD into SQL.  This session will be using SQL Server Management Studio (SSMS) as the test runner.

Read More...
Tags: Unit Testing | TDD | SQL TDD | SQL Server | SQL
Interested: 80


 Sat 2:45p
Introduction to SQL Test Driven Development (TDD) using Visual Studio 2010.
Room: MH 238
Level: 100
Jim Bears

A lot of work has been done of the the years with Test Driven Development.  With new test runners on the market for SQL, we can now start to bring TDD into SQL.   This session will be using Visual Studio 2010 for a Database Test runner.

Read More...
Tags: TDD | SQL TDD | SQL Server | SQL | Best Practices
Interested: 63


 Sat 10:00a
Introduction to SQL Unit Testing
Room: MH 238
Level: 100
Jim Bears

This presentation will provide a good overview of what unit testing is, and how it applies to SQL. We will go over some of the SQL Unit testing frameworks, and dive a bit deeper into the "Data Dude" or Visual Studio Database Unit Testing. 

Read More...
Tags: Unit Testing | SQL Unit Testing | SQL Server | SQL
Interested: 83


 Sat 8:45a
Introduction to the XBox Kinect SDK from Microsoft
Room: UH 252
Level: 100
Karl Beutner

This demo-rich session will cover some of the core APIs and development patterns used to develop natural user interfaces with the XBox Kinect SDK. After a brief introduction to the Kinect sensor hardware and API architecture we will cover the Skeleton Tracking API, the Voice Recognition API and if time permits the Depth Data API.

Read More...
Tags: XBox | user interface | Speech Recognition | Skeleton Tracking | SDK | NUI | Natura | Microsoft | Kinect | Game Development | Depth Data
Interested: 80


 Sat 4:00p
Introduction to XAML - Don't Fear the Markup
Room: SGMH 1308
Level: 100
Jeremy Clark

Understanding XAML (eXtensible Application Markup Language) is a key to creating the great .NET user experiences in WPF, Silverlight, and Windows Phone. We will introduce the basic concepts around XAML and take a look at the markup to see where we can tweak our UI to get the results we want.

Read More...
Tags: XAML | .NET
Interested: 89


 Sun 9:00a
It is time to rev up your Javascript skill
Room: SGMH 1406
Level: 200
Li Chen

This session is designed for those only use Javascript to write validation code but would like to get up to speed with modern Javascript. We will discuss Javascript type, type conversion, object, and functional style programming. I will try to set up everything needed to learn and use JQuery effectively.

Read More...
Tags: JQuery | Javscript
Interested: 137


 Sun 9:00a
ITIL v3 for Developers
Room: MH 264
Level: 100
Don Wagner

Want to better understand ITIL v3, what it means to you as a developer and how you can sell it to your boss and/or your organization?

Read More...
Tag: ITIL
Interested: 10


 Sat 8:45a
JavaScript MVVM with Knockout JS
Room: MH 264
Level: 100
Hattan Shobokshi
This session is all about Knockout JS, a great new library that allows you to use the MVVM pattern in JavaScript. We'll explore Knockout and look at how you can easily enhance an existing web application and interact with ASP.NET MVC3. We'll run through a few real world examples and see tips and tricks.
Read More...
Tags: MVVM | JavaScript
Interested: 73


 Sat 2:45p
JQuery Mobile, Backbone, and ASP.NET MVC - A Framework for Making Mobile Web Applications
Room: SGMH 1406
Level: 100
Troy Miles

In this session I will show how to combine JQuery Mobile with Backbone.js and a ASP.NET MVC back-end. The end result is a website which is fast, efficient, and easier to enhance and maintain.

Read More...
Tags: JQuery | JavaScript | Backbone | ASP.NET MVC
Interested: 105


 Sun 1:45p
Law of Attraction for Developers – The secret behind “The Secret” and "Think and Grow Rich"
Room: MH 238
Art Villa

Ever hear of the Law of Attraction as popularized by the book/movie The Secret

Ever wonder why when you bang your head against the wall on a challenging coding problem that the solution continues to escape you; but, when you “believe” that a solution exists that it somehow reveals itself as if by magic?

Read More...
Tag: Law of Attraction
Interested: 49


 Sun 10:15a
Learn the Lingo: Design Patterns
Room: SGMH 1506
Level: 100
Jeremy Clark

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.

Read More...
Tag: Design Patterns
Interested: 119


 Sun 9:00a
Make Millions Developing Windows Phone
Room: SGMH 1313
Level: 100
Henry Lee

Nokia will be bringing 100 million users of Windows Phones. Are you ready to develop your Windows Phone App and submit to Windows Phone Marketplace and watch cash rolling in millions?

Read More...
Tags: Windows Phone | Marketplace
Interested: 84


 Sat 12:15p
Mobile & Global with HTML5, MVC and Windows Azure
Room: UH 248
Level: 200
David Pallmann

In this session you'll see how to create solutions that are "mobile & global" by combining web and cloud: HTML5, mobile devices, and open standards on the web client and MVC, Windows Azure, and social networking on the web server. The result is web-cloud applications that can run anywhere and everywhere.

Read More...
Tags: WEB | HTML5 | Cloud | Azure
Interested: 80


 Sun 9:00a
MVVM Distilled
Room: UH 252
Level: 200
Anand Raja

This presentation covers the core concepts of the MVVM model.

Read More...
Tag: MVVM
Interested: 35


 Sun 10:15a
MVVM in XAML: Simple and Easy
Room: UH 252
Level: 200
Paul Sheriff

MVVM in XAML: Simple and Easy

Read More...
Tags: XAML | MVVM
Interested: 49


 Sat 2:45p
Networking for Developers
Room: SGMH 2406
Level: 300
Steve Evans

Learn what developers need to know about networking (The TCP/IP kind, not the Facebook kind).

Read More...
Tag: IT
Interested: 82


 Sun 12:30p
NoSql for beginners - Part 1
Room: MH 121
Level: 100
Nuri Halperin

RDBMS getting you down? Come experience an alternative! In this 2 part session we'll learn how to install, create and use MongoDB. ( see http://mongodb.org) . You will gain valuable insight into the key aspects of the NoSql approach and hands on demonstration getting you up and running quickly.

Read More...
Tags: NoSQL | MongoDB
Interested: 163


 Sun 1:45p
NoSql for beginners - Part 2
Room: MH 121
Level: 200
Nuri Halperin

RDBMS getting you down? Come experience an alternative!

In this 2 part session we'll learn how to install, create and use MongoDB. ( see MongoDB.Org) .

You will gain valuable insight into the key aspects of the NoSql approach and hands on demonstration getting you up and running quickly.

Read More...
Tags: NoSQL | MongoDB
Interested: 145


 Sun 10:15a
Personal Productivity for Developers
Room: MH 238
Level: 100
Elmer Thomas

I will give you the tools and techniques that you’ll need to optimize your daily life, so you can get more of the right things done, faster. GTD+

Read More...
Tags: Tools | Productivity | GTD | Efficiency
Interested: 113


 Sun 10:15a
Phone 7 Video Magic
Room: SGMH 1313
Level: 100
Russell Fustino

In this session get all of your questions answered on video creation, rendering and deployment of videos for use with apps on the Phone 7. What size do I render it as? What editing tools do I use? What player do I use? How well does it play with WI-FI? How well does it play over the cellular network? How do I use IIS Smooth Streaming?

Read More...
Tags: video | Phone 7 | Movie maker | IIS | Encoder | C#
Interested: 27


 Sun 10:15a
Plug your Metro App into the world
Room: SGMH 1308
Level: 200
Mark Bosley

Windows 8 provides many powerful ways to  consume and share data.

We will cover how to integrate with live services, devices, sensors , and sharing data with other applications.

Read More...
Tags: WinRT | Win8 | Metro
Interested: 50


 Sun 9:00a
Practical AppFabric Caching and Session Management
Room: MH 121
Level: 100
Adnan Masood

A developer's introduction to high availability, scalability and distributed cache management using Microsoft platform without getting all cloudy. Learn how to utilize the caching features of AppFabric such as Scalable in-memory, distributed cache for any serializable data, Seamless integration with ASP.NET, High availability and dynamic scale-out of cluster nodes.

Read More...
Tags: Scalability | MVC | High Availability | distributed systems | Caching | ASP.NET | AppFabric
Interested: 27


 Sat 12:15p
Project Manager’s Survival Guide - 24 Things You Need to Know to Survive any Project
Room: UH 252
Level: 100
Michael Krasowski

Are you having difficulty managing your projects? Are you about to enter the uncharted territory of project management? Why are your customer’s expectations always differently from yours? Do you know how to communicate effectively to your customer, teammates, and your management? Come early, sit close and ...

Read More...
Tag: Project Management Best Practices
Interested: 114


 Sat 1:30p
Q&A with ASP.NET Web Hosting Provider, DiscountASP.NET
Room: SGMH 1308
Takeshi Eto

Several past code camp attendees have asked us to do a web hosting session. We'll have a few of our staff in this session and we will address any questions you may have about application development, deployment, maintanance, domains, hosting, hosting industry - from our  point of view as a web hosting provider.

Read More...
Tag: hosting
Interested: 25


 Sun 10:15a
Quick and dirty JQuery
Room: SGMH 1406
Level: 200
Li Chen

JQuery is one of the gift from the open source world. It is small, fast and powerful Javascript library. One can do a lot of things with just a few lines of code. Join me for a fun session of case studies.

Read More...
Tags: JQuery | JavaScript
Interested: 157


 Sat 4:00p
Regular Expressions
Room: SGMH 1506
Level: 100
Dustin Davis

Regular Expressions are extremley powerful and every developer should master them. Almost every language supports regular expressions. This session covers how, why and when to use regular expressions and the syntax.

Read More...
Tags: text | Search | Regular Expressions | parsing
Interested: 122


 Sun 3:00p
Routing with Asp.Net Routing
Room: SGMH 1406
Level: 200
Ben Dornis

How does routing work in Asp.Net MVC. Adding a new route, does order matter? How can I find out? These are the questions you'll likely have. Here you'll learn the basics of routing with a little advanced thrown in for good measure.

Read More...
Tags: Routing | MVC
Interested: 46


 Sun 9:00a
So you think you have an idea...
Room: SGMH 1308
Daniel Marashlian

This is a session on entrepreneurship for developers.

Read More...
Tags: startups | Entrepreneurship
Interested: 80


 Sat 8:45a
SQL Design Patterns
Room: MH 238
Level: 100
Jim Bears

Patterns emerge as both templated solutions to recurring problems and designs, as well as provide useful ways to encapsulate complex ideas into smaller, friendlier terms. Understanding SQL design patterns is a crucial skill every SQL developer must learn and use in their career. 

Read More...
Tags: SQL Server | SQL | Design Patterns | Best Practices
Interested: 115


 Sat 12:15p
SQL Refactoring
Room: MH 238
Level: 100
Jim Bears

This session will cover what is refactoring, when and when not to refactor, the types (10 important ones) to choose from, and how to perform them correctly.  We will cover Database Refactoring strategies, Structural Refactorings, Data Quality Refactorings, and Architectual refactoring.  

Read More...
Tags: SQL | Refactoring | Code Craftsmanship | Best Practices
Interested: 61


 Sat 2:45p
SQL Server 2012 - A Journey through the Landscape of New Features
Room: MH 121
Level: 100
Ben Aminnia

This session will explore new features in SQL Server 2012, including 14 new functions in T-SQL as well as SQL Server Data Tools (SSDT) and the new talk of the town: "AlwaysOn!"

Read More...
Tag: SQL Server
Interested: 70


 Sat 12:15p
SQL Server Table Indexing for the .NET Developer
Room: MH 121
Denny Cherry

In this session we will be looking at the best and worse practices for indexing tables within your SQL Server 2008 databases.  We will also be looking into the new indexing features that are available in SQL Server 2008 (and SQL Server 2005) and how you the .NET developer can make the best use of them to get your code running its best.

Read More...
Tags: SQL Server | Indexing
Interested: 76


 Sat 1:30p
SQL Server Table Partitioning from the ground up
Room: MH 121
Level: 300
Denny Cherry

In this session we will be looking at the SQL Server table partitioning features which were introduced in SQL Server 2008.  We will look at how to create partitioned tables and indexes as well as the internals of the table.  We will also look at how to move data from one partition to another and from one table to another with minimal to no impact to the users.

Read More...
Tag: SQL Server
Interested: 68


 Sun 12:30p
Testing Microsoft Technologies - Part1 Winforms, WPF & RDLC reports
Room: MH 264
Level: 200
Llewellyn Falco

Unit testing has become a industry wide best practice. But many Microsoft technologies propose quite a challenge when attempting to unit test them.

In this talk, we will go through the techniques he has personally developed to unit test the following Microsoft API’s: RDLC Reports,WinForms,WPF

Read More...
Tags: Unit Test | TDD | Agile
Interested: 17


 Sun 1:45p
Testing Microsoft Technologies - Part2 EF, Asp.Net, Asp.Net MVC
Room: MH 264
Llewellyn Falco

Unit testing has become a industry wide best practice. But many Microsoft technologies propose quite a challenge when attempting to unit test them.
In this talk, we will go through the techniques he has personally developed to unit test the following Microsoft API’s: Enitity Framework, Asp.Net, Asp.Net MVC

Read More...
Tags: Unit Testing | TDD | MVC | Entity Framework | ASP.NET
Interested: 25


 Sat 12:15p
The future of XAML for XAML developers
Room: SGMH 1506
Level: 200
John Bowen

With the upcoming Windows 8, there are changes in store both for the support of existing XAML technologies, and in the new WinRT based framework for Metro applications. I'll give an overview of where WPF and Silverlight stand in the new world of Windows 8 and we'll look at some code for the new  Metro XAML applications.

Read More...
Tags: XAML | WPF | Silverlight | Metro
Interested: 73


 Sat 12:15p
The Truth About Lambdas in PHP
Room: SGMH 1307
Level: 200
Sharon Levy

A historical review of PHP's anonymous functions up to the present, with live code demonstrations, incorporating functional programming concepts such as currying and partial application.

Read More...
Tags: phun | PHP | Lambdas | Closures | annonymous functions
Interested: 26


 Sat 8:45a
Time to Market: (aka: no, client no cry.) When Brilliant Ideas Need to Make Money
Room: SGMH 2406
Level: 200
Kyle Jacobs

We’ve all had an idea for software that’s a “revolution around the corner”. But when it comes to fleshing out ideas, and getting them to market, there are practical limitations.

Read More...
Tags: windows 8 | practices | market | app
Interested: 66


 Sat 8:45a
Top 10 Dysfunctions Using Scrum - Don’t Shoot the Messenger!
Room: SGMH 1307
Mike Vincent

This session will discuss a top ten list of common dysfunctions using Scrum and help you deal with them effectively.

Read More...
Tags: Scrum | Agile
Interested: 45


 Sun 3:00p
User Driven Development
Room: MH 264
Level: 100
Alline Oliveira

80% of the software developed today is not being used. How do we know which features users will use and which will not? User Driven Development is a methodology that helps answer this question early on in the development process.

Read More...
Tags: Lean Startups | Eric Ries | End User | Agile
Interested: 109


 Sat 4:00p
Using Lucene for Full-Text Search in Azure
Room: UH 248
Level: 400
Mickey Williams

SQL Azure does not currently support full-text indexing. In this talk, we will walk through the use of Lucene to provide full-text search capabilities.

Read More...
Tags: SQL Azure | Lucene | Azure
Interested: 14


 Sun 12:30p
WCF RIA with Cache in Health Industry
Room: UH 248
Level: 100
jaweed sarfraz

WCF RIA is a powerful framework to build silver light Apps. In health industry when you have heterogeneous environment it is difficult to manage application.  In this session you will be able to grasp some basic concept of building WCR RIA App for Heterogeneous environment especially for health industry.

Read More...
Tags: WCF RIA | SQL Server | Silverlight tool kit | SILVER LIGHT | HEALTH | Cache
Interested: 22


 Sat 2:45p
Windows Azure Design Patterns
Room: UH 248
Level: 300
Mickey Williams

In order to design great cloud solutions architects need to understand the design patterns intrinsic to their cloud platform. In this session we will review the design patterns inherent in the Windows Azure platform services.

Read More...
Tag: Azure
Interested: 23


 Sat 10:00a
Windows Live SDK for Windows Phone 7
Room: SGMH 1313
Level: 200
Danny Warren

Interest in the Windows Phone 7 platform is growing quickly and the need for apps is increasing faster still. However, not everything related to a consumer's Live profile is available on the phone natively. On Dec. 7, 2011 Microsoft released a new Windows Live SDK which allows access to Calendars, Contacts, Documents, and more.

Read More...
Tags: WP7 | Windows Live
Interested: 37


 Sun 1:45p
Windows Phone XNA Games - An Introduction
Room: SGMH 1313
Level: 100
Bret Stateham

Would you like to create games for the Windows Phone? In this introductory session we'll show you how to create a simple game using XNA Game Studio 4.0 for Windows Phone 7.5

Read More...
Tags: XNA | WP7 | Windows Phone | Games
Interested: 50


 Sun 10:15a
WordPress Ninja!
Room: SGMH 2406
Level: 100
Rob Davarnia

This session covers WordPress installation, Creating Posts/Pages, Categories, Menus, Widgets and....

Read More...
Tags: WordPress | SEO | PHP | MySQL
Interested: 50


 Sat 8:45a
Working for Startups – What you need to know
Room: SGMH 1308
Level: 100
Kim Smith-Rohlfs

Considering working for a startup?   The good news is there are plenty to choose from throughout California.  But how do you choose the one that is right for you? 

Read More...
Tags: startups | recruiting | Job Hunting
Interested: 71


 Sat 4:00p
Writing better T-SQL
Room: MH 238
Level: 100
Jim Bears

In this session, we will try to cover most concepts in writing better T-SQL, by taking cues from the audience on what are the pain points they currently have with SQL, and working those out.  We will also cover how to understand complexity in T-SQL, and how this can be reduced.

Read More...
Tags: T-SQL | SQL Server | SQL | Code Excellence | Better Coding
Interested: 97


 Sun 3:00p
Writing Generic Code: A case study
Room: UH 248
Marshall Clow

In this talk, I will talk about the evolution of a simple request to the Boost mailing list into a generic solution, 

and what were some of the discoveries and pitfalls along the way.
Read More...
Tags: CPlusPlus | Boost
Interested: 56


 Sat 4:00p
Writing Maintainable JavaScript (Part 1)
Room: SGMH 1406
Level: 100
Paul Mendoza

Learn how to write good JavaScript code that you and your coworkers will be happy to work in later. This is a topic for those who have done a little bit with JavaScript already. We’ll cover things such as null vs undefined, feature testing, design patterns, tricky gotchas of JavaScript and more.

Read More...
Tags: JQuery | JavaScript | Clean Code
Interested: 173



 

Sponsors

Cal State Fullerton

GrapeCity

PDSA

Discountasp.net

SendGrid

Cynergy Systems

Crescent Solutions

Interknowlogy

telerik

Highlander Solutions

Want to contribute?
Please let us know!
 


Tag Cloud

.NET .NET Compact Framework .NET Framework 960 Abstract Classes Agile Android annonymous functions API app AppFabric Application Lifecycle Management Apps Architecture Arduino ASP.NET ASP.NET MVC Async AWS Azure Backbone Banking Best Practices Best Practices Estimating Tracking Better Coding BI Big Data Boost Branching and Merging C# Cache Caching career Career counseling career moves ceo Clean Code Closures Cloud CMS coaching Code Code Craftsmanship Code Excellence Code generation Community Contracting CPlusPlus css frameworks CSS3 Delegates Dependency Injection Depth Data Design Design Patterns Developers Development DI distributed systems drupal EF Efficiency Electric Cars Embedded Encoder End User energy Entity Framework Entrepreneurship Eric Ries Express Extreme foundation Functional Programming Game Development Games Google grid grid system Groovy GTD Hadoop HEALTH High Availability hosting HTML HTML5 Identity IIS Indexing innovation Interfaces iOS iPad iPhone IT ITIL Java JavaScript Javscript Job Hunting JQuery Kanban Kinect Lambdas languages Law of Attraction leadership Lean Lean Startups Learning Linux Lucene Managed Extensibility Framework market Marketplace MEF Metro Microsoft Mobile Mocking MongoDB Monkeys Movie maker Multithreading MVC MVVM MySQL NASA Natura node.js NoSQL NUI Objective-C Oil Open Source openid Parallel Processing parsing Phone 7 phonegap phono phono mobile PHP phpfog phun practices prism Productivity professional skills Project Management Best Practices Python Razor syntax recruiting Refactoring Reflection Regular Expressions Requirements Gathering Best Practices responsive REST Rhino Mocks Routing Ruby salary Scalability Scrum SDK Search SEO SILVER LIGHT Silverlight Silverlight tool kit Skeleton Tracking SMS SOAP solutions Speech Speech Recognition SQL SQL Azure SQL Server SQL TDD SQL Unit Testing startups T4 TDD Templates Testing text TFS THRIVE Tools TPL TROPO T-SQL Unit Test Unit Testing unit tests user interface VB.NET video Visual Studio Visual Studio ALM VOICE Voxeo WCF WCF RIA WEB web design WebMatrix Win8 windows 8 Windows Azure Windows CE Windows Embedded Compact Windows Live Windows Phone WinRT WordPress WP7 WPF XAML XBox Xcode XNA

Session Interest Cloud

&#913ndroid -- 101 &#913ndroid &amp; Cosmic Rays .NET Coding Standards For The Real World .NET Multithreading in Practice: Eight Advanced Gems .NET Reflection in Practice: What Every .NET Developer Should Know .NET TDD Kickstart 10.5 Easy Code Excellence Techniques Part 1 10.5 Easy Code Excellence Techniques Part 2 A discussion of the movie &quot;Thrive - What On Earth Will It Take&quot; Advanced ASP.NET MVC : The Model Binder Agile Success - Why Not Me Too? Part 1 Agile Success - Why Not Me Too? Part 2: EXPERTS ONLY SESSION Agile/Scrum in the &quot;Real World&quot; An Introduction to The Managed Extensibility Framework (MEF) in .NET 4 : Part 1 of 2 An Introduction to The Managed Extensibility Framework (MEF) in .NET 4 : Part 2 of 2 Android, Arduino, and the Headphone Jack Architecting for Multiple User Interfaces ASP.NET MVC3 Tools, Tips and Tricks Azure Tricks and Tips Beginning iPhone and iPad development Best Practices for Estimating your Projects Best Practices for Requirements Gathering BI/Big Data Futures - Is it really all about the Cloud? Branching and Merging with TFS 2010 Build a WordPress Blog and Photo Gallery Site in 60 Minutes! Building an Open Source Commerce Identity System with PayPal Access Building ExpressJS Apps on Windows Azure Building for the real-time web with node.js Building Voice and SMS Communications Apps using Tropo, Phono and Phonegap Choosing Between ASP.NET Web Forms and ASP.NET MVC Code Dojo Part 1 - Let's Write Code Code Dojo Part 2 - Let's Write Code Code Generation with T4 Conquering WEB APIs with Soap UI CSS3 for web designers. Let's design a visually appealing website Debugging and Diagnosing MEF Failures Develop Real World Windows Embedded Compact Application with Visual Studio Driving Electric - An all electric car info session Drupal - A hands-on introduction Easy Async with .NET 4.5 Effective Patterns for Business Rules and Validation F# - Functional Programming Fundamentals F# - Functional Programming Programming Techniques For Love or Money, Your IT Career From Codemonkey to CEO: Part 1) Leadership 101 From Codemonkey to CEO: Part 2) Innovation Literacy From Zero to a Service-Oriented Architecture (or Synchronous to Asynchronous Programming) Fundamentals of Metro style applications Game Development for fun and keeping thousands of users happy with one developer (or small team) Geeks Anonymous Get Func-Y: Delegates in .NET Getting Started with Windows Azure Getting stated with Google App Engine for Developers Getting things done for developers Grid Systems - Picking the right CSS Framework for your website Groovy and Groovy++, In Case You're Curious Hacking Your Memory: Learn Faster and Be Smarter How To Survive The Technical Interview HTML5 for the Real World IEnumerable, ISaveable, IDontGetIt: Understanding .NET Interfaces IIS 7.5 for Developers Intro to Mobile Development for Web, IOS &amp; Android Native Apps using PhoneGap &amp; HTML5 Introduction to Node.JS Introduction to SQL Test Driven Development (TDD) using SQL Server Management Studio (SSMS). Introduction to SQL Test Driven Development (TDD) using Visual Studio 2010. Introduction to SQL Unit Testing Introduction to the XBox Kinect SDK from Microsoft Introduction to XAML - Don't Fear the Markup It is time to rev up your Javascript skill ITIL v3 for Developers JavaScript MVVM with Knockout JS JQuery Mobile, Backbone, and ASP.NET MVC - A Framework for Making Mobile Web Applications Law of Attraction for Developers – The secret behind “The Secret” and &quot;Think and Grow Rich&quot Learn the Lingo: Design Patterns Make Millions Developing Windows Phone Mobile &amp; Global with HTML5, MVC and Windows Azure MVVM Distilled MVVM in XAML: Simple and Easy Networking for Developers NoSql for beginners - Part 1 NoSql for beginners - Part 2 Personal Productivity for Developers Phone 7 Video Magic Plug your Metro App into the world Practical AppFabric Caching and Session Management Project Manager’s Survival Guide - 24 Things You Need to Know to Survive any Project Q&amp;A with ASP.NET Web Hosting Provider, DiscountASP.NET Quick and dirty JQuery Regular Expressions Routing with Asp.Net Routing So you think you have an idea... SQL Design Patterns SQL Refactoring SQL Server 2012 - A Journey through the Landscape of New Features SQL Server Table Indexing for the .NET Developer SQL Server Table Partitioning from the ground up Testing Microsoft Technologies - Part1 Winforms, WPF &amp; RDLC reports Testing Microsoft Technologies - Part2 EF, Asp.Net, Asp.Net MVC The future of XAML for XAML developers The Truth About Lambdas in PHP Time to Market: (aka: no, client no cry.) When Brilliant Ideas Need to Make Money Top 10 Dysfunctions Using Scrum - Don’t Shoot the Messenger! User Driven Development Using Lucene for Full-Text Search in Azure WCF RIA with Cache in Health Industry Windows Azure Design Patterns Windows Live SDK for Windows Phone 7 Windows Phone XNA and Silverlight Integration Windows Phone XNA Games - An Introduction WordPress Ninja! Working for Startups – What you need to know Writing better T-SQL Writing Generic Code: A case study Writing Maintainable JavaScript (Part 1)
 


Site template by: Mantis-a templates, visit Netmeter