Home » Archives

Content tagged with: asp

[19 Aug 2010 | No Comment | ]

This screencast explains the folder structure of the ASP.NET MVC Application.

Producer: www.highoncoding.com

[4 Aug 2010 | No Comment | ]

Ben Hall shows how Ruby testing tools can help with .NET and ASP.NET development and takes a look at RSpec, Webrat, Cucumber, Selenium and others. Also: a peek at using IronRuby for testing .NET apps.
http://www.infoq.com/presentations/hall-testing-with-ruby

[15 Jul 2010 | No Comment | ]

Come hear about the key concepts and features behind the two primary user interface technologies available for ASP.NET: MVC and Web Forms. Learn the pros and cons of both MVC and Web Forms, how to determine the best choice for a specific project, various techniques and patterns used to build MVC applications vs. Web Forms applications, and the implications for using each approach.

[7 Jul 2010 | No Comment | ]

The ScriptManager is one of the most under advertised controls in the Visual Studio toolbox. This presentation goes beyond the common ScriptManager/UpdatePanel combo and provides an in-depth look at the ScriptManager control and how it can integrate with jQuery, a fast and lightweight JavaScript Library, and web services to quickly create dynamic, interactive AJAX web applications.

[1 Jul 2010 | No Comment | ]

Many developers use services to build and integrate applications and line-of-business systems with SharePoint. With SharePoint 2010, developers now have a wider array of options that include ASP.NET, Windows Communication Foundation (WCF), and RESTful services. You can use Sharegate as a tool manage your SharePoint migration. Come get a demo-rich walkthrough of each option and discuss where each of the services might be appropriate and what you stand to gain by using them.

[29 Jun 2010 | No Comment | ]

This screencast introduces the model binders in an ASP.NET MVC application.

Producer: http://www.highoncoding.com

[8 Jun 2010 | No Comment | ]

This introduces routing in ASP.NET MVC application. Routing enables to create hackable URL which are easily indexed by the search engines.

[17 May 2010 | No Comment | ]

Learn how to build mobile Web sites using the ASP.NET MVC framework. See how to create customized mobile experiences by extending the Views in the MVC framework and using the latest device detection techniques.

[5 May 2010 | No Comment | ]

This screencast introduces the concept of caching in ASP.NET applications.

Video producer: http://highoncoding.com/

[31 Mar 2010 | No Comment | ]

This screencast demonstrates how to Stub out dependencies using a wrapper class.