Friday, July 18, 2008 by Junnark S. Vicencio
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.
Tuesday, July 15, 2008 by Brian Mains
Brian Mains talks about the GridView control in the context of 3-tier ASP.NET applications.
Monday, July 14, 2008 by Bipin Joshi
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.
Thursday, July 10, 2008 by Brian Mains
This article shows some tips and tricks for making the page and user control communicate with each other.
Wednesday, July 09, 2008 by Timothy Khouri
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.
Tuesday, July 08, 2008 by Omar AL Zabir
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.
Monday, July 07, 2008 by PIYALI SENGUPTA
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....
Sunday, July 06, 2008 by Brian Mains
This article shows how the label control can be extended to incorporate some additional features, such as data binding support.
Saturday, July 05, 2008 by Brian Mains
This article illustrates setting up a custom provider, illustrating all of the pieces of the provider puzzle.
Thursday, July 03, 2008 by Balamurali Balaji
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.
Tuesday, July 01, 2008 by Junnark Vicencio
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.
Monday, June 30, 2008 by Brian Mains
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.
Thursday, June 26, 2008 by Bertrand Le Roy
Bertrand Le Roy explains how to generate thumbnails in ASP.NET
Wednesday, June 25, 2008 by Brian Mains
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.
Monday, June 23, 2008 by Steve C. Orr
Use ASP.NET AJAX to create web applications for the iPhone.
» Submit an article and Gain Recognition Points