Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 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 > Sample Chapters
Search:
What's New - What's Hot
Listings for .NET Framework .NET Framework (15)
Listings for ADO.Net ADO.Net (11)
Listings for ASP Classic ASP Classic (0)
Listings for ASP.Net ASP.Net (64)
Listings for ASP.Net 2.0 ASP.Net 2.0 (7)
Listings for C-Sharp C-Sharp (79)
Listings for HTML HTML (11)
Listings for JSP JSP (1)
Listings for SQL Server SQL Server (24)
Listings for Visual Basic 2005 Visual Basic 2005 (2)
Listings for Visual Basic 6.0 Visual Basic 6.0 (1)
Listings for Visual Basic.Net Visual Basic.Net (25)
Listings for XML XML (1)
Listings for XML XML (4)


Dry Wipe Boards and Permanent Markers  Version: 0.00     Price: $0.00  
Total Hits: 41  |  Today: 0Author: DaveAuld      Rating:  
Read Reviews | Write Review |  Your Rating: 

You may have done this, you may have been 'the one', if not, it will happen one day!

Case 1 So there you are in the boardroom, discussing some concept, plan or code strategy. Someone doesn't quite grasp what you are trying to explain, so you think a quick drawing on the Dry Wipe board will help get the subject matter across. You stand up at the board, pick up the pen, and doodle way.........then it dawns on you, you have used a permanent marker that some fool has left near the board. Pani...

Apache Commons EqualsBuilder and HashCodeBuilder  Version: 0.00     Price: $0.00  
Total Hits: 46  |  Today: 0Author: Bikash Shaw      Rating:  
Read Reviews | Write Review |  Your Rating: 

Before we go ahead and explore Apache Commons EqualsBuilder and HashCodeBuilder we must know the relationship between equals and hashCode.
java.lang.Object which is the super class of all Java classes has two very important methods defined in it. They are -

* public boolean equals(Object obj)
* public int hashCode()

These two methods are very important when our classes deal with other Java classes such as Collection API used for searching, sorting, comparison and elim...

"Soft Delete" or "Logical Delete" in ORM  Version: 0.00     Price: $0.00  
Total Hits: 47  |  Today: 0Author: Alex Kofman      Rating:  
Read Reviews | Write Review |  Your Rating: 

People often ask which ORM supports "Soft Delete" or "Logical Delete". Let's try to figure out what it is and whether ORM should internally support it.

"Soft Delete" is a way of removing business entities, which implies that we mark an entity as deleted instead of physically removing it from the database. This approach is often used in Line of Business applications because of its several advantages:

* It allows us to keep history for different auditing sceneries. For example, ...

An Analog Clock Design by openTk C#  Version: 0.00     Price: $0.00  
Total Hits: 96  |  Today: 0Author: kdgupta87      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Open Toolkit is an advanced, low-level C# library that wraps OpenGL, OpenCL and OpenAL. It is suitable for games, scientific applications and any other project that requires 3D graphics, audio or compute functionality. In short, its called OpenTK....

Server.HtmlEncode vs HttpUtility.HtmlEncode  Version: 0.00     Price: $0.00  
Total Hits: 39  |  Today: 0Author: Tulika45      Rating:  
Read Reviews | Write Review |  Your Rating: 

Server.HtmlEncode is equivalent to System.Web.HttpContext.Current.Server.HtmlEncode. The Server Object is an instance of the System.Web.HttpServerUtility class and it is readily accessible through any .aspx page since they inherit from the Page object which in turn has a Server Object instance....

A Simple Approach to Product Activation  Version: 0.00     Price: $0.00  
Total Hits: 57  |  Today: 0Author: Scott Lysle      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes an easy approach to keeping track of each installation of an application. The intent of the example is to demonstrate the use of a simple web service to collect and store information about each user and machine running the application....

A Comparison of SQL Server 7.0 with SQL Server 2000  Version: 0.00     Price: $0.00  
Total Hits: 64  |  Today: 0Author: Sergey Vartanyan      Rating:  
Read Reviews | Write Review |  Your Rating: 

Should you stick with SQL Server 7.0, or spend the big bucks to move to SQL Server 2000? To help you make your decision, here are some things to think about....

Formatting code in Tips and Tricks  Version: 0.00     Price: $0.00  
Total Hits: 63  |  Today: 0Author: Chris Maunder      Rating:  
Read Reviews | Write Review |  Your Rating: 

Code in Tip/Trick Posts should wrapped with pre /pre tags to ensure formatting and colouring are correct....

DataTable - Adding, Modifying, Deleting, Filtering, Sorting rows & Reading/Writing from/to Xml  Version: 0.00     Price: $0.00  
Total Hits: 76  |  Today: 0Author: SheoNarayan      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article, I am going to explain how to Add, Modify, Delete, Sort, Filter rows of the DataTable and also loading data from xml and writing data into xml. I will also talk about writing/reading Schema of the DataTable....

How to create a Random Joke Generator in Java  Version: 0.00     Price: $0.00  
Total Hits: 78  |  Today: 0Author: TopCoder23      Rating:  
Read Reviews | Write Review |  Your Rating: 

