ASP.NET 2.0 Data Access and Data-Binding

April 3rd, 2010 Posted by Relaxtubes under ASP,Learnvisualstudio,Video Training,dotNET 
ASP.NET 2.0 Data Access and Data-Binding 01 – ADO.NET 2.0 Introductory Video This video discusses what ADO.NET 2.0 is at a very high level and why we need it. It discusses the important methods and objects required to work with data in both the disconnected and connected data access models. 02 – Configuring a Local Microsoft SQL Server Connection String This video discusses how to create...

ASP.NET 2.0 "Atlas" and Ajax

April 3rd, 2010 Posted by Relaxtubes under ASP,Learnvisualstudio,Video Training,dotNET 
ASP.NET 2.0 Atlas and Ajax This series of videos demonstrates the use of Microsoft’s project “Atlas”, providing Ajax functionality to existing ASP.NET applications. The series help someone absolutely new to Ajax and Atlas and step them through everything from installation, to basic use of server controls and scripting techniques to create mash-ups. Home: http://www. (more…)

ASP.NET 2.0 Architecture Series

April 3rd, 2010 Posted by Youzhny under ASP,Learnvisualstudio,Video Training,dotNET 
ASP.NET 2.0 Architecture Series In this series we will be discovering more about ASP.NET 2.0 internals in order to give us a better fundamental understanding of what is happening and why within our web based applications. In the next video, we’ll begin by looking at the entire lifecycle of serving up an ASP. (more…)

Programming with the Microsoft NET Framework using Microsoft Visual Studio 2008

March 30th, 2010 Posted by Youzhny under Learnvisualstudio,Microsoft,Video Training 
Programming with the Microsoft NET Framework using Microsoft Visual Studio 2008 | 3.04 GB Published: December 23, 2009 (in development) | Language(s): English | Audience(s): Developers Level: 200 | Technology: Microsoft Visual Studio 2008 | Type: Course | Delivery Method: Instructor-led (classroom) Video Training | Duration: 5 Days This five-day instructor-led course provides students with an introduction...

.NET Remoting Series

March 30th, 2010 Posted by Relaxtubes under Learnvisualstudio,Video Training,dotNET 
.NET Remoting Series For those situations where Web Services doesn’t provide the flexibility or is too verbose for optimal data communication, Microsoft introduced .NET Remoting which allows a pluggable and customizable cross application/computer/platform communication mechanism. This series thoroughly discusses how to add .NET Remoting to your applications. (more…)

ADO.NET

March 30th, 2010 Posted by Relaxtubes under Database,IT eBooks,Learnvisualstudio,Video Training,dotNET 
ADO.NET This series provides a thorough examination of ADO.NET to connect and utilize databases within your .NET applications, including the Connection, Command, DataAdapter, DataReader, DataSet and much more. Home: http://www.learnvisualstudio.net/content/series/adodotnet.aspx (more…)

.NET Framework Threading

March 29th, 2010 Posted by Relaxtubes under Learnvisualstudio,Video Training,dotNET 
.NET Framework Threading This video series demonstrates how to utilize threads in your applications to increase performance. Includes a thorough explanation of how threads work and even how to debug threaded applications. The following videos are available for this series: Threading Concepts Defines and describes how threading works, particularly in the context of . (more…)

.NET Framework Class Library

March 29th, 2010 Posted by Relaxtubes under Learnvisualstudio,Video Training,dotNET 
.NET Framework Class Library Features important classes and namespaces from the .NET Framework library that don’t fit well into the other categories. The following videos are available for this series: Detecting File Changes in a Folder Detecting File Changes in a Folder System.Environment Namespace System. (more…)

.NET Framework Basics

March 29th, 2010 Posted by Relaxtubes under Learnvisualstudio,Video Training,dotNET 
.NET Framework Basics Overs the basics of assemblies, types, SDK command line tools, etc. The following videos are available for this series: Installing Assemblies to the GAC The Global Assembly Cache allows you to use one assembly across many applications, much like the Dynamic Link Library of the past. However, it has some improvements and this video discusses it and shows how to put your assemblies...

Windows Forms Controls Series (2005)

March 25th, 2010 Posted by Relaxtubes under Learnvisualstudio,Video Training,dotNET 
Windows Forms Controls Series (2005) Home: http://www.learnvisualstudio.net/content/series/windows_forms_controls_series_(2005).aspx Features a series of short demonstrations highlighting some of the most obscure (yet very cool) controls available for Windows Forms applications. The following videos are available for this series: How to Add Audio – Part 1 This video shows how to use the SoundPlayer...