Basic
In computer programming, BASIC (an acronym for Beginner's All-purpose Symbolic Instruction Code[1]) is a family of high-level programming languages.
Application
Any
Platform
License
Any
We will use basic javascript, and .net to create a feature to allow auto suggests as a user types. This will allow a better feel to your websites.
A forty-eight part beginner's tutorial examining the basics of the C# programming language for Microsoft's .NET Framework platform.
Review of the free Visual Basic 2005 Express Edition by a hobbyist who was new to the language. Includes overviews of the VB 2005 language, the .NET Framework and the My namespace.
This series of articles mainly concentrates on working with JavaScript arrays. We shall start with the basics of JavaScript arrays and finally conclude with complex object based arrays in JavaScript....
One of the biggest drawbacks of programming in Visual C++/MFC was its lack of support for even the most basic of imaging functions such as loading and displaying an image. Therefore, this article...
One of the biggest drawbacks of programming in Visual C++/MFC was its lack of support for even the most basic of imaging functions such as loading and displaying an image. Therefore, this article...
The .Net Framework 2.0 supposedly has twice the number of classes as .NET Framework 1.1. Many of these are completely new and will require considerable study. Some are "enhanced" versions of old...
Databases are an inevitable part of most of the real world applications. Deploying such database centric applications has always been tricky in all the platforms, be it Microsoft Visual Basic 6,...
The first in a three part series, this article introduces the basic concepts of floating-point arithmetic: number formats, accuracy and precision, and round-off error. It includes an in-depth...
In this article I will explain the classes and code necessary to put encryption to work in your applications. I will also explain the basic principles of operation of these classes and point out...
This article describes how to use ADO.NET to connect to a database and to run a command (such as the UPDATE, the INSERT, or the DELETE command) by using a Visual Basic .NET console application.
This article demonstrates how to query an XPathDocument object with an XML Path Language (XPath) expression using the XPathNavigator class. XPath is used programmatically to evaluate expressions and...
Programmers often need to create databases programmatically. This article describes how to use ADO.NET and Visual Basic .NET to programmatically create a Microsoft SQL Server database.
This step-by-step article demonstrates how to use Visual Basic .NET to create a simple, custom HTTP module. This article demonstrates how to create, deploy, and configure the module, as well as how...
This step-by-step article describes how to create and test an XML Web service created using ASP.NET by using Visual Studio .NET, and how to test the XML Web service with a simple Microsoft Visual...
This article demonstrates how to persist an ADO.NET DataSet object to XML.You can use the WriteXml method to write Extensible Markup Language (XML) schema and data from the DataSet object.
This article demonstrates how to implement forms-based authentication by using a database to store the users.
This step-by-step article describes how to programmatically
retrieve data from a Microsoft Access database, and then
present the data to the user. The goal of this article is not
to provide...