Tutorial search

Tutorials
Stuff
Affiliates

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Create, Export & Encrypt Connection String on Server and Dev Machine with ASP.Net 2.0 - ASP.NET tutorial


This article covers some basic steps and commands to encrypt your connection string and other items in a configuration file using ASP.NET 2.0.
Category: ASP.NET tutorials - Difficulty:

More cool ASP.NET tutorials:



asp.net Simple Connect To Database
asp.net Simple Connect To Database
Asp.net tutorial on how simple it is to connect to a database and binding to an sqldatareader with simple asp.net code.
Category: ASP.NET tutorials - Difficulty:
Caching
Caching
This tutorial covers ASP.NET's built-in data caching features. Caching is a long-standing means of improving the performance of any software system. The idea is to place frequently used data in quickly accessed media. Even though access times for mass storage continue to improve, accessing data from a standard hard disk is much slower than accessing it in memory. By taking often-used data and making it available quickly, you can improve the performance of your application dramatically.

Category: ASP.NET tutorials - Difficulty:
Displaying XML to DataGrid
Displaying XML to DataGrid
In this source code we will look at how to read an XML data source and how to put it on our ASP.NET page. For this example you can use a sample XML file putting same folder with our source code. .
Category: ASP.NET tutorials - Difficulty:
ASP.NET Developers and Search Engine Optimization (SEO)
ASP.NET Developers and Search Engine Optimization (SEO)
If you're developing for the Web then you should familiarize yourself with some Search Engine Optimization or SEO concepts. The idea here is to make your ASP.NET application as friendly as possible for spiders, and the specific spider we're talking about is Google.
Category: ASP.NET tutorials - Difficulty:
Introduction to Web Services.
Introduction to Web Services.
The label "web services," as broadly applied, has two levels of meaning—one specific and one conceptual. Specifically, web services are a stack of emerging standards that describe a service-oriented, component-based application architecture. Conceptually, web services represent a model in which discrete tasks within e-business processes are distributed widely throughout a value net.
Category: ASP.NET tutorials - Difficulty: