Search for Training RSS Feed  
All Courses
Sign up to our newsletter

You need Microsoft Silverlight to get the best experience from this site.

Silverlight Sphere
82 results
View Results
Sort by: Date | Type | Level
Search Results

This session provides a high-level overview of what the Dynamic Language Runtime (DLR) is, and why it was created. We will focus on scenarios involving dynamic languages and .NET, with high-level demos showing relative advantages of dynamic languages such as IronRuby and IronPython.

Presenter: Bill Lodin
Job Title: Vice President, IT Mentors (Trainer)
Course Date 12/15/08 08:00 Duration 60 minutes Training Format Web Seminar Level Intermediate Attendance Count 263 views
With the advent of .NET, reverse engineering code is as easy as 1-2-3. In this session, we will demonstrate how easy it is to reverse engineer an application and obtain its source code. Then, we will demonstrate obfuscation using the free Dotfuscator CE Edition built into Visual Studio.
Course Date 01/08/09 08:00 Duration 15 minutes Training Format Web Seminar Level Intermediate Attendance Count 399 views
After completing this lab you will be better able to: Create Entity Data Model, Add new Tables to the Model After Creation, Consume the Entity Data Model using Entity Client with Entity SQL, Consume the Entity Data Model using Object Services with Entity SQL and LINQ
Course Date 02/02/09 08:00 Duration 90 minutes Training Format Virtual Lab Level Advanced Attendance Count 512 views
After completing this lab you'll be better able to: Create two different Windows Communication Foundation (WCF) services, Use a REST approach for exposing functionality, Illustrate how to connect to the same AJAX web service using PHP as the client
Course Date 02/02/09 08:00 Duration 90 minutes Training Format Virtual Lab Level Advanced Attendance Count 218 views
After completing this lab you'll be better able to: Create a controller, Display data from a model, Generate links Handle HTML forms
Course Date 02/02/09 08:00 Duration 90 minutes Training Format Virtual Lab Level Advanced Attendance Count 387 views
After completing this lab you'll be better able to: Understand appropriate separation of concerns when developing WF, Be comfortable applying TDD in the creation of WF workflows and activities, Understand the basic model of property-based Dependency Injection (DI), Understand the role of mock objects in writing unit tests, Appropriately apply the Rhino Mocks mocking framework
Course Date 02/02/09 08:00 Duration 90 minutes Training Format Virtual Lab Level Advanced Attendance Count 92 views
This screencast shows how to manage context in .NET applications to enable multiple calls on the same proxy for different workflow instances, or to make calls to an existing workflow instance with a new proxy/channel.
Presenter: Matt Milner
Job Title: Trainer, Pluralsight
Course Date 06/07/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 147 views
Learn how to implement resource collection services using the WCF REST Starter Kit. You'll see how to use the Resource Collection Service project template to create a sample implementation that exposes a collection of bookmarks, and then you'll test the service using Fiddler.
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 06/07/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 131 views
This screencast walks through the basic ideas of managing context in workflow services and introduces several concepts that will be used for deeper exploration in other screencasts in the series.
Presenter: Matt Milner
Job Title: Trainer, Pluralsight
Course Date 06/07/09 08:00 Duration 15 minutes Training Format Web Seminar Level Introductory Attendance Count 112 views
.NET 3.5 supports managing context in a SOAP header or HTTP cookie, but that may not be where your context information lives. In this screencast we will show an example of a custom channel that enables the context information to be passed in a URL to enable operation invocation from a link in an email.
Presenter: Matt Milner
Job Title: Trainer, Pluralsight
Course Date 06/07/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 120 views
Conversations are special cases of context management in workflow services requiring extra information to correctly route messages. In this screencast, we will show you when you need to think about conversations and how to properly write your workflows and clients to deal with them.
Presenter: Matt Milner
Job Title: Trainer, Pluralsight
Course Date 06/07/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 88 views
This screencast shows you how to process different types of messages that you might get back from RESTful services on the Web. It shows how to use XLinq, DataContractSerializer, and XmlSerializer, and it shows how to process XML, Atom, and JSON messages.
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 06/07/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 128 views
This screencast demonstrates three essential concepts you should know to host web applications in Windows Internet Information Services.
Course Date 07/07/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 222 views
This screencast shows you how to use the new DataView component in ASP.NET Ajax 4.0 to perform client-side data binding against an Ajax-enabled WCF endpoint.
Presenter: Fritz Onion
Job Title: Trainer, Pluralsight
Course Date 07/07/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 260 views
This screencast provides a quick introduction to ASP.NET MVC, showing you how to create a minimal MVC application, and then add a controller, a view, send data from the controller to the view, and modify the default route map.
Presenter: Fritz Onion
Job Title: Trainer, Pluralsight
Course Date 07/07/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 392 views
Learn how to configure Windows Process Activation Service (WAS) for TCP-based activation, making it possible for you to host your WCF service in IIS with TCP-based endpoints.
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 07/08/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 78 views
This screencast guides the viewer through the process of Ajax-enabling your WCF services, allowing you to easily consume them from within your Ajax client pages.
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 07/08/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 160 views
Learn how to host your WCF services within a traditional Windows Service when you can't use (or don't want to use) IIS hosting techniques for whatever reason.
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 07/08/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 269 views
This screencast shows you how to use the new HttpClient class found in the WCF REST Starter Kit (Preview 2) to build a console application that retrieves Twitter statuses and updates Twitter statues (using the Twitter REST API), and it only takes 3 minutes to do it!
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 07/08/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 111 views
Learn how to implement HTTP plain XML services (POX) using the WCF REST Starter Kit. These services don't have to follow the RESTful constraints -- they simply define operations that send/receive XML payloads.
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 07/08/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 137 views
A walk through of how ViewState in ASP.NET works. This screencast shows exactly how ViewState works, how it can be parsed with external tools, when it is necessary and when it is not, and how to avoid problems with ViewState.
Presenter: Fritz Onion
Job Title: Trainer, Pluralsight
Course Date 07/07/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 355 views
This screencast shows you how to use the new HttpClient API (found in the WCF REST Starter Kit Preview 2) to build a Twitter client application against the Twitter REST API. It shows how to use several of the operations on the Twitter REST service.
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 07/07/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 168 views
This screencast shows you how to manage query string and form input required by RESTful services on the Web by using some of the new features in the WCF REST Starter Kit Preview 2. The example shows how to send this type of input into the Twitter REST API.
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 07/07/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 165 views
This screencast shows you how to get started with the new version of the WCF REST Starter Kit (Preview 2) that you can download now from CodePlex. It shows how to use the starter kit to create a simple REST service, along with a simple client to consume it.
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 07/07/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 207 views
Learn how to build a RESTful service with WCF, converting a previously created WCF service to support a RESTful interface.
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 07/08/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 266 views
This screencasts continues to guide the viewer through how to build a RESTful service with WCF, simplifying the IIS hosting of the service.
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 07/08/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 140 views
This screencast introduces developers to the client-side experience for using WCF to consume RESTful services. You'll see how to use the new WebChannelFactory class to create WCF channels that know how to map method calls into traditional HTTP operations (GET, POST, PUT, and DELETE).
Presenter: Aaron Skonnard
Job Title: Trainer, Pluralsight
Course Date 07/08/09 08:00 Duration 15 minutes Training Format Video Level Introductory Attendance Count 117 views