Sign In | Not yet a member? | Submit your article
 
Home   Technical   Study   Novel   Nonfiction   Health   Tutorial   Entertainment   Business   Magazine   Arts & Design   Audiobooks & Video Training   Cultures & Languages   Family & Home   Law & Politics   Lyrics & Music   Software Related   eBook Torrents   Uncategorized  

Learnvisualstudio.net - Video tutorials for Visual Studio
Learnvisualstudio.net - Video tutorials for Visual Studio
Date: 18 June 2011, 02:47

Free Download Now     Free register and download UseNet downloader, then you can FREE Download from UseNet.

    Download without Limit " Learnvisualstudio.net - Video tutorials for Visual Studio " from UseNet for FREE!
Content:
. NET Framework Basics
Installing Assemblies to the GAC
. NET Framework Class Library
Using the StringBuilder Class
System.Environment Namespace
Detecting File Changes in a Folder
. NET Framework Threading
Threading Concepts
A Simple Threading Application Example
A More Complex Threading Application Example
Working with a Threads Lifecycle
Debugging Threaded Applications
. NET Remoting Series
Introduction to. NET Remoting
Creating a Simple Remoted Component Example
MarshalByReference Server Activated SingleCall
MarshalByReference Server Activated Singleton
MarshalByValue
Configuring Remoted Hosts and Clients
Hosting Remoted Components in IIS
Hosting Remoted Components in a Windows Service
Creating a Remoted Surrogate for a COM + Serviced Component
Using the SOAPSuds Tool
ADO.NET
SQL Data Connection Object
SQL Data Command Object
Using the Data Command's Parameter Collection
Sql DataReader Object
SqlDataAdapter
Dataset Concepts
Strongly Typed Datasets via DataAdapter
Strongly Typed Datasets via XML Schema Designer
Creating Untyped Datasets at Runtime
Creating Untyped Datasets using VS.NET Editors
Using Access in ADO.NET
Understanding Concurrency
Optimistic Concurrency
A "Home Grown" Pessimistic Concurrency Example
Pessimistic Concurrency Using Transactions
ADO.NET Connection Pooling
ADO.NET DataView
Persisting a Dataset to XML
Optimizing DataReader Data Access
Understanding DataRow States and Versions
DataColumns.Expression
ASP.NET 2.0 "Atlas" and Ajax
Introduction to Atlas and Ajax
Downloading, Installing and Inspecting Atlas
Installing and Using Fiddler to Monitor Async Data Transfer
Introduction to the Atlas UpdatePanel
Extending Existing Controls with the UpdatePanel
Using the ScriptManager ErrorTemplate
ASP.NET 2.0 Architecture Series
01 - Architecture Series Introduction
02 - ASP.NET 2.0 Request Pipeline Processing
03 - ASP.NET 2.0 Page Compilation, Control Tree and Rendering
04 - ASP.NET 2.0 Page Lifecycle
ASP.NET 2.0 Data Access and Data-Binding
2001 - ADO.NET 2.0 Introductory Video
02 - Configuring a Local Microsoft SQL Server Connection String
03 - Configuring a Microsoft Access Connection String
04 - Configuring a Remote Microsoft SQL Server Connection String
05 - Returning Tabular Data Using an SqlDataSource Control
06 - Returning Tabular Data Using an AccessDataSource Control
07 - Using the SiteMapDataSource to Generate Navigation
08 - Binding XML Data to DataBound Controls Using the XmlDataSource
09 - Returning Tabular Data Using an ObjectDataSource
10 - Filtering and Binding Tabular Data Using the SqlDataSource
11 - Performing CRUD (Create, Retrieve, Update, Delete) Operations Using the ObjectDataSource
12 - Performing CRUD Operations on Disconnected DataTables and Updating the Source
1913 - Using an ADO.NET 2.0 SqlDataAdapter to Fill DataSets
1914 - Loading XML Data Into DataSets and DataTables
15 - Using the SqlCommand Object to Retrieve Data (Part 1 of 2)
16 - Using the SqlCommand Object to Retrieve Data (Part 2 of 2)
1917 - Using DataRelations in Untyped DataSets
1918 - Using DataRelations in Typed DataSets
ASP.NET Data Binding in VS.NET
Walkthrough: Creating a Databound DataGrid
Creating a DataConnection
Creating and Configuring a Data Adapter
Using the Query Builder
Creating, Testing and Using a DataSet from a DataAdapter
Creating a Master / Detail Application
Binding Related Tables in the DataGrid
Editing Related Tables in the DataGrid
Creating a Hierarchical Drilldown DataGrid
Creating an NTier Multipage Master / Detail App
Formatting Data in a DataGrid
Adding Paging to DataGrids
Edit Rows in ASP.NET DataGrid
DropDown in ASP.NET DataGrid
ASP.NET Server Controls
Building a Simple Server Control
Rendering Server Controls
Fundamental Server Control Concepts
More About Server Control Properties
Understanding Server Control Events
Understanding Server Control Postback Data
ASP.NET Web Form Controls
Common Appearance Properties
Common Behavior Properties
Common Data Properties
Common Layout and Misc Properties
Required Field Validator Control
Compare Validator Control
Range Validator Control
Regular Expression Validator Control
Custom Validator Control
Validation Summary Control
DropDownList Control
Repeater Control
DataList Control
Selecting and Editing Items in a DataList
ASP.NET Calendar Control
Using the PlaceHolder and LoadControl Together
Populating a Drop Down Listbox
Intro to the ASP.NET TreeView Control
Checkbox List Control
RadioButtonList Control
TextBox and HTMLEncode
ASP.NET Web Forms
Walkthrough: Creating an ASP.NET Web Forms App
Understanding Code Behind
Understanding Events, Postback and Page State
Understanding Request and Response Objects
Using the Application Object
Using the Session Object
Using Cascading Style Sheets
Previewing the Cascading Style Sheet
Creating a Style Rule
Creating a Frameset
Walkthrough: Creating a User Control
Tracing Using the Trace.AXD
ASP.NET Internals
Caching with ASP.NET
Creating an HTTP Handler
Setting Password Values ??in ASP.NET Text Boxes
Sending an Email in ASP.NET
Handling Exceptions Globally in ASP.NET
Fragment Caching with User Controls
Adding Data to Session
Beware of Absolute Positioning
Absolute Positioning Revisited
Passing Values ??Between Pages in ASP.NET
Creating Skins for your ASP.NET Apps
Creating a Scrollable Area in ASP.NET
Accepting PayPal Payments
Updating the Browser Capabilities Info
ASP.NET Web Matrix
Introduction to ASP.NET Web Matrix
ASP.NET Web Matrix Data Page Template Walkthrough
ASP.NET Web Matrix Data Page Template Walkthrough Part 2
ASP.NET Web Services
Walkthrough: Creating a Web Service
Walkthrough: Consuming a Web Service
Understanding the Web Service Help Page
Creating a Web Reference
Modifying Web References
Understanding Proxies
Setting the Namespace
Creating Web References to Web Services in VS.NET 2003
Beginning C #
C # Hello World and Creating Console Applications
C # If Statement
C # Switch Statement
C # For Loop
C # While Loop
C # Do Loop
C # Foreach Loop
C # Classes
Basics of Overloading and Inheritance with C #
Defining and Using Arrays in C #
C # Variables, Variable Scope and Modifier
C # Constants
C # Structs
C # Enumerations
C # Type Conversions
C # Checked and Unchecked Statements
C # Delegate Basics
Operator Overloading
Structured Exception Handling
Coding Exception Handling into your App
Beginning VB.NET
Getting Started
VB.NET Hello World and Creating Console Apps
Beginning Variables and Data Types
Operators, Expressions and Statements
What Just Went Wrong?
More About Console Applications
If, Then, Else
Select Case
While Statement
Do ... Loop Statements
For ... Next Statements
Structured Exception Handling in VB.NET
Coding Exception Handling into your Application
Introduction to Collections in VB.NET
Array Collection
ArrayList Collection
Queue Collection
Sorting IList Collections
Working with Multiple Elements of IList Collections
ListDictionary Collection
HashTable Collection
HybridDictionary Collection
SortedList Collection
Enumerating Through IDictionary Collections
Implementing IEnumerable and IEnumerator in Collections
Conditional Compilation
Setting Option Strict
Creating a Windows Service
VB.NET 2003 Loop Variable Declaration
C # 2.0 Advanced Language Features
Introduction to Anonymous Delegates
Introduction to Generics
Using List
C # for Beginners to Programming Workbook and Videos
Workbook QUESTIONS
Workbook ANSWERS
Lesson 1 - What is Computer Programming?
Lesson 2 - Computer Programming Workflow
Lesson 3 - Obtaining the Tools You'll Need
Lesson 4 - Creating a User Interface
Lesson 4 - Exercise
BEGIN2 - Orientation
Lesson 5 - Handling Events
Lesson 5 - Exercise
Lesson 6 - Setting Properties in Code
Lesson 6 - Exercise
Less

DISCLAIMER:

This site does not store Learnvisualstudio.net - Video tutorials for Visual Studio on its server. We only index and link to Learnvisualstudio.net - Video tutorials for Visual Studio provided by other sites. Please contact the content providers to delete Learnvisualstudio.net - Video tutorials for Visual Studio if any and email us, we'll remove relevant links or contents immediately.



Comments

Comments (0) All

Verify: Verify

    Sign In   Not yet a member?


Popular searches