Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, May 18, 2008

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 > Applications > C-Sharp > Discussion Forums
Search:
What's New - What's Hot

Yet Another CommandLine Parser        
Total Hits: 17  |  Today: 0 Author: ChrisStoy       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is a basic command-line argument parser. Most parsers I have found try to do too much, such as default parameter support that require complicated setup. This utility simply parses the command line arguments into argument/value pairs and a list of single parameters. It is up to the user to figure out what to do after that....

AccountPlus        
Total Hits: 35  |  Today: 0 Author: Ashish Tripathi       Rating:  
Read Reviews | Write Review |              Your Rating: 

AccountPlus is an open source software for account/expense sharing. Users of AccountPlus can use the application in their own way. If at any stage, the user wants to make some modification/enhancement in the application, he/she is free to do the same. Any suggestions/queries are most welcome from the author’s side. For any query, please write a mail with subject line ‘AccountPlus’....

Password Manager (.NET)        
Total Hits: 110  |  Today: 0 Author: Leon Finker.       Rating:  
Read Reviews | Write Review |              Your Rating: 

I wanted for some time to write a very simple password keeper for personal use. I'm posting it in case someone else finds it useful. I think it has some interesting ideas:

Once the username/password is inputted it's kept encrypted. The way to use it: either by drag and drop (this is useful for HTML based forms) or SendMessage(WM_SETTEXT,...) buttons. You can look at the tool tips for each button....

C# Dicussion Forum        
Total Hits: 988  |  Today: 0       Rating:  
Read Reviews | Write Review |              Your Rating: 

C# Discussion: Threaded Discussion Forum that utilizes the .NET framework, with C# as the ASP.NET server side language. Uses MS Access Database for data....

A Fast/Compact Serialization Framework        
Total Hits: 26  |  Today: 0 Author: .Shoaib       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article presents an alternate, simple, and neat way of object serialization and deserialization. Admittedly, it's not as transparent or glorious as the default serialization facilities provided by the .NET runtime, yet if properly applied, it may achieve substantial performance gains. There are three main benefits this framework provides to applications that serialize objects. The main benefits being that of increased space and time performance, and enhanced security comes as a byproduct....

Generating Word Reports / Documents        
Total Hits: 24  |  Today: 0 Author: Predrag Tomasevic       Rating:  
Read Reviews | Write Review |              Your Rating: 

Another boring day in my life. I often wonder why it has to be like this – I either have no obligations at all or I'm packed with them. Most of the people tell me that it has to do with planning. They wear their favorite serious face and say: you, my son, just don't know how to properly make your schedule. Time is of the essence, do not use it improperly! You must divide your time in million little pieces, label each one of them, implement some kind of sorting, import everything into Microsoft O...

Don't Let Memory Allocation Failures Crash Your Legacy STL Application        
Total Hits: 10  |  Today: 0 Author: James Hebben       Rating:  
Read Reviews | Write Review |              Your Rating: 

Most C++ developers make extensive use of the Standard Template Library (STL) in their code. If you are one of them and are using STL and Visual C++ 6.0 directly out of the box, your application is at high risk of crashing under low memory conditions. The problem arises because checking for failure of operator new is such an uncommon practice. To make things worse, when new does fail, the response is not standard. Some language compilers return NULL while others throw an exception.
In additio...



DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net