.NET Remoting – 10 Premium Video Tutorials

Get 5 Hours of FREE PREMIUM Videos:

LearnVisualStudio.NET Free Preview


LearnVisualStudio.NET Free Preview: Declaring Variables and Assigning Values

I am a lifetime member of LearnVisualStudio.net and a Premium Plus member of dotNetVideos.net.

LearnVisualStudio.net is awesome because it grows in value each year as more videos are added.

dotNetVideos.net is also great because it focuses a lot on MS Certifications and practical interview questions.


- Wade Harvey (IdealProgrammer.com)

LearnVisualStudio Premium Videos

Visual C# 2010 for Absolute Beginners C# for Absolute Beginners C# for Absolute Beginners Study Guide Visual Basic for Absolute Beginners
Visual Basic Express Edition Study Guide Visual Basic 9.0 Language Enhancements Entity Framework Linq To Sql
Windows Phone 7 Development Unit Testing ASP.NET MVC 3 (In Progress) ASP.NET MVC Hands On Project
ASP.NET For Absolute Beginners Visual Web Developer C# Study Guide Visual Web Developer VB.NET Study Guide ASP.NET Controls Series
ASP.NET AJAX ASP.NET Architecture Series ASP.NET Server Controls Silverlight 4.0
Windows Presentation Foundation Windows Forms Controls Visual Studio 2010 New Features Visual Studio Team System 2008
Visual Studio Team System Features Getting Started With Sql Server Express Edition


dotNetVideos Premium Video Catalog

Interview Questions & Answers Windows AzureASP.NET MVC 4Windows Phone 7 (3 Videos)
Visual Studio 2011 Application Lifecycle ManagementLightSwitchHTML 5SOLID
Visual Studio Add-OnsVisual Studio 2010 ALM Lab ManagementASP.NET 4 Deep Dive Microsoft Enterprise Library 5 with ASP.NET 4 (10 Videos)
Virtualization Techniques for Developer (5 Videos)Test Series - 70-519: Designing and Developing Web Applications Using Microsoft .NET Framework 4 (20+ Videos)Test Series - 70-519: Supplemental
70-513: Test Series (MCTS) Windows Communication Foundation 4 (20+ Videos)70-515:Web Applications Development with Microsoft .NET Framework 4 (20+ Videos)Test Series - 70-516: Accessing Data with Microsoft .NET Framework 4 (20+ Videos)Test Series: 70-432: Microsoft SQL Server 2008, Implementation and Maintenance (20+ Videos)
Test Series: 70-433: SQL Server AdministrationFrom Novice To Professional - C# (25 Videos)From Novice To Professional - VB.NET (25 Videos)




Premium (Not Free) Video Tutorials

Free Video Tutorials & Free Tools

Here is a collection of 10 premium video tutorials on by Learn Visual Studio. In order to view the videos, you need to become a member of Learn Visual Studio.

Here are a few things you need to understand about remoting:

  • Purpose: .NET Remoting makes it possible for software components to interact across application domains.
  • History: .NET Remoting is an API that was introduced with .NET Framework 1.0 in 2002 to improve upon earlier technologies for interprocess communication.
    • In 1990, OLE (Object Linking and Embedding) was developed;
    • in 1993, COM () was created
    • and in 1997, this was advanced to DCOM (Distributed Component Object Model) and renamed to ActiveX;
    • in 2000, COM+ came into being;
    • in 2002, .NET remoting was introduced;
    • in 2007, WCF technologies were implemented in NET Framework 3.0
  • Historical Problems: DCOM had its problems as it relied on proprietary format. Also there were problems of communication between COM objects spread across firewalls. .NET Remoting eliminated these difficulties by supporting various transport and communication protocols and by being adaptable to diverse network environments.
  • General Concepts: .NET Remoting allows an application to make an object (which is called a "remotable object") available across remoting boundaries. This can include different appdomains, processes or even different computers connected by a network. The .NET Remoting runtime hosts the listener for requests to the object in the appdomain of the server application. At the client end, any requests to the remotable object are proxied by the .NET Remoting runtime over Channel objects, that encapsulate the actual transport mode, including TCP streams, HTTP streams and named pipes. As a result, by instantiating proper Channel objects, a .NET Remoting application can be made to support different communication protocols without recompiling the application. The runtime itself manages the act of serialization and marshalling of objects across the client and server appdomains.
  • Architecture: See Architecture section of this msdn article on Improving Remoting Performance

.NET Remoting

SeriesTitleDatePresenterMin
.NET Remoting SeriesIntroduction to .NET Remoting1/1/2003Bob Tabor27
.NET Remoting SeriesCreating a Simple Remoted Component Example1/1/2003Bob Tabor18
.NET Remoting SeriesMarshalByReference Server Activated SingleCall1/1/2003Bob Tabor8
.NET Remoting SeriesMarshalByReference Server Activated Singleton1/1/2003Bob Tabor6
.NET Remoting SeriesMarshalByValue1/1/2003Bob Tabor12
.NET Remoting SeriesConfiguring Remoted Hosts and Clients1/1/2003Bob Tabor18
.NET Remoting SeriesHosting Remoted Components in IIS1/1/2003Bob Tabor13
.NET Remoting SeriesHosting Remoted Components in a Windows Service1/1/2003Bob Tabor17
.NET Remoting SeriesCreating a Remoted Surrogate for a COM+ Serviced Component1/1/2003Bob Tabor23
.NET Remoting SeriesUsing the SOAPSuds Tool1/1/2003Bob Tabor10

 

Related posts:

  1. .NET Framework Threading – 5 Premium Video Tutorials Here is a collection of 5 premium video tutorials on...
  2. .NET Framework – 4 Premium Videos by Learn Visual Studio Here is a collection of 4 video tutorials on .NET...
  3. Architecting Desktop Applications with 2.0 – 15 Free Video Tutorials "Architecting Modern Desktop Applications in.NET" is a 15-part 25+ hour...
  4. ASP.NET MVC Storefront – (20 Hours of FREE Video Tutorials) Here are two tables with links to over 20 hours...
  5. Azure Services Platform For Developers- (5 Hours of FREE Video Tutorials) Here is a collection of 5 hours of free tutorials...

Related posts brought to you by Yet Another Related Posts Plugin.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!

Powered by WP Hashcash

This blog uses the cross-linker plugin developed by Web-Developers.Net