What You Can Do Today with Html 5 and Css 3 on Mobile Devices
Attendees at Wednesday's meeting (4 Jan 2012) have a chance at winning a Kinect!
Attendees at Wednesday's meeting (4 Jan 2012) have a chance at winning a Kinect!
Chris Love will discuss How HTML5 and the Cloud Will Make You a Mobile Champion
Building a dynamic website involves a number of different technologies, including some sort of database, some web application framework, html, css and javascript. Some developers are good at all of these but most are just familiar with a few (if any).
Chander Dhall will discuss Algorithms and Patterns in C#, .NET
Amir Rajan will discuss Get Things Done with dynamic ASP.NET MVC
Keyvan Nayyeri will discuss Parallel Programming in .NET
Casey Watson will discuss Simplifying Package Management with NuGet
David Penton will discuss Web Security - How Secure Am I?
Tim Rayburn will discuss HTTP + WCP != Pain.
Todd Anglin will discuss Getting familiar with HTML 5.
David O'Hara will discuss Fluid Domain Models.
Matt Brock will discuss continuous integration principles and how they integrate with modern software development practices. It is demo heavy and will cover how to setup, configure and use CI tools to create a development system that promotes high quality software and supports continuous delivery.
David Penton will give an overview of the NoSQL movement and what it *might* mean for traditional database developers. What are folks really looking for with a NoSQL database? Then MongoDB installation, basic usage, and .NET drivers. Examples with NoRM will be used.
As .NET developers we usually spend the bulk of our time slinging C#/VB.NET code and writing Sql with little focus on the client-side of the web.
A solid REST API is essential to any modern web application. Yet a REST API alone is of little value. We are going to walk through an example of how to use ASP.NET MVC and Inversion of Control (IoC) to create a framework for delivering a sustainable REST API.
Amir will be presenting on "lessons learned" from building an application using Bing Maps, Silverlight, and ASP.NET MVC. The presentation will cover integrating Silverlight and ASP.NET MVC, communicating RESTfully in Silverlight, and how to use IOC containers in conjunction MVP/MVVM.
Mono is an open-source, cross-platform implementation of the .NET framework based on the ECMA standards for C# and the Common Language Infrastructure. With Mono, users can run applications written and compiled in Visual Studio.NET on Windows, Linux, and Mac OS X.
NHibernate has always been preferred ORM tool for DDD community in .NET land. However one area of NHibernate where people struggled most is its xml base configuration. This is where Fluent NHibernate was born giving Fluent, XML-less, compile safe, automated, convention-based mappings for NHibernate.
In 2000, Eric Brewer proposed the CAP Conjecture. It was proven in 2002 by a group at MIT, and is henceforth known as the CAP Theorem.
The Dynamic Language Runtime (DLR) came out in version 1.0 with the release of .NET 4 but most developers don't know it is there and, if they do, don't know what you can do with it.