Designing apps with Java in Textpad is interesting nontheless fun.
Fast fowarding a bit, we've created a panel, placed listboxes and labels on the panel
And to have all these controls respond to mouse clicks, we have to put some code into it.
But this time, we have chosen to handle all events in the actionPerformed(ActionEvent event) method....

DailyRollingFileAppender with maxBackupIndex  Version: 0.00     Price: $0.00  
Total Hits: 72  |  Today: 0Author: Bikash Shaw      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you are trying to use the Apache Log4J DailyRollingFileAppender for a daily log file, you may need to want to specify the maximum number of files which should be kept. Just like rolling RollingFileAppender supports maxBackupIndex. But current version of Log4j (Apache log4j 1.2.16) does not provide any mechanism to delete old log files if you are using DailyRollingFileAppender. I tried to make small modifications in original version of DailyRollingFileAppender to add maxBackupIndex property....

iPod Data Recovery Software  Version: 0.00     Price: $0.00  
Total Hits: 71  |  Today: 0Author: Data Recovery Software      Rating:  
Read Reviews | Write Review |  Your Rating: 

iPod songs retrieval utility is an inexpensive, prominent tool for common iPod users that can easily restores and unerase lost music files, mp3 playlist, iTunes, photo, images, and digital pictures from iPod digital media player....

PHP Code to Perform Base64 Encoding and Decoding  Version: 0.00     Price: $0.00  
Total Hits: 95  |  Today: 0Author: point64      Rating:  
Read Reviews | Write Review |  Your Rating: 

Base 64 literally means a positional numbering system using a base of 64. It is the largest power of two base that can be represented using only printable ASCII characters. This has led to its use as a transfer encoding for email among other things. All well-known variants of base 64 use the characters A–Z, a–z, and 0–9 in that order for the first 62 digits but the symbols chosen for the last two digits vary considerably between different systems that use base 64....

WSDL and Schema Parser  Version: 0.00     Price: $0.00  
Total Hits: 116  |  Today: 0Author: Thanh Dao      Rating:  
Read Reviews | Write Review |  Your Rating: 

If you want to aggregate a web service with your application service, or if you are trying to implement someone else's WSDL, then you need to pay attention while viewing them. That means you are encountering the web service interoperability problem. That was the problem I had too, and I thought that having a GUI for viewing a WSDL like tree structure could be really cool....

How to make a simple WebService and consume it.  Version: 0.00     Price: $0.00  
Total Hits: 132  |  Today: 0Author: azamsharp      Rating:  
Read Reviews | Write Review |  Your Rating: 

We all talk about webservices, webservices can do this and webservices can do that. But when we are asked to make one, we hesitate. Maybe it's because we never made a webservice before, and all the time playing with Webforms and Windows Forms or even Console Applications. By the way, I love Console applications. In this article, I will show you how to create a simple webservice that is consumed by a Console application client....

How to Add a 5-Day Forecast to your Website  Version: 0.00     Price: $0.00  
Total Hits: 148  |  Today: 0Author: Scott Burgett      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article, I'll explain how one can add a 5 day forecast to their website using the National Weather Service's Experimental National Digital Forecast Database XML Web Service. The National Digital Forecast Database (NDFD) XML is a service that provides data from the National Weather Service's digital forecast database. Requests for data are made over the Internet via a SOAP request and responses are returned in an XML format....

Sharp as C     
Total Hits: 188  |  Today: 0Author: George Shagov      Rating:  
Read Reviews | Write Review |  Your Rating: 

In the beginning was � a word. And the word was � an algorithm!? Or should I say al-khwarizm? What Wikipedia says about the term algorithm?

Citing: �An algorithm (the word is derived from the name of the Persian mathematician Al-Khwarizmi), is a finite set of well-defined instructions for accomplishing some task which, given an initial state, will terminate in a corresponding recognizable end-state�.

Al-Khwarizmi? Citing: �Abu Abdullah Muhammad bi...

Why oh why     
Total Hits: 175  |  Today: 0Author: Joseph A Reddy      Rating:  
Read Reviews | Write Review |  Your Rating: 

For me, in software development, it is all about why. I feel a very strong need to understand why I am doing everything and anything I do. Furthermore, I am upset with myself when I cannot clearly state why, and on the flip side take pride in knowing why: why I choose a minimum of three layers in darn near any application, why I rarely if ever read books on a language, why I don’t blindly choose auto numbers for primary keys in databases, why I prefer business-object-oriented development, why I...

Introduction to SLP Services Environment Setup     
Total Hits: 209  |  Today: 0Author: Sateesh Kumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article, we will look into setting up the environment for SLP Services. For small ISVs, it is hard to maintain their own licensing systems. So, it is feasible to go with SLP online services provided by Microsoft. In order to use SLP online services, we need to have an account. Go to SLP Site and click on New User as shown below:...

Heap Sort     
Total Hits: 165  |  Today: 0Author: en.csharp-online.net      Rating:  
Read Reviews | Write Review |  Your Rating: 

The heap sort does not require massive recursion or multiple arrays to work. This makes it an attractive option for very large data sets of millions of items. The heap sort works as it name suggests - it begins by building a heap out of the data set, and then removing the largest item and placing it at the end of the sorted array. After removing the largest item, it reconstructs the heap and removes the largest remaining item and places it in the next open position from the end of the sorted arr...



Disclaimer - Privacy
© 2002-2012 DevASP.net