Why I Chose C# is a tutorial for the beginners to know about the features of the C# language. C#.NET is an object oriented langugage which support multiple platforms. Some of the feautures of the c# language are it supports XML comments, easily...
In this .NET article the author shows you the various drawbacks of the CommandBuilder object of the ADO.NET. Some of the drawbacks given in this article are, CommandBuilder does not able to handle concurrency with the TimeStamp column and it does...
This is an useful article for the programmers to compare the features of Visual Basic.NET and C#. C# supports XML comment while VB.NET do not. One key feature of VB.NET is that you can use optional parameters but it is not possible in C#. This...
Using Object-Orientation in ASP.NET: Inheritance is an article which shows you how an object oriented feature such as inheritance is supported by ASP.NET with a sample program. Inheritance is the process of creating classes from the base class....
This is an useful tutorial through which you can know about the use of the param keyword of C#. Param keyword is used to pass variable number of arguments to a function. The param keyword of C# is similar to the ParamArray of the Visual Basic. The...
Using Enums in C# is an interesting article which helps you to learn about the enums in C# language. Enums helps you to limit the values. In this tutorial the author creates an user defined class and limits the values of the property of that class...
Usage of Operator Overloading in C# is a tutorial for the beginners to know about the operator overloading feature in C#. Operator overloading is an object oriented feature which does not affect the actual meaning of the in-built operators of C#....
Testing a Full-Text Search IFilter in C# is an article which contains more information about the filter component of C#. The author clearly explains you how to test the output of a filter component with a sample program. You can extract text and...
Testing a Full-Text Search Stemmer in C# is an informative article in which the author discusses about testing the output of the stemmer component in C#. You can use the stemmer component for FREETEXT queries and CONTAINS queries using the...
Text Reader and Text Writer in C# is a tutorial which helps you to learn how to read and write text files in C# using the steamreader and streamwriter class. These Streamreader and streamwriter classes are derived from the base classes TextReader...
Technotes, HowTo Series C# Coding Style Guide is a tutorial which guides you in writing programs in C# language. This tutorial also shows you how to create a directory layout for the namespace. In this tutorial the author explains the readers...
This is an useful tutorial for the .NET programmers to know about various syntax and semantic differences between ASP and ASP.NET. Some of the differences explained by the author are, ASP.NET does not support page-render functions whereas ASP...
Serializing Objects using C# is a tutorial which gives you the method for serializing and deserializing the objects of C#. Serialization is a process which helps you to store the state of the objects in a disk file and deserialization is the...
This is a tutorial which guides you in knowing about the use of regular expression in C#. You must implement System.Text.RegularExpressions in order to use the regular expressions in C#. The author explains you the use of regular expressions with...
This is an useful .NET article through which you can know about how to read from and write to a text file in Visual Basic.NET. You can do this by using the ReadLine and WriteLine methods of the StreamReader and StreamWriter classes. You must pass...
Optional Parameters in C# is a tutorial which provides you some information about using the optional parameters in the functions of C#. The author explains the procedure with sample programs. This is a simple and easy to learn tutorial.
Object Oriented Programming with VB.NET and C# is an useful tutorial for the programmers to learn about the various object oriented features supported by Visual basic.NET and C#. The OOP concepts such as namespace, objects, encapsulation, /...
Object-Oriented ASP.NET - Introduction is an article which briefly describes you about the object oriented features of ASP.NET. ASP.NET supports inheritance, polymorphism and encapsulation. In this article the author shows you a sample program...
Object-Oriented Programming for VBScripters is an article in which the author tells you about object oriented programming cocept. The author explains you about various access specifiers such as private, public and protected, inheritance,...
New JScript.NET Data Types is a tutorial which gives you a brief summary about the various data types of JScript.NET. The author lists the data types such as boolean, byte, string, char, decimal, float, int etc of the JScript.NET with its cts type... |