Web Security - How Secure Am I?
David Penton will discuss Web Security - How Secure Am I?
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.
Always checking out the newest shiny thing?? Distributed version control (DVCS) is spreading like wildfire across the .
Join Matt Hinze to talk about inversion of control, object-oriented principles, software architecture and how to develop quality software very quickly. In this intermediate to advanced level talk, Matt will present the basics of IOC in C# and dive deep into interesting usage patterns...
As a follow up to Dependency Injection with Silverlight, this talk focuses on the advanced data binding and application modeling options that are available so that you can achieve a higher level of maintainability, functionality and testability in the UI layer of your application.
In this presentation, I will explain event driven architecture, describe the different types of events, demonstrate how events can be related and orchestrated, and provide a basic understanding of how this method can drive the architecture of enterprise systems.
Do you remember when generics were introduced in the .NET runtime 2.0? That was the the biggest new feature in that version of the framework and it's almost 5 years old. Time for a new runtime release with new and exciting features.
jQuery aims to redefine the way we write JavaScript, and now with support built into Microsoft Visual Studio, you can more easily write client-side scripts than ever before. In this session, you will learn the basics of jQuery starting with downloading and installing jQuery.
As you build applications with a framework, you often find yourself running into the same problems. Fortunately, the ASP.NET MVC framework is very extensible. We will discuss some common web development problems and how we can understand and extend the framework to solve our development hurdles.