Login:  Password:    
forgot my password
sign up!
Search: 

Menu

Home

How it works?

Buy this course

Discuss! Add a comment
Add this course to my favorites
Add a personal note
RSS Feeds

Course's author:

MRBOOL

Notice, Tips and Published Articles.
Go to author's Space

Course stats:

Favorited:  0 times
 
Tech Content:
Learning:
Helpful?
2 0
Feedbacks: 2

Features

Textual content

Video tutorial

Exercise

Source code

Downloads

Recommended post



 
  Content  
  Notes  
  Discuss  

Online course
Dominating the Visual STUDIO

This Visual Studio Training Course presents you all the resources, methods and controls this IDE lets you make all types of projects, in various languages of programming.



Controls
 Recommended video
1)   ListView
Description: In this lesson we will learn Know the new ASP.NET control to Data Access, LinqDataSource. |
[Mark this item as viewed]


 Vídeo
2)  ListViewSimple
Description: In this video I am trying to demonstrate the use of ListView. ListView is a new control added to ASP.NET 3.5. It is like other controls (GridView) in terms of displaying, deleting, and paging through records, but it gives the developer more power by using templates. |
[Mark this item as viewed]


 Vídeo
3)  LayoutTemplate
Description: In this video I am extending my previous discussion of ListView to show how we can edit data. |
[Mark this item as viewed]


 Vídeo
4)  EditingListView
Description: This is a continuation of the previous video on editing a ListView. I proceed by adding an EditItemTemplate. As the name implies, this is the template that gets displayed in edit mode (when changing employee data) |
[Mark this item as viewed]


 Vídeo
5)  DetailsView
Description: In this video I will show the use of the DetailsView. DetailsView control renders each field in a separate table row. |
[Mark this item as viewed]


 Vídeo
6)  DetailsView in the Visual Studio 2005
Description: Working with DetailsView component in Visual Studio 2005. Vídeo tutorial from Luciano Pimenta.  |
[Mark this item as viewed]


 Vídeo
7)  SortingAndPaging
Description: In my previous video I started showing how the final display will look like when sorting a ListView. In this video, we will build that together. We start by adding the necessary CSS styles and the sqlDataSource. |
[Mark this item as viewed]


 Vídeo
8)  FormView
Description: This video covers the FormView. A FormView works with one record at a time. It supports templates which give more power to the developer. |
[Mark this item as viewed]


 Vídeo
9)  LinqDataSource
Description: Know the new ASP.NET control to Data Access, LinqDataSource |
[Mark this item as viewed]


 Vídeo
10)  How to work with master/detail data in GridView control - Part 1
Description: Learn in this video tutorial how to work with master/detail data in GridView control |
[Mark this item as viewed]


 Vídeo
11)  How to work with master/detail data in GridView control - Part II
Description: Learn in this video tutorial how to work with master/detail data in GridView control - Part II |
[Mark this item as viewed]


 Recommended post
12)  Master/Detail in a single form
Description: This article presents the solution which I found for such a situation, uniting design and functionality in a single form. |
[Mark this item as viewed]


 Vídeo
13)  Passing parameters to a GridView control - Part I
Description: Passing parameters to a GridView control - part I |
[Mark this item as viewed]


 Vídeo
14)  Passing parameters to a GridView control - Part II
Description: Passing parameters to a GridView control - part II |
[Mark this item as viewed]


 Vídeo
15)  Formatting the GridView
Description: Learn how to format a GridView. Video tutorial from Luciano Pimenta. |
[Mark this item as viewed]


 Vídeo
16)  Add a DropDownList into a GridView
Description: Learn how to add a DropDownList into a GridView. Video tutorial from Luciano Pimenta. |
[Mark this item as viewed]


 Vídeo
17)  WebBrowser control
Description: Learn how to create your own web browser. Video tutorial from Luciano Pimenta. |
[Mark this item as viewed]


 Recommended video
18)  Master/Detail with DataGrid in Visual Studio 2003
Description: Learn how to define a master/detail relationship in Visual Studio 2003. Tutorial from Luciano Pimenta. |
[Mark this item as viewed]


 Vídeo
19)  ObjectDataSource
Description: In this video we will learn how to use the ASP.NET ObjectDataSource control. |
[Mark this item as viewed]


 Vídeo
20)  DevExpress - Part 1
Description: Whorking with components DevExpress in the Visual Studio 2005. Tutorial from Luciano Pimenta. |
[Mark this item as viewed]


 Vídeo
21)  DevExpress - Part 2
Description: Working with DevExpress components in the Visual Studio 2005. Tutorial from Luciano Pimenta. |
[Mark this item as viewed]


 Vídeo
22)  DevExpress - Part 3
Description: Working with DevExpress components in the Visual Studio 2005. Tutorial from Luciano Pimenta. |
[Mark this item as viewed]


 Vídeo
