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...
-
JavaScript Gotchas
JavaScript is weird. Yet its increasingly important everyday. No longer running just in the browser, it can be used for apps that run on the server, the phone, tablets and even desktops. It has its own strange behaviours that can catch you out when you least expect. In this session we will look at some...
-
-
ElmahR = ELMAH + SignalR
ElmahR is a web dashboard where you can aggregate several monitored applications; adding them to ElmahR configuration will enable them to post error events, which will show them on all the connected client dashboards in real-time.ElmahR is about error logging in real-time, and to do that it's based on...
-
Three web frameworks. All .NET. All Community Driven. One hour. Go.
In the .NET space the overwhelming majority of web projects are built with ASP.NET in one form or another. For many of those projects this a good choice. But there are alternatives. Alternatives that offer other approaches, and supports other ways of thinking. Alternatives that are developed by the community....
-
Intro to RavenDB: NoSQL is Rapping at Your Door
The use of non-relational databases has been gaining momentum, and can be a great solution in some scenarios. RavenDB is the foremost document database for .NET, and offers support for JSON, LINQ, a REST-ful API, automatic indexing, transactions, horizontal scalability, and many more features. In this...
-
Integration Testing With SpecsFor.Mvc – ASP.NET MVC Testing on Steroids!
Everyone knows that one of the major benefits of ASP.NET MVC over WebForms is improved testability, namely easier unit testing. But did you know that the MVC framework also makes it far easier to create strongly-typed, refactor-friendly integration tests for your application? It's true! And the SpecsFor.Mvc...
-
Test-First and Functional-First with Web API
Web API offers a highly testable, highly functional approach to building composable web applications. This talk will look at how you can build up web APIs without worrying about hosting concerns by using in-memory models. We'll also look at how to create truly re-usable components in a functional-first...
-
Tips for Building Responsive Cloud Applications
Cloud platforms are becoming widely available and it's important to understand why, when and how to use them. Especially the services and components they provide. Different clouds from different cloud providers differ by components, services and APIs but, nevertheless, they use exactly the same common...
-
Persistence In The Cloud: How to use Azure Storage
Azure Storage allows you to store data in the cloud in a way that is durable, scalable, and highly-available. Azure Storage provides queues, blobs, and tables in which to store data. In this session, you will learn about each of these storage mechanisms and how to access them from your .NET and Windows...
-
Fiddler and Your Website
Fiddler is a great free tool for monitoring HTTP traffic between clients and web servers. It is very helpful for troubleshooting web sites and for gauging performance. Review the basic features and explore advanced techniques for tracing traffic with remote devices.