Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


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

View all templates

Database Access Within an Assembly - ASP.NET tutorial


We can easily connect a database server within an assembly. After we compile this source code you can access your database provider. In tis source code I have used SQL Server.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



Using the .Net System.Net Class
Using the .Net System.Net Class
In this article we cover using the System.Net class to make an HTTP request and return the status code. In addition, we'll cover handling the HTTP response and binding it to an XSL transformation.
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:
Charset convert
Charset convert
Sometimes you will need to export some data from an ASP page and use another charset than the encoding you have specified in Web.config. This short sample EncodeString function lets you write response string data using any code page.
Category: ASP.NET tutorials - Difficulty:
Creating a basic Web Service
Creating a basic Web Service
A basic tutorial that teaches how to create a Web Service in ASP.Net/C#
Category: ASP.NET tutorials - Difficulty:
How to bind a DataGrid to an array
How to bind a DataGrid to an array
It simply shows how to bind a DataGrid to an array using C# code.
Category: ASP.NET tutorials - Difficulty: