Online Articles

Build a Web Chat Application Part 2 - Chat with Other Users Priva...

In Part 1 we built a very simple, flicker-free, frame-less, web chat application using ASP.Net 3.5, LINQ-to-SQL, AJAX and MS SQL Server, with your choice of either C# 3.5 or VB 9.0 in about 2 hours. As promised, we will add functionality to our previous chatroom application so that users will have the ability to chat with each other privately.

Three Tier Architecture with ASP.NET

Brian Mains talks about the GridView control in the context of 3-tier ASP.NET applications.

Using LINQ in ASP.NET (Part 1)

Language INtegrated Query or LINQ changes the way you write your data driven applications. Previously developers used to think and code differently to access different data stores such as SQL Server, XML files and in-memory collections. The new LINQ based programming can take away the hassles involved while developing such applications. In this multi part series I am going to explain how LINQ capabilities can be used ASP.NET applications.

Page and User Control Communication

This article shows some tips and tricks for making the page and user control communicate with each other.

ASP.NET MVC in the Real World

MVC (the "model view control" pattern) isn't new, but it is new to ASP.NET. If you're like me, you may have been impressed by a demo, but you've probably thought "how does this work in the real world?" I hope to answer that question in this article.

Fast ASP.NET web page loading by downloading multiple javascripts...

A web page can load a lot faster and feel faster if the javascripts on the page can be loaded after the visible content has been loaded and multiple javascripts can be batched into one download. This article shows an HTTP module that can parse rendered HTML and collect all SCRIPT tags and combine them on-the-fly delivering them using an HTTP Handler.

Creating a Site Map for a ASP.Net Page

A site map is a graph representing all the pages and directories in a web site. Site map information shows the logical coordinates of the page and allows dynamic access of the pages and render all navigational information in a graphical way. ASP.Net contains a rich navigation infrastructure which allows the developers to specify the site structure. Since the site map information is hierarchical in nature, it can be used as input for a hierarchical data source control such as SiteMapDataSource....

Creating Custom Label Controls

This article shows how the label control can be extended to incorporate some additional features, such as data binding support.

Working With Custom Providers

This article illustrates setting up a custom provider, illustrating all of the pieces of the provider puzzle.

Rating and labelling your ASP.NET website

ICRA (the Internet Content Rating Association) is part of the Family Online Safety Institute, an international, non-profit organization of internet leaders working to develop a safer internet. This article details how to go ahead with the steps of creating labels and incorporate them in your website and it also show how to do the same with the Pics method of the ASP.NET Response object.

Build a Web Chat Application using ASP.Net 3.5, LINQ and AJAX

We will build a very simple web chat application using the latest ASP.Net 3.5, LINQ, and AJAX from scratch just for fun and see how fast we can build it using LINQ. The web chat will: be accessible anywhere, be flicker-free, not use frames, not use application variables.

Complex Data Binding with the Accordion Control

The Accordion control is a flexible way to group data output to the screen. This article demonstrates the usage of the control to data bind information in ASP.NET. Brian clearly examines each step in detail with the help of database structure diagram, relevant explanation, and plenty of source code.

Generating image thumbnails in ASP.NET

Bertrand Le Roy explains how to generate thumbnails in ASP.NET

Creating Custom Data Field Controls - Part 1

This article illustrates creating custom data fields, used by the GridView and DetailsView controls. This article looks at simplifying the process by creating a base class to make future development easier.

Create iPhone Applications

Use ASP.NET AJAX to create web applications for the iPhone.

<< First  < Prev   Page 1 of 156   Next >  Last >>

» Submit an article and Gain Recognition Points

Community Recognition Program

Top Community Members

SomeNewKid is at the "All-Star" level with 45,834 points.

Learn about the Community Recognition program and visit the Hall of Fame.