Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, July 04, 2009

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home/Search / What's Hot
Search Result: Found 30 sites

Preparing Your Visual Basic 6.0 Applications for the Upgrade to Visual Basic.NET        
Total Hits: 550  |  Today: 8       Rating:  
Read Reviews | Write Review |   Your Rating: 

This document provides recommendations for Microsoft Visual Basic developers planning to upgrade their applications to Visual Basic.NET. It includes information on the Visual Basic.NET Upgrade Tool and discusses architectural guidelines for enabling a smooth upgrade from Visual Basic 6 to Visual Basic.NET....

Serialize and Deserialize objects as Xml using generic types in C# 2.0        
Total Hits: 58  |  Today: 8 Author: farzaneh ansary       Rating:  
Read Reviews | Write Review |   Your Rating: 

This example uses a simple scenario to demonstrate how an instance of an object is created and serialized into a file stream and stored into database using the Serialize method.The XML stream is saved to a file, and the same file is then read back and reconstructed into a copy of the original object using the Deserialize method. Serialization is the process of converting the state of an object into a form that can be ersisted or transported. The complement of serialization is deserialization,whi...

ASP.NET Chat Application        
Total Hits: 1171  |  Today: 5 Author: Islam ElDemery       Rating:  
Read Reviews | Write Review |   Your Rating: 

A chat room page using ajax and Linq to xml.
I've developed a simple chat web application that deals with xml files to store information about online chatters, using ASP.NET, C#, Linq to XML, Ajax -Anthem Framework.
The application includes a class to handle the xml file by some methods to create the xml or load it, to save info, modify it, or remove it....

A Custom CheckedListBox with Datasource Implementation (Bindable)        
Total Hits: 104  |  Today: 5 Author: Ricardo Cuello       Rating:  
Read Reviews | Write Review |   Your Rating: 

Due to the fact that .NET CheckedListBox does not have out of the box binding facilities, this article implements an extension of the CheckedListBox which can be bindable. Moreover, it implements the DisplayMember and ValueMember properties in order to get an array of IDs containing the respective checked items....

Caching with .NET using interfaces        
Total Hits: 253  |  Today: 4       Rating:  
Read Reviews | Write Review |   Your Rating: 

So far in our series on .NET caching, we've created a basic cache and added a thread to expire objects from the cache based on a fixed expiration date. This may work well in certain situations, where it is possible to predetermine the date of expiration, but what if the date of expiration cannot be predetermined? Perhaps you have an inventory list that should only be expired if the latest shipment has arrived....

Simple chat application for ASP.NET        
Total Hits: 2013  |  Today: 4 Author: Albert Pascual       Rating:  
Read Reviews | Write Review |   Your Rating: 

And why not, how to create an easy chat room for your web site? Well, the best way is to use a nice database to store messages; however, for demo purposes, I'll use a static array. I know, you won't be able to use it in your web farm. Take this article as the concept, not as a solution. This simple web chat program is intended to work in any browser supporting "<"iFrame">". Also, you can select multiple chat rooms. Why not extend from there and more from channel to channel....

A Fully Functional Chat Room - Free!        
Total Hits: 1334  |  Today: 4 Author: Steve C. Orr       Rating:  
Read Reviews | Write Review |   Your Rating: 

Nearly every Web site could benefit from a chat room to help users socialize or sort out important issues. However, creating a chat room is usually more effort than it’s worth — unless somebody’s already done the work for you. This article presents a WebChat control that you can drop onto any ASP.NET Web page to get an instant, fully functional chat room....

Active Directory Collection        
Total Hits: 141  |  Today: 4 Author: microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

Active Directory directory service is the distributed directory service that is included with Microsoft® Windows Server 2003 and Microsoft Windows 2000 Server operating systems. Active Directory enables centralized, secure management of an entire network, which might span a building, a city, or multiple locations throughout the world....

A Global Error Handler in C#        
Total Hits: 1337  |  Today: 3 Author: GfWeis       Rating:  
Read Reviews | Write Review |   Your Rating: 

Adding a Global Error Handler to Global.aspx in C# for VS.Net...

Create Dynamic Banners Using ASP.NET        
Total Hits: 4677  |  Today: 3 Author: Hamid Shojaee       Rating:  
Read Reviews | Write Review |   Your Rating: 

If your artistic skills are as bad as mine and have ever had the need to create a simple banner you know how frustrating and time consuming it can be to design a banner that gets your ideas across. Sometimes, however, the most effective banners tend to be the simplest looking banners. Fortunately, it's easy to make simple banners in HTML. In this article, we'll write a method that can create a simple banner on the fly....

101 Visual Basic and C# Code Samples        
Total Hits: 1653  |  Today: 3 Author: Microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

This download includes a master set of Visual Basic and Visual C# code samples demonstrating various aspects of the language in the following areas: syntax, data access, Windows Forms, Web development and Web services, XML, security, the .NET Framework, file system and file I/O, interop and migration issues, COM+, ADO.NET, and advanced topics including graphics with GDI+, remoting, serialization, MSMQ, and Windows services....

Simple Chat Application in ASP.NET        
Total Hits: 1608  |  Today: 3 Author: Mesalem       Rating:  
Read Reviews | Write Review |   Your Rating: 

I ran into the problem of creating a chat room where two users can chat directly. I didn't like the idea of using server side code and doing all these post back which is not user friendly. I found that with the use of remote scripting, we can make a simple and fast chat application....

Simple Socket Control(s) to Create Server-Client Applications        
Total Hits: 945  |  Today: 3 Author: punokio       Rating:  
Read Reviews | Write Review |   Your Rating: 

This simple project can be used instead of TcpClient, TcpListen - socket classes, because it's easy. You can create a server application in just three or four lines of code, and a client application in just two lines of code. This is the main idea of this article....

Display Table on Web Page        
Total Hits: 65  |  Today: 3 Author: Charles Carroll       Rating:  
Read Reviews | Write Review |   Your Rating: 

This page demonstrates the capabilities how to display a table from a SQL statement. It illustrates not only how to display the table, but also how to detect that no records were returned from a query, and how to detect null and blank values in the data....

Capturing and Analyzing Client Transaction Metrics for .NET-Based Web Services        
Total Hits: 85  |  Today: 3 Author: Brian Connolly       Rating:  
Read Reviews | Write Review |   Your Rating: 

The success or failure of IT departments can depend on their ability to deliver a high throughput of requests to the services they support. This is especially important for Web services. In order to ensure adequate throughput, you really need to be able to measure response times. To achieve that goal, this article presents a general-purpose reporting mechanism that can be used in any .NET system that employs HTTP and SOAP....


1   2    Next >> 

Search Result: Found 30 sites
DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net