| |
|
Top 1 to 50 Scripting Techniques - ASP.NET scripts |
Scripts are listed afer popularity. To display the scripts after name please click here
1)
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.
2)
How To Dynamically Include Files in ASP.NET
This is a web based article through which you can learn about how to dynamically include HTML and client-side scripts in .aspx pages. You can see the sample code to perform this operation in this article.
3)
BitWise Operations in C#
This web based tutorial guides you details in knowing about bitwise manipulations in C#. This tutorial explains you the C# bitwise operators with its truth table and an example code.
4)
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.
5)
Object Oriented Programming with VB.NET and C#
This easy to learn .NET tutorial teaches you about the object oriented concepts of VB.NET and C#. This tutorial shows you the syntax for creating the OOP features such as class, methods, overloading, polymorphism, overriding etc.,
6)
Invoking JavaScript From a Server Side Button
It is a web based tutorial which helps web programmers to know about invoking a java script function of the aspx page with the help of a server side button. The author explains it with a sample program.
7)
Read from and Write to a Text File by Using Visual Basic .NET
How To Read from and Write to a Text File by Using Visual Basic .NET is an article in which the author gives you the method for reading the contents of a text file as well as writing a text file. In this article you can get the complete source code to accomplish this task.
8)
Indexers in C#
This is an easy to learn tutorial for the programmers to know about the indexers in C#. The sample code given in this tutorial is easily understandable by the novice programmers.
9)
Testing a Full-Text Search IFilter in C#
This is an article that helps you to know how to check the output of the filter component using the methods such as IFilter and IPersistFile of the IFilter interface in C#.
10)
Exception Handling
In this tutoiral you can get the methods for managing various types of exceptions that arise during the processing of C# statements. The author shows you the sample code which helps you to handle the exception that arises when you divide a number by zero.
11)
Handling optional parameters in C#
This is an article in which you can get the solution for how to manage the optional parameters in the functions of the C# language. In this tutorial the author explains it with two methods.
12)
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.
13)
C# Intermediate Language Disassembler(ILDASM)
It is an article through which you can gain more knowledge about the Intermediate Language Disassembler tool of .NET. This tool shows not only namespace but also types including their interfaces. This article also explains about some of the basic instructions.
14)
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.
15)
Object-Oriented ASP.NET - Introduction
This web based article deals with the information regarding the object oriented support of ASP.NET. The author shows how you can customize a datagrid by encapsulating some behavior in a subclass of the datagrid, and thereby making the derived DataGrid class re-usable across multiple form.
16)
Object-Oriented Programming for VBScripters
This article is useful for the novice programmers to learn about the various object oriented programming concepts. The author also explains you about the namespace which consists of a colletion of in-built classes. You can see the sample code which implements the object oriented feature.
17)
Developing ASP+ Pages Using JScript.NET
This is an easy to learn ASAP.NET tutorial through which you can learn about the 3 new features of JScript.NET. The author shows you the sample code for building aspx page with the help of JScript.NET.
18)
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.
19)
Serializing Objects using C#
This is a tutorial through which you can know about how to serialize and deserialize the objects with the help of the methods such as SerializeNow() and DeSerializeNow() of the SerializeTest class. The author shows you two namespaces that must be imported inorder to use the SerializeTest class.
20)
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.
21)
Comparing C# and Java
Comparing C# and Java is an article in which the author compares the features of C# with java and C++. The author compares the data types, loopings statements, constants, object oriented features such as inheritance, encapsulation and polymorphism, interfaces etc.,of C# with java and C++.
22)
Attributed Programming in .NET using C#
This tutorial helps .NET programmers to learn about a powerful feature know as attribute of .NET languages. In this tutorial the author defines attribute as a class which allows parameters in their specifications. Enum, interface, delegates, events, methods are the targets of attributes.
23)
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.
24)
ILDASM or Why to Disassemble
This is an useful article which helps you to know how to perform operation such as assemble and disassemble of the components using the ILDASM tool. This article is more informative and useful to the .NET programmers
25)
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#.
26)
New JScript .NET Data Types
In this tutorial you can gain more knowledge about the data types of JScript.NET language. The author also explains you how to create an user defined data type, automatic type conversions, data type constraints etc.,
27)
Exception Management Application Block for .NET
In this article the author clearly tells you about the use of exception management application block in .NET. You can also know how to download, install and configure this block with the help of this tutorial.
28)
A Quick Comparison of ADO and ADO.NET - Part I
In this article the author compares ADO and ADO.NET. The article gives you the sample program for connecting to a database using various clases of ADO and ADO.NET. This article is useful for the .NET programers to know more about ADO.NET.
29)
Regular Expressions in C#
This simple tutorial is much helpful for the beginners. In this tutorial the author shows you the sample code which helps you to know about how to use regular expression in c# programs.
30)
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.
31)
C# Class Wrapping
This is a tutoiral through which you can know how to define a function with the same name in more than one class. The author explains this operation with a sample program.
32)
Introduction to JavaScript and DHTML
Introduction to JavaScript and DHTML is an article which explains you about the features of JavaScript and DHTML. JavaScript is a powerful scripting language through which you can perform validation in form objects. DHTML provides you an easy and clear control over a page's style and layout.
33)
A Practical Comparison of ADO and ADO.NET - Part II
It is an article which discusses about working with recordset and rowset of the ADO and ADO.NET. The recordset contains the result of the SQL query and you can loop through the results with the help of the movenext method. The OleDbDataReader and SqlDataReader classes of ADO.NET has rowsets.
34)
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.
35)
Introduction to JScript.NET
This is an useful tutorial for the programmers to know about writing programs in JScript.NET. In this turorial the author gives you a sample program to demonstrate the use of OOPS in JScript.NET.
36)
Here is a basic Queue implementation in C#
This is an easy to learn tutorial which is much useful for the novice programmers to perform queue operation in C#. The author shows you the output to the sample program which helps you to understand about the queue.
37)
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.
38)
Compilation and Runtime Execution of a C-Sharp Program
This is an useful tutorial through which you can learn how to compile and execute the C# program using the Common Langauage runtime. CLR performs various services such as cross-language integration, cross-language exception handling, enhanced security, versioning and deployment support etc.,
39)
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.
40)
Learn C#: C# Language's Preprocessor Directives
This is an useful tutorial through which programmers can learn about the use of various preprocessor directives of C#. The author explains you the use of various preprocessor directives of C# with samples.
41)
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.
42)
Technotes, HowTo Series C# Coding Style Guide
This tutorial helps you to write programs in C#. The author shows you various rules that must be followed when using commets, whitespaces, declaring and initializing variables in C# program. This tutorial also shows you a sample C# program.
43)
Moving to VB.Net
Moving to VB.Net is a tutorial which shows you the changes that exist in VB.NET. Some new features that are introduced in VB.NET are Option Strict statement, shorthand syntax operators, System.Object type instead of variant etc.,
44)
Overview of Changes from VB6 to VB.NET
In this article the author discusses about the difference between Visual Basic 6.0 and Visual Basic.NET. He says that you can declare the read only variable of VB.NET without initilization. VB.NET do not have fixed length strings and variant data type.
45)
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.
46)
Leverage VB.NET's Object-Oriented Features
This tutorial is much helpful for the novice programmers to learn about Visual Basic.NET. VB.NET is included in the .NET framework and it supports object oriented concepts and it is platform independent.
47)
An Introduction to Custom Attributes and Reflection in VB.NET
This is a .NET tutorial through which developers can know an easy way for building custom attributes in Visual Basic.NET. Programmers can specify about the Custom attributes that allow the programmer to specify details about a programming construct with the help of custom attribute.
48)
Differences between ASP and ASP .NET
In this web based tutorial you can get the difference between ASP and ASP.NET as well as you can know about the features of ASP.NET. This tutorial discusses about various new features such as compiled code, better user authentication, supports languages such as VB.NET, C# etc.,
49)
C# to VB.NET Translator
This user frienly tutorial helps you to convert your c# code in to the VB.NET code. The translator tool given in this tutorial does not allow tags or any other HTML.
50)
ILDASM or Why to Disassemble
This is an useful article which helps you to know how to perform operation such as assemble and disassemble of the components using the ILDASM tool. This article is more informative and useful to the .NET programmers
Browse Pages: |< 1 [2] >> >|
|
|
|
|
| Wednesday, 7 January 2009 |
|