23)  DevExpress - Part 4
Description: Working with DevExpress components in the Visual Studio 2005. Tutorial from Luciano Pimenta. |
[Mark this item as viewed]


 Vídeo
24)  DevExpress - Part 5
Description: Working with DevExpress components in the Visual Studio 2005. Tutorial from Luciano Pimenta. |
[Mark this item as viewed]


 Recommended post
25)  Security – Meet the new Login controls
Description: .NET Framework 2.0 turns easy the developer’s work. A clear example of this are the Login controls of the ASP.NET 2.0. |
[Mark this item as viewed]



Refactoring
 Vídeo
26)  Refactoring in Visual Studio 2005
Description: Learn how to apply refactor in Visual Studio 2005. Video tutorial from Luciano Pimenta. |
[Mark this item as viewed]


 Vídeo
27)  VS.Net Refactoring IDE 2008
Description: This lesson will show how to do Refactoring using Visual Studio 2008 IDE. |
[Mark this item as viewed]


 Recommended post
28)  Refactoring in the Visual Studio 2005
Description: Demonstrating the code refactoring technique and the new features available in the Visual Studio 2005 to promote it, are the objectives of this article. Review and have fun! |
[Mark this item as viewed]


 Recommended post
29)  Innovations of the IDE to increase productivity
Description: In this article Innovations of the IDE to increase productivity  |
[Mark this item as viewed]



Multiple Platforms
 Vídeo
30)   Target Multiple Platforms
Description: This lesson will show how to Target Multiple Platforms using Visual Studio 2008 IDE. |
[Mark this item as viewed]



ADO.NET Data Services
 Vídeo
31)  REST
Description: In this lesson we are going to understand what REST means and then look over some theory behind ADO.NET Data Services. |
[Mark this item as viewed]


 Recommended post
32)  Performance in ASP.NET and ADO.NET
Description: In this article I will highlight some interesting tips to optimize ASP.NET applications. We’ll get acquainted with the powerful resources of data cache, practical use of stored procedures, connection pooling and other advanced techniques. |
[Mark this item as viewed]



Compare SQL Schema and Data
 Vídeo
33)  How to Compare SQL Schema and Data using VS 2008 Team System - Part 1
Description: This lesson will show how to Compare SQL Schema and Data using VS 2008 Team System. |
[Mark this item as viewed]


 Vídeo
34)  How to Compare SQL Data using VS 2008 Team System - Part 2
Description: This lesson will show how to Compare SQL Data using VS 2008 Team System. |
[Mark this item as viewed]



Bar Code
 Vídeo
35)  How to read Bar Code using a Windows
Description: This lesson will show how to read Bar Code using a Windows Applications Using Visual Studio 2008. |
[Mark this item as viewed]



Profiles
 Vídeo
36)  Profiles
Description: See in this video tutorial how to use a great new feature of ASP.NET 2.0. Profiles can be used to store information about the user with a few lines of code. |
[Mark this item as viewed]


 Recommended post
37)  Profiles in practice
Description: Good sites are capable of remembering their users. They know their age, address, their preferences, ultimately, even their favorite color for the background of the site. |
[Mark this item as viewed]



SqlDataSource
 Vídeo
38)  Parameters
Description: See in this video tutorial how to use the SqlDataSource with parameters, as for example, to create a master/detail relationship between categories and products. |
[Mark this item as viewed]


 Vídeo
39)  Using with Cache
Description: See in this video tutorial how to use the SqlDataSource with Cache, a best choice when many user access the same data at the same time. |
[Mark this item as viewed]


 Vídeo
40)  Get data from databases
Description: See in this video tutorial how to use the SqlDataSource control to get data from databases in ASP.NET 2.0 |
[Mark this item as viewed]


 Vídeo
41)  Working with Server Explorer
Description: Learn how to create databases, tables, views and other objects using the Visual Studio 2005 IDE. Video tutorial from Luciano Pimenta. |
[Mark this item as viewed]



e-mail
 Vídeo
42)  Sending e-mail
Description: Learn how to send emails with ASP.NET. Vídeo Tutorial from Moacir Casemiro |
[Mark this item as viewed]



ASP.Net MVC
 Vídeo
43)  Introduction
Description: Today we will introduce ASP.NET MVC Application using Visual Studio 2008. |
[Mark this item as viewed]


 Vídeo
44)  Controllers overview
Description: In this video we will see Controller overview sample with Routes. |
[Mark this item as viewed]


 Vídeo
45)  Creating controller using MVC template and Custom class
Description: In this demonstration we have learned create controller using MVC template and custom class as well. |
[Mark this item as viewed]


 Vídeo
46)  Action (Responsible raise event)
Description: Today we are going to take look action. |
[Mark this item as viewed]



Applications
 Vídeo
