Scripts are listed after popularity. To display the scripts in alphabetical order please click here
251)
MD5 Integrity
This library allows the generation of MD5 hashs of strings and files.
This is a .Net library, with COM interfaces, so it can be used within .NET projects and has a COM component.
This component is ideal to assure integrity of data or files.
252)
OpenSmtp.net
It is an ASP.NET email SMTP component that allows user to send and receive emails messages from the SMTP server and through HTTP mail can be sent to the recipients.
253)
ASP .NET - The DataList Control
It is an ASP.NET tutorial which tells you about the datalist control of ASP.NET. The author explains you how to bind the XML data to the datalist control with a sample program.
254)
ASP.NET Guestbook using MS Access
This tutorial gives an idea to the webmasters about how easy and simple to create a guestbook with the help of ADO.NET and MS Access. The author narrates the background for creating this guestbook along with its sample page.
255)
Implementing Role-Based Security with ASP.NET
In this tutorial the author explains about integrating role based security with ASP.NET. This article will be of much use for the administrators to provide access to the users on role basis.
256)
HttpPostedFile Class
It is an easy to learn ASP.NET tutorial through which you can learn about the HttpPostedFile class. Using this class you can access the content and properties of each individual files uploaded by the client.
257)
GDI+ Color processing
This is a tutorial that allows users to perform color processing on images. In this tutorial the author demonstrates about pixel by pixel level processing on an image.
258)
ASP.NET Controls - Part Two
This is an article through which you can gain more knowledge about the components and custom controls of ASP.NET. The author explains both custom controls and components with a sample program and output.
259)
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.
260)
Detecting Browser Capabilities in ASP.NET
This tutorial deals with determining the browser capabilities using HttpBrowserCapabilities properties. The author explains each HttpBrowserCapabilities property with brief description about it.
261)
Find Files in C#
This is an ASP.NET tutorial in which author discusses about generating an application in C#, which helps to search a file in the hard disk with the help of classes that is provided by System.IO namespace.
262)
Authorizing Users and Roles
Control client access to URL resources could be controlled using ASP.NET. This article is about the same, stating about the authorizing users and their roles in ASP.NET.
263)
Masked Edit Control written in C# that uses Regular Expressions
It is a useful article for the users to learn about masked edit control, which is written in C# by using regular expression. Here the author gives details about the process of converting the mask into regular expression for each character in the code.
264)
Developing a Hit Counter in ASP.NET
Creating a web page that can track and show the hit counts for the site is the basic theme of this article. The main highlight of this article is that this web page could be used to provide the functional tasks in more web pages.
265)
Sorting An Array Using Array.Sort()
This useful tutorial teaches the method of sorting the arrays. In this article author describes about IComparable interface, which helps in executing the process of sorting arrays.
266)
Using the WebClient Class to grab data from other sites
This article explains about using the webclient class, how to collect data from other websites and how to return those data into their own webpage.
267)
ValidationSummary Control
This is an article in which author discusses about validation summary control, which helps in displaying all the list of validated errors in the web form.
268)
Creating a Single Sign-on across ASP.NET Application and Legacy ASP Application
Creating a Single Sign-on across ASP.NET Application and Legacy ASP Application is a tutorial dealing with builing a single sign on for legacy ASP applications and ASP.NET applications.
269)
Evaluate Strings and Convert Data in .NET
It is a tutorial in which author details about evaluating logical, mathematical or string expression and converting data in ASP.NET. This article teaches various methods to perform the above said processes.
270)
MCImageManager .NET
The MCImageManager .NET is a combination of .NET, HTML and Javascript, possible to integrate with the MCFileManager. The purpose of the MCImageManager is to be able to preview images through thumbnails and conduct basic file operations on them, such as upload and delete. The perfect tool to integrate with your CMS system, or TinyMCE.
271)
Web Forms User Controls
This tutorial deals with users controls and its properties which helps to get control over the web forms. Here author discusses about summerizing several events in the web form with the help of user control.
272)
EasyListBox
EasyListBox is a program which can be utilized by the webmasters to include drop down lists to their web pages. This is a highly customizable utility which is based on ASP.NET.
273)
Regular Expressions in .NET
Regular Expressions in .NET is an article in which author elaborates about new features of regular expressions. Here the author gives an idea about the process of utilizing these feature in the codings.
274)
Error Loging in ASP.NET
Error Loging in ASP.NET is rectified through Web.Config file. The author describes the usage of this file and its unique way to manage error handling through logging into an SQL server is the content of this tutorial.
275)
Simple SMTP Mailer
Simple SMTP Mailer is the script which explains how to send mail through SMTP. Using the .NET SMTP classes users could send their emails to any email addresses.
276)
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.
277)
AuthentiX
AuthentiX is an ASP.NET webbased program for user authentication. This utility will be helful in protecting the names and passwords privately. Multiple web users can make use of this authentication system.
278)
EBA: Web ComboBox V2
Web ComboBox V2 (.NET) allows users to choose from long lists through a feature-rich, intuitive interface. It’s designed to help people choose quickly from lengthy lists of data such as customer records, product SKU’s, or even files on a computer. In practice, Web ComboBox will allow web developers to build responsive and attractive dropdown lists, auto complete ‘search boxes’, and more - all with the ability to connect to a database in real-time.
279)
4TechnoGuys.com .Net Technical Interview Questionbank
'4TechnoGuys' is an online Interview Question bank for .Net developers.
Our aim is to provide all information related to the .Net Interview.
280)
Guest Book Developed in ASP.NET
This tutorial is about a simple guest book development using VB.NET and ASP.NET. This is easy to understand with more .NET concepts. This guest book helps the webmasters in many ways which is shown in the article.
281)
State Management in ASP.NET
This is a tutorial in which the author gives you a brief summary about the various client-side and server-side state mangement methods. The author explains each of the methods with a sample program.
282)
LLBLGen Pro
This tool helps users to generate data access layer and it supports both C# and VB.NET. Users can generate codes for data access in no time. It is an useful tool for the programmers or web developers to save their time from scripting.
283)
Email Tracking: Tracking Email Reads using ASP.NET
Email Tracking is a very new concept in ASP.NET. In this article the author explains how to track the read emails. The author used three simple and common techniques to find out.
284)
.NET Screen Scraping in depth
This is an online tutorial which helps the webmasters to learn more about the screen scarping with more different techniques. The author explains the art of submitting the forms and using cookies while screen scarping.
285)
HttpWriter Class
It is a simple tutorial in which the author tells you the use of the HttpWriter class of ASP.NET. You can gain more knowlege about the properties and methods of this class using this tutoiral.
286)
Get Your Hands In The Cookie Jar
This tutorial gives some special tips about working with cookies in ASP.NET application. Few problems are also solved in this, which might help the users to overcome these difficulties while they use cookies.
287)
Easy to use Hit Counter
This tutorial explains about the author's creation of a hit counter by a custom control which shows an HTML table. This HTML table has assigned one seperate cell for one of the counter digits. Through this the users could add this counter to visual studio tool box.
288)
Creating dynamic data structures
It is a simple tutorial in which author discusses about several data structure that has to be used to store data in memory and also the author gives suggestion to the users about the necessity of using different structure for different collection classes.
289)
USPS Shipping Components
USPS Shipping Components is a program that provides components to the administrators to have shipping rate and package calculator to be used for calculating for transporting products via USPS.
290)
Developing with the Treeview Web Control Part1 : The Basics
This is an useful ASP.NET article for the .NET programmers to know about how to create the treeview control and add the nodes to the control. The author gives the sample programs for the above procedure.
291)
Creating a Text Box Server Control with Color Highlighting
It is a web based tutorial which helps you to create a text box with color highlighting feature. This text box is useful to enhance the attractivity of web applications. The author clealry shows how to test this custom text box control.
292)
Body Fat Percentage Calculator in C#
This article can be utilized by the users to create a calculator with the capability to calculate body fat percentage.
293)
Finding Your Path
This article tells us how to locate the path where your ASP.NET application is located on. Sample codes are included for better understanding.
294)
Streaming Dynamic Images into Your Web Page
This is an tutorial that deals with passing dynamically created images into the web pages. This is an easy to understand and useful tutorial.
295)
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.
296)
CodeBox for .NET
CodeBox for .NET is a software that helps users to store C# and Visual Studio.NET codes into different types of databases such as, SQL Server, Access etc.
297)
Joel.Net.WebLogs
Joel.Net.WebLogs is a program that comes with all required functionalities to enable webmasters generate and maintain web logs or blogs on their ASP.NET websites.
298)
ezEncrypt
ezEncrypt is a program using which users can encrypt or decrypt the data strings in a quick manner. This program is based on ASP.NET and allows users to encrypt or decrypt data with in a dataset.
299)
Performing Browser Detection Using ASP.NET
It is a tutorial in which author describes the method of detecting the web browser used by the visitors. Through this tutorial programmers can learn about browser detecting technique using Request.Browser property.
300)
Authentication and Authorization
This is an easy to understand tutorial that explains about basics of authentication and authorization with ASP.NET. This article discusses about authentication and two types of authorization.
Browse Pages: [1] [2] [3] [4] [5] 6 [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] |