Videos in category Development
If you have a form with multiple buttons, you can detect which button was clicked by checking the passed parameters. Learn how in this episode.
Railscasts #37: Simple Search Form
A search form is quite different than other forms, this is because it does not deal with model's attributes. See a good way to add a simple search form in this episode.
Microsoft MIX07: Partying with PHP (...and the Microsoft Platform)
Learn how to spice up PHP using the unique features of the Microsoft platform. PHP is the center of attention as you learn to build and run a PHP application on Microsoft Internet Information Services 7, and also mingle with the Microsoft AJAX library.
Microsoft MIX07: IIS7 for Developers
IIS7 is the most flexible, extensible and customizable Web server on the planet. This session presents a tour of IIS7 and demonstrates the many benefits it offers developers. Learn about the end-to-end extensibility model in IIS7, which was used by the IIS product team to build all of the features in IIS7. We’ll also show off the new distributed configuration system and show how easy it is to d...
Microsoft MIX07: Developing Data Driven Applications Using the New Dynamic Data Controls in ASP.NET
ASP.NET dynamic data controls are part of a powerful, rich new framework that lets you create data driven ASP.NET applications extremely easily. ASP.NET dynamic data controls do this by automatically discovering the schema at runtime, deriving behavior from the database and finally creating an ASP.NET page. Anything that can be inferred from the schema works with almost no user effort. If neede...
Microsoft MIX07: High-Speed Development with the AJAX Control Toolkit
The ASP.NET AJAX Control Toolkit is a set of controls and extenders designed to help ASP.NET developers easily integrate rich client UI features into their Web applications. As a community effort, the toolkit contains controls written by Microsoft and non-Microsoft developers who have joined forces to create a powerful, shared-source library for all to use. Learn how to speed up your developmen...
Microsoft MIX07: Rapidly Building Data Driven Web Pages with Dynamic ADO.NET
Come learn about how new technologies from Microsoft bring together the concepts of dynamic languages and ADO.NET and allow you to quickly develop data driven Web pages using ASP.NET dynamic data controls, scalable to even the most complex databases.
Railscasts #36: Subversion on Rails
This episode will walk you through setting up a Rails project on subversion. It covers some helpful tips and gotchas you may experience along the way.
Microsoft MIX07: Deep Dive on Data Driven Experiences
Come learn how technologies like Silverlight, Language Integrated Query (LINQ), and SQL Server 2005 can help developers build impactful, dynamic applications that reach the broadest possible audience.
Microsoft MIX07: How to Make AJAX Applications Scream on the Client
What can you do about slow AJAX applications? Take a deep technical dive into optimizing your Web code to run faster and more efficiently.