aspConf is a virtual conference focused on one thing: showcasing the ASP.NET stack as the platform for great web applications. We've revamped the popular mvcConf conference to serve all of ASP.NET, Windows Azure, the MS Web Platform and the community as a whole.
The conference includes over 60 sessions from the ASP.NET product team and the ASP.NET developer community. All sessions are recorded and will be available on Channel 9.
Featured
-
Enterprise Search with MVC 4
In this talk Chander Dhall will go over his consulting experiences on search. Code examples will be on asp.net Mvc4, Lucene and Visual Studio 11. Yes, search is important and a big part of user experience. Given the informational diversity and the particular situational context, we as developers need...
-
aspConf Keynote - Scott Guthrie
Windows Azure is a flexible and open cloud platform for a wide variety of applications ranging from web sites to enterprise and mobile applications. In this foundation session Scott Guthrie will demonstrate how to quickly build and deploy applications using the new Windows Azure features and services...
-
aspConf Keynote - Scott Hanselman
Scott Hanselman gives the second day keynote for aspConf. In this session, Scott Hanselman starts by explaining the vision of One ASP.NET. He then shows a bunch of mind-blowing prototype features, and ends by answering dozens of live questions from the community. This is a must-see session...
-
Quick Start: Test Driven Development
What is a Unit Test and how do I write one? What does Test Driven actually mean? And what about when developing in a code base with endless lines of untested code, where do I start the test driving? This session will be focused on keeping it simple and that you will be ready to start Unit Testing tomorrow!...
-
Brewing Beer with Windows Azure
Inspired by one of the Windows Azure gods (Wade Wegner), Maarten decided to order a homebrewing starter kit. Being a total cloud fanboy, he decided to hook those delicious creations to the cloud. Join Maarten and discover how you can connect a USB temperature sensors to Windows Azure to monitor brewing...
-
Glimpse into ASP.NET - Taking a never before seen look inside your server!
Glimpse allows you to take a never before seen look inside your server. Instead of forcing you to go line by line inside your code, Glimpse does the work for you. It tells you exactly what's going on with each request. It's able to summarize your server data in a way that facilitates ease of understanding. ...
-
Introduction to Simple.Web
The Simple.Web framework applies the SOLID design principles to web application development, and makes building RESTful web sites and services... well, Simple. The talk will introduce Simple.Web's new approach to web development, and cover: the principles of REST; working with the Razor view engine;...
-
HTML5 w/ ASP.NET 4 & 4.5
Whether you're building a new website using ASP.NET or maintaining an existing one, you'll leave this talk ready use HTML5 on ASP.NET with VS2010. We'll look at what HTML5 offers modern application developers and how you can code HTML5 with ASP.NET WebForms or ASP.NET MVC for rich Web Applications both...
-
Test Driving ASP.NET MVC
The MVC pattern is inherently testable and, in turn, ASP.NET MVC is a very testable framework but you still have to conform to specific patterns and best practices to successfully create a truly "testable" ASP.NET MVC application. In this talk Keith will discuss how the ASP.NET MVC lends itself...
-
Windows Azure Web Sites
Windows Azure Web Sites is a simple and powerful hosting platform that allows developers to easily build and rapidly deploy web applications on Windows Azure using their favorite languages, frameworks, and tools. Join Brady Gaster as he demonstrates how you can use this new technology to build, deploy,...
-
Working with Client-Side HTML5 Storages
HTML is the markup language that every web developer uses in order to structure and present content in the Internet. HTML5 is the standard that is being shaped and developed currently. It extends and improves the last HTML4 standard and takes it to the next level with support for multimedia, communication,...
-
Kendo UI – Lighten Your Load by Adding a Sword
Now day's people expect a rich interactive experience when interacting with your website. In order to deliver this experience a developer needs to arm themselves with the correct tools and in the past this meant picking and choosing from available tooling that may not have been designed to play to nice...
-
NuGet: Add Reference, Awesome
There's an Open Source package manager for .NET available now called NuGet. It's supported and shipping with ASP.NET MVC 3, but it's not just for ASP.NET. In fact, it's not just for open source. Join Matthew as we learn all about NuGet, from the basics of consuming packages, to creating and distributing...