Event - aspConf_aspConf


Enterprise Search with MVC 4[MP4] [0:53:04] [2012/10/09]
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…


Rev up your JavaScript Skills[MP4] [0:45:45] [2012/10/09]
People have mixed views about javascript but it is one language that cannot be ignored. Come and see Chander Dhall in action. In this code-intensive talk you will learn how to use javascript to make…


Fiddler and Your Website[MP4] [1:14:30] [2012/08/21]
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…


Deep Integration of MVC and WebForms[MP4] [1:16:13] [2012/08/14]
WebForms, MVC with ASPX views, and MVC with Razor views have their own pros and cons. But ASP.NET doesn't make it an either/or choice. Not only can you have all three side-by-side in the same…


Cryptography 101 Using the .NET Framework and ASP.NET[MP4] [1:14:30] [2012/08/07]
Learn the "black art" of cryptography, including public/private and symmetric encryption, hashing, digital signatures, and a dash of salt. Review the basics of cryptography and what…


Persistence In The Cloud: How to use Azure Storage[MP4] [0:46:36] [2012/08/07]
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,…


Common ASP.NET Design Patterns[MP4] [1:17:15] [2012/08/07]
Design Patterns provide common templates for solving the same family of problems in a similar way. They also provide a higher-level language for software developers to use to describe approaches they…


Tips for Building Responsive Cloud Applications[MP4] [0:45:55] [2012/08/07]
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…


HTML5 w/ ASP.NET 4 & 4.5[MP4] [1:16:47] [2012/08/03]
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…


ASP.NET MVC 4 Mobile[MP4] [1:08:41] [2012/08/01]
ASP.NET MVC 4 offers a variety of options when it comes to mobile browsers. We'll talk about responsive design, display modes (including cusom modes), and mobile-only development using jQuery mobile.


Your users are mobile capable. Is your application?[MP4] [1:11:17] [2012/08/01]
The explosion of mobile capable devices has changed the way people work and play. While most enterprises have embraced mobile technologies few have put those technologies to good use. Enterprise…


A Smooth Transition to HTML5 Using MVVM[MP4] [1:08:53] [2012/08/01]
How difficult is it to port Silverlight applications to HTML5? That is the question we hear every day at ComponentOne. Instead of speculating about it, we decided to sit down and try it. Today we will…


Test-First and Functional-First with Web API[MP4] [1:08:23] [2012/08/01]
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…


Getting Started With ASP.NET MVC[MP4] [1:18:02] [2012/08/01]
Are you new to ASP.NET MVC? This session is for you. We will go over the core concepts of the framework so you will have a good foundation, whether you want to start making websites with ASP.NET MVC,…


ASP.NET MVC Solution Best Practices[MP4] [1:20:18] [2012/08/01]
Developers choose ASP.NET MVC because it provides for more control over the resulting HTML, better separation of concerns, and better testability. But these benefits are only fully realized if the…


Test Driving ASP.NET MVC[MP4] [1:24:27] [2012/07/31]
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…


Integration Testing With SpecsFor.Mvc ASP.NET MVC Testing on Steroids![MP4] [1:14:25] [2012/07/31]
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…


Kendo UI Lighten Your Load by Adding a Sword[MP4] [0:47:56] [2012/07/31]
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…


Quick Start: Test Driven Development[MP4] [0:59:53] [2012/07/31]
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?…


HTML5 is the Future of the Web[MP4] [1:17:35] [2012/07/31]
The next version of tools for the web will include more semantic markup, powerful APIs for JavaScript , and better native styling. In this presentation, I will show the important features of HTML5 and…


Intro to RavenDB: NoSQL is Rapping at Your Door[MP4] [0:55:00] [2012/07/31]
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…


Three web frameworks. All .NET. All Community Driven. One hour. Go.[MP4] [1:03:17] [2012/07/31]
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…


ElmahR = ELMAH + SignalR[MP4] [1:16:46] [2012/07/29]
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…


Glimpse into ASP.NET - Taking a never before seen look inside your server! [MP4] [0:53:35] [2012/07/27]
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…


JavaScript Gotchas[MP4] [0:58:23] [2012/07/26]
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…


Building complex Single Page Application should be as enjoyable as visit to a SPA[MP4] [1:01:51] [2012/07/26]
When you're building a workflow-rich web site or application, you're in danger of getting buried under piles of entangled JavaScript code, web pages, styles and other related artifacts. It's better to…


Fast, Faster... Async, ASP.NET[MP4] [1:05:09] [2012/07/25]
Do you have any page that needs to access a database, or a web service? Do any of those pages takes longer than a second? Do you know what happens to the rest of your site when this happends? All…


The Lightweight Approach to Building Web Based APIs with .Net[MP4] [1:06:38] [2012/07/25]
Traditional .NET development frameworks tend to be big, and cover all possible eventualities, and for many projects this is A Good Thing. But for just as many, if not more, projects, a full one size…


