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

Category: ASP.NET tutorials - Difficulty: 

Create, Export & Encrypt Connection String on Server and Dev Machine with ASP.Net 2.0 tutorial description
| Added on | 13.02.2008 |
| Total clicks | 13 |
| Tutorial Rating | 0 |
| Tutorial Difficulty | 0 |
Create, Export & Encrypt Connection String on Server and Dev Machine with ASP.Net 2.0
More cool ASP.NET tutorials:

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: 


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: 


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: 


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: 


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: 


