ProgTalk - Your archive for all source code

.NET Articles

ProgTalk » Articles » .NET
70 Active articles:

Understanding basic concepts of inheritance

Posted by: RajibNumber of views: 686Posted on: 2009-11-29T23:27:02.98-07:00.
This tutorial gives an explanation of what inheritance is and how it can be used. It outlines basic fundamental concepts of inheritance, when to create and use inheritance and implementation of inheritance from any .NET, ASP.NET and OO project.

How to destroy a cookie in c#, vb.net and asp.net

Posted by: RockinNumber of views: 1131Posted on: 2009-09-27T18:07:16.757-07:00.
A simple function that shows how one can destroy a cookie in languages C#, VB.NET and ASP.NET

Understanding the Basic Concepts of a .NET Class.

Posted by: RajibNumber of views: 682Posted on: 2009-09-25T20:33:19.673-07:00.
This tutorial gives an explanation of what a class is and how it can be used. It outlines the basic concepts of a class, when a class should be created, and how to call a class from any .NET or ASP.NET project.

LINQ To SQL - Select Query Example in Visual Studio 2008

Posted by: RajibNumber of views: 993Posted on: 2009-09-21T15:31:53.09-07:00.
A very simple article showing how to perform a select query using Linq.

Script Generator - Allows you to create classes for all your sql tables. (Real Time Saver)

Posted by: RockinNumber of views: 2056Posted on: 2009-02-22T20:11:00-07:00.
Create classes for sql tables including insert, updates, and delete statements. Generate dataset and sql data readers for your queries.

How To Use Tree Menu Based On User Credentials ( Logged In User / Not Logged In User).

Posted by: RockinNumber of views: 11617Posted on: 2009-02-22T20:11:00-07:00.
This is a simple tutorial using Master Pages, and a Tree Menu control using Visual Studio 2005. The tree menu dynamically generates. This allows the developer to show different menu based on user roles (non member, member, admin).

How to use the Wizard Control in ASP.NET and C#

Posted by: RockinNumber of views: 5255Posted on: 2009-02-22T20:11:00-07:00.
Here we will create two pages, the Default which contains the wizard, and a Complete.aspx page which we will display after the user has finished.

How to add, edit, update, and/or delete rows from a MSSQL database using datasets.

Posted by: RockinNumber of views: 1820Posted on: 2009-02-22T20:11:00-07:00.
Here we will see how easy it is to work with datasets to modify our data from MSSQL databases. This tutorial was done with a console application, which can easily be used an an asp.net web application.

How to send emails using VB.NET and Visual Studio 2005

Posted by: RockinNumber of views: 4906Posted on: 2009-02-22T20:11:00-07:00.
A simple class to send email using VB.NEt

Using the Login Control to Validate User Credentials Part 1

Posted by: RockinNumber of views: 2479Posted on: 2009-02-22T20:11:00-07:00.
This article will describe how we can incorporate the .Net login control in our web applications. A simple tutorial which will describe how to authenticate users using the login control.