47)  Hello World
Description: Learn in this video tutorial, how to make your first application with ASP.NET 2.0 |
[Mark this item as viewed]


 Recommended post
48)  Developing an application with ASP.NET 2.0 – Part 1
Description: Learn how to develop an application with ASP.NET 2.0 – Part 1  |
[Mark this item as viewed]


 Recommended post
49)  Developing an application with ASP.NET 2.0 – Part 2
Description: Developing an application with ASP.NET 2.0 – Part 2 |
[Mark this item as viewed]


 Recommended post
50)  Developing a complete application with ASP.NET 2.0 - Part 3
Description: Continuing the ASP.NET mini-course, we will present the security and budget request section. |
[Mark this item as viewed]


 Recommended post
51)  Preparing an ASP.NET application s UI for different languages
Description: We can say that “globalizing” means more than just “translating” your application into one or more languages, preparing it to work in more than one “culture”, that is, another language, another date/hour format, currency etc!  |
[Mark this item as viewed]



Create a custom Windows Live experience
 Recommended video
52)  How to access Windows Live ID Admin Service using a helper class
Description: This lesson will show how to access Windows Live ID Admin Service using a helper class. |
[Mark this item as viewed]



Web Application
 Vídeo
53)  Web Test
Description: This lesson will show how to do Web Test of a Web Applications Using Visual Studio 2008 Team System.  |
[Mark this item as viewed]


 Vídeo
54)   Load Test
Description: This lesson will show how to do Load Test of a Web Applications Using Visual Studio 2008 Team System. |
[Mark this item as viewed]


 Vídeo
55)  Working with Master Pages
Description: Learn how to work with Master Pages in ASP.NET 2.0 applications. Video tutorial from Luciano Pimenta. |
[Mark this item as viewed]



Create a custom Windows Live experience
 Recommended video
56)  How to check existing Live ID using Windows Live ID Admin Service through a helper class
Description: This lesson will show how to check existing Live ID using Windows Live ID Admin Service through a helper class. |
[Mark this item as viewed]


 Recommended video
57)  How to create new Live ID using Windows Live ID Admin Service through a helper class
Description: This lesson will show how to create new Live ID using Windows Live ID Admin Service through a helper class. |
[Mark this item as viewed]


 Recommended video
58)  How to create new Live ID and changing password using Live ID API
Description: This lesson will show how to create new Live ID and changing password using Live ID API.  |
[Mark this item as viewed]


 Recommended video
59)  How to Change Password and delete existing Live ID using Windows Live ID Admin Service through a helper class
Description: This lesson will show how to Change Password and delete existing Live ID using Windows Live ID Admin Service through a helper class. |
[Mark this item as viewed]



Web Application
 Vídeo
60)  Web Services
Description: Working with Web Services in .NET. Vídeo tutorial from Luciano Pimenta. |
[Mark this item as viewed]


 Recommended post
61)  Using “Lookups” searches on the Web
Description: In this article, we will see how to develop search in the lookup style, in order to suppress this need, so common in our day-to-day. |
[Mark this item as viewed]


 Recommended post
62)  Developing a site such as the YouTube
Description: What you think about publishing videos in the Web? |
[Mark this item as viewed]


 Recommended post
63)  Navigation with SiteMap, Menu and TreeView
Description: Navigation with SiteMap, Menu and TreeView |
[Mark this item as viewed]


 Recommended post
64)  ASP.NET 2.0 customizable Portals and Pages
Description: Working with ASP.NET 2.0 customizable Portals and Pages  |
[Mark this item as viewed]



WPF application
 Vídeo
65)  Introduction
Description: This lesson will introduce you how to create WPF application using VS.Net |
[Mark this item as viewed]


 Vídeo
66)  How to XML data binding in WPF application using VS.Net
Description: This lesson will introduce you how to XML data binding in WPF application using VS.Net 2008.  |
[Mark this item as viewed]


 Vídeo
67)  Page Navigation service in WPF application using VS.Net
Description: This lesson will introduce you Page Navigation service in WPF application using VS.Net 2008.  |
[Mark this item as viewed]


 Vídeo
68)  How to work with Different Dialog boxes in WPF application using VS.Net
Description: This lesson will introduce you how to work with Different Dialog boxes in WPF application using VS.Net 2008. |
[Mark this item as viewed]


 Vídeo
69)  Creating a new WPF application and getting UIElementCollection from grid control
Description: This lesson will introduce you how to get UIElementCollection of a grid Child control object in WPF application using VS.Net |
[Mark this item as viewed]



Firebird
 Recommended video
70)  Using the Firebird database with Visual Studio 2005
Description: Learn how to access a Firebird database in Visual Studio 2005. Video tutorial from Luciano Pimenta. |
[Mark this item as viewed]










mrbool.com
contact us   |   publish your post   |   buy credits

Copyright 2013 - all rights reserved to www.web-03.net