|
|
|
|
 |
|
 |
 |
 |
Tips and Tutorials
|
|
|
Hits: 17
 0.0
Implementing Class Library Object in VB.NET 2005
Class: Classical Object Oriented Concepts explain a class as a cookie cutter. A class allows you to create objects of the class. As a programmer you define a class with data fields, properties, methods and events. Then you can create objects based on that class that have state (fields, properties) and behavior (methods, events). A class can be considered as a specification of how the object of the class should look like and behave.
| Commercial |
Platform(s): n/a |
Date: Jul, 22 2005 |
 |
|
|
Hits: 17
 0.0
VB.NET 2005 Free Training : Visual Studio.NET Namespaces
The .NET Framework class library has thousands of classes which are needed for developing and deploying solutions. In order to organize all those classes for ease of use .NET Framework uses namespaces. This Gives the Classes their own space and prevents conflicts between the various names in these classes. For instance if two classes contain a method Paint(), then to avoid conflicts in names we can place these classes in two different namespaces. Thus namespaces allow classes to be grouped in a consistent, hierarchical manner.
|
Platform(s): n/a |
Date: Jul, 22 2005 |
 |
|
|
Hits: 17
 1.0
VB.NET 2005 Free Training: Setting and Adding Properties to a Windows Form - In this tutorial we wil leran about Setting and Adding Properties to a Windows Form, Using the Visual Designer to set Windows Form Properties, Setting Windows Forms Properties programatically and Using Visual Inheritance along with the sample project and screen shots.
|
Platform(s): Windows |
Date: Jul, 22 2005 |
 |
|
|
Hits: 17
 3.0
VB.NET 2005 Tutorials: Using the Data Form Wizard - In this tutorial you will learn about Using the Data Form Wizard - Building a Single-Table Data Form, Transform and Filter Data, Using Server Explorer, Drag-and-Drop From Server Explorer, What the user Can and Cannot Drag from Server Explorer, Filtering Data, Filtering With DataViews, Filtering At the Server, Transforming Data with Lookups and Master Detail.
| Commercial |
Platform(s): Windows |
Date: Jul, 22 2005 |
 |
|
|
Hits: 17
 0.0
VB.NET 2005 Tutorials: Access and Manipulate SQL Server data - Using Stored Procedures - In this tutorial you will learn further more about Access and Manipulate SQL Server data - Using Stored Procedures, Creating a Stored Procedure, Running Stored Procedures from .NET, Using Parameters in Stored Procedures, The @@IDENTITY Variable
| Commercial |
Platform(s): Linux, Windows |
Date: Jul, 22 2005 |
 |
|
|
Hits: 17
 5.0
VB.NET 2005 Tutorials: Editing Data With ADO .NET In this tutorial you will learn about Editing Data With ADO .NET - Updating Data, Adding Data, Typed data set, Untyped data set, Deleting Data, Editing with a DataGrid.
|
Platform(s): Windows |
Date: Jul, 22 2005 |
 |
|
|
Hits: 17
 0.0
Learn how to create and execute stored procedures using .NET.
| Commercial |
Platform(s): Windows |
Date: Nov, 15 2004 |
 |
|
|
Hits: 17
 0.0
This article provides one solution for replicating content to multiple share locations using VB.Net. This could be useful where you have a Web application hosted on a Web farm and you wish to have files uploaded via the Web, and then replicate the uploaded files to other servers in the farm.
|
Platform(s): n/a |
Date: Jun, 24 2003 |
 |
|
|
Hits: 17
 0.0
In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldn't know the passwords, it will be much more difficult for them to work out what a user's password is.
|
Platform(s): n/a |
Date: Jun, 23 2003 |
 |
|
|
Hits: 17
 5.0
This step-by-step tutorial makes use of over 20 images to describe every step in detail from obtaining, installing, configuring and running MySQL on Windows to insalling/uninstalling MySQL as a Windows service, creating a new table, populating it with some records and displaying those records in an ASP.NET page. Also explains the advantages of using MySQL on Windows with ASP.NET. All the code is available for download.
|
Platform(s): n/a |
Date: May, 28 2003 |
 |
|
|
|
 |
 |
|
 |
|
 |
|