Introduction to Simple.Web[MP4] [1:29:26] [2012/07/25]
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…


How To Achieve World(-Ready) Domination In ASP.NET MVC 4 [MP4] [1:23:04] [2012/07/25]
So you've written your ASP.NET MVC application and you want it to work in another language? Then this session is for you. World-Readiness is all of the work that a developer needs to do to globalize…


NuGet: Add Reference, Awesome[MP4] [1:08:33] [2012/07/25]
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…


Understanding Monads with JavaScript[MP4] [0:39:34] [2012/07/25]
JavaScript has functional concepts. And a particularly tricky functional concept that people have trouble in understanding in the monad. In this session, we will talk about monads, how we can use them…


CQRS with ASP.NET MVC - A Year On[MP4] [1:28:00] [2012/07/25]
Last year, we looked at CQRS and Event Sourcing, and we primarily looked at using a framework called Ncqrs.…


Advanced ASP.NET Web Forms 4.5[MP4] [1:14:30] [2012/07/25]
Learn techniques to enhance your Web Forms development experience. See how you can improve your code's maintainability and testability and your site's performance. Leverage new features in ASP.NET Web…


Working with Client-Side HTML5 Storages[MP4] [0:41:39] [2012/07/25]
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…


Windows Azure Web Sites[MP4] [1:00:50] [2012/07/22]
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,…


Testing ASP.NET MVC Views, from New Project to the Build Server[MP4] [1:15:22] [2012/07/22]


Exterminating Common jQuery Bugs[MP4] [1:09:29] [2012/07/22]
jQuery is so easy to use and thankfully abstracts many of the cross-browser concerns we used to labor over years ago. However, as with any library there are a common set of bugs that tend to crop up…


Modern Web Development[MP4] [1:17:11] [2012/07/22]
In this talk, Shawn will walk the attendees through the new way that web applications are being built today using the latest in client-side development the best practices of how to carry that out with…


Improving Web Site Performance and Scalability While Saving Money[MP4] [1:09:20] [2012/07/22]
Can you really improve the customer experience and save money? There are many simple techniques and free tools available that can do both! This session will start with a traditional ASP.NET web site…


ASP.NET MVC Tips, Tricks and Hidden Gems[MP4] [1:13:51] [2012/07/22]
The ASP.NET MVC framework has been around for quite a while now and it has been constantly gaining popularity ever since. However, despite that fact, a lot of MVC developers are not aware of various…


Responsive Design[MP4] [0:50:44] [2012/07/22]
Instead of creating separate sites for the different sized mobile experiences, you should be creating sites that adapt to the screen they're shown on. In this talk, Shawn Wildermuth will show you the…


Brewing Beer with Windows Azure[MP4] [1:12:40] [2012/07/22]
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…


Going Native with HTML5[MP4] [1:21:36] [2012/07/22]
Amazing mobile application design is not owned by native applications. These same experiences can be replicated across platforms using HTML5, CSS3 and a sprinkle of AJAX. This session reviews how to…


Introduction to the ASP.NET Web API[MP4] [1:17:47] [2012/07/22]
What is REST? and a RESTful API? How does the ASP.NET Web API fit in? How does the ASP.NET Web API work? How can it be consumed by clients such as ASP.NET MVC, Win8/Metro, etc.? In this session, John…


aspConf Keynote - Scott Hanselman[MP4] [1:13:38] [2012/07/20]
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…


Next Generation Visual Studio Web Tools[MP4] [1:14:09] [2012/07/14]
Building websites has become more and more important for most businesses worldwide, and with the introduction of HTML 5 we now have more possibilities than ever. Join Mads on a journey through the…


Bundling and Optimizing[MP4] [1:10:43] [2012/07/14]
Visual Studio 2012 will introduce optimization features for all ASP.NET project types. Howard Dierking shows you how to drastically shrink your response size as well as increase page download speed…


Ask the Experts[MP4] [1:14:34] [2012/07/14]
Here's your chance to get answers to your deep technical questions about SignalR, MVC, Web API! With Damian Edwards, Brad Wilson and Marcin Dobosz.


ASP.NET - Beyond Visual Studio 2012 and .NET 4.5 [MP4] [1:07:37] [2012/07/14]
What happens after ASP.NET 4.5, ASP.NET MVC 4, ASP.NET Web Pages 2, and Visual 2012? Hear straight from Scott Hunter and team talk about where ASP.NET and Visual Studio are going next.


Async in ASP.NET[MP4] [1:10:19] [2012/07/14]
Async is here and it's awesome, but how do you leverage for maximum affect in a server environment? When should you use async and what shouldn't you do to avoid headaches? Hear from the ASP.NET team…


aspConf Keynote - Scott Guthrie[MP4] [1:18:03] [2012/07/14]
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…