Scripts are listed afer name. To display the scripts after popularity please click here
51)
Testing a Full-Text Search Stemmer in C#
This is an article through which you can get the solution for testing the stemmer component. The author offers you the complete sample source code to perform this operation.
52)
Text Reader and Text Writer in C#
This simple tutorial gives you the solution for reading and writing (Unicode) character based data through the derived classes of TextReader and TextWriter class. The text information is treated as textual information as a stream of in-memory characters by these classes.
53)
The Quick and Dirty .NET Guide to C#/VB Object-Oriented Programming
This tutorial is more informative to the non object oriented programmers to gain more information about the various object oriented features of C# and VB.NET. The author clearly shows how to create an instance for a class as well as explains various access specifiers of the class.
54)
Two Visual Basic tips to make your life easier
In this article the author discusses about the use of performance counters and sourcesafe automation components. The performance counters has four attributes which are explained in this article.
55)
Understanding Include Statements
This is a tutorial which helps you to know about the include files. Include directive is used to add a file to the ASP.NET page. You have to specify the file name with its path in the include statement.
56)
Understanding New JScript .NET Statements
This is an easy to learn tutorial through which you can know about the use of various new statements of JScript.NET language. The author clearly explains the import, package etc with a sample code. Novice programmers can benefit by this tutorial.
57)
Usage of Operator Overloading in C#
This simple tutorial teaches you about an object oriented concept called as operator overloading in C#. The sample program given in this tutorial helps you to understand the use of operator overloading.
58)
Using a transacted VB component (leveraging COM+) from ASP.NET
This is a web based article in which you can get information about using COM components in .NET as well as sample code for to building a simple transacted VB class and use it within an ASP.NET page using VB.
59)
Using Enums in C#
This is an user friendly tutoiral which contains information about the enum types in C#. Enums provide you an easy way to control the values and you can easily implement it on your c# programs. The author explains the procedure with a sample program.
60)
Using Genetic Algorithms to Design Logic Circuits in C#
This is an useful tutorial which helps you to design logic circuits in C#. The author gives you the sample code which helps you to calculate Fitness of Genetic Logic Circuit. you can also see various sample screen which helps you to understand the task.
61)
Using Object-Orientation in ASP.NET: Inheritance
It is an ASP.NET article through which you can gain knowledge about the inheritace in ASP.NET. Inheritance helps you to create hierarchy of classes. You can also get the syntax for creating inheritance of classes in this tutorial.
62)
Using Params Keyword
In this tutorial the author discusses about the param keyword in C#. The param keyword is used to pass single dimension array as an argument to a function. The sample program given in this tutorial clearly shows how to access the arguments that are passed using the param keyword.
63)
VB.NET or C#?
VB.NET or C#? is an article in which the author shows you the difference between Visual Basic.NET and C# language. Both language support pure OOPS features. This features here help the .NET programmers to choose any one of the language based on their need for developing professional applications.
64)
VB.NET or C#?
This is a tutorial in which the author compares Visual Basic.NET and C#. In C# you can write multiple comments without repeating the comment character as well as you can use unsigned data type in .NET runtime but not in VB.NET. You can re-allocate arrays using 'Redim' in VB.NET but not in C#.
65)
Weaning Developers from the CommandBuilder
Weaning Developers from the CommandBuilder is an article which helps you to know about the disadvantages of the ADO.NET commmand builder object. The author also discusses about tuning delete and update command.
66)
What's New in JScript .NET?
This is a web based tutorial in which the author lists you the new statements, data types, directives that are introduced in JScript.NET. The author also shows how to use these new features with a sample code to the users.
67)
Why I Chose C#
This simple tutorial helps novice programmers to learn about the C# language. The author discusses about various features of C#. C# coding is easy to read since it uses hard brackets for elements of arrays and parentheses for method parameters.
Browse Pages: [1] 2 |