Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Friday, May 09, 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 > ASP.Net
Search:
What's New - What's Hot
Listings for Ad Management Ad Management (8)
Listings for Bug Tracking Bug Tracking (10)
Listings for Business & Enterprise Business & Enterprise (22)
Listings for Calendar & Time Calendar & Time (11)
Listings for Chat Chat (20)
Listings for Code Editors Code Editors (13)
Listings for Content Management Content Management (30)
Listings for Conversion Conversion (3)
Listings for Data Management Data Management (15)
Listings for Database Tools Database Tools (25)
Listings for Developer Tools Developer Tools (27)
Listings for Discussion Forums Discussion Forums (23)
Listings for Email Email (11)
Listings for FAQ FAQ (2)
Listings for Graphics & Charts Graphics & Charts (72)
Listings for Guest Book Guest Book (12)
Listings for HTML & Code Editors HTML & Code Editors (23)
Listings for Image manipulation Image manipulation (4)
Listings for Management  Tools Management Tools (25)
Listings for Miscellaneous Miscellaneous (49)
Listings for Organizers Organizers (3)
Listings for Search & Directory Search & Directory (16)
Listings for Security & Encryption Security & Encryption (10)
Listings for Shopping & Commerce Shopping & Commerce (21)
Listings for Web Development Web Development (16)
Listings for Web Forms Web Forms (6)

Building a Visual Studio DebuggerVisualizer with a Custom Serializer        
Total Hits: 3  |  Today: 0 Author: Richard Minerich       Rating:  
Read Reviews | Write Review |              Your Rating: 

DebuggerVisualizers allow you to customize the way objects are displayed while debugging in Visual Studio. This is useful for a great number of applications. Some examples might be:
* Building simplified models of complex objects.
* Rendering objects which are composed of more than just basic types into a human viewable form.
* Presenting debug data in a more organized, and easily accessible, way.
In our DotImage Toolkit, we provide an AtalaImage object in which the image...

ASP.NET AJAX Web Form Generation at Run time        
Total Hits: 2  |  Today: 0 Author: Bean Software       Rating:  
Read Reviews | Write Review |              Your Rating: 

ASP.NET AJAX consists of client-script libraries and server components that are integrated to provide a robust development framework, which allow us to build rich client applications quickly and easily. Whenever a postback happens in a normal ASP.NET page the whole ASP.NET page will be refreshed. But AJAX Enabled ASP.NET web page will enable partial rendering of a web page as the result of an asynchronous postback....

The Sound of Music        
Total Hits: 6  |  Today: 0 Author: Brad McCabe       Rating:  
Read Reviews | Write Review |              Your Rating: 

So you've got a burning desire to accompany your application's splash screen with a rousing chorus of "Funky Cold Medina" (that's Tone Loc for those of you who aren't children of the 80s). Prior to working with Visual Studio® 2005, adding even simple tunes and system sounds to your application could be a challenge. There are numerous new classes and namespaces that have been added to the Microsoft® .NET Framework 2.0 to help you do just that. I'm going to take a look at one of them, the System.M...

A Code Project Article Information Library        
Total Hits: 4  |  Today: 0 Author: Derek Bartram       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article presents the CodeProject.dll project which may be used to extract information from The Code Project. In the first of a short series of articles, ArticlesSummary is presented which allows extraction of article information by member number. The following information may be extracted;
* Title
* Description
* Web link
* Last update date
* Number of page views
* Rating
* Number of votes
* Popularity
By extension it is then possib...

Resources for Your Developer Toolbox        
Total Hits: 8  |  Today: 0 Author: Theresa W. Carey       Rating:  
Read Reviews | Write Review |              Your Rating: 

Dubbeldam Software has released HtmlTweak, a tool that allows Web developers and designers to locate and inspect HTML elements loaded in Microsoft® Internet Explorer, and modify HTML, Cascading Style Sheet rules, and attributes to test changes. Instead of having to tweak Web pages by changing the source HTML and reloading the page, you can point to any spot in the browser window and the program will highlight the HTML element at that location. It shows the exact boundaries of the element, the re...

Dependency Injection        
Total Hits: 8  |  Today: 0 Author: Griffin Caprio       Rating:  
Read Reviews | Write Review |              Your Rating: 

Today there is a greater focus than ever on reusing existing components and wiring together disparate components to form a cohesive architecture. But this wiring can quickly become a daunting task because as application size and complexity increase, so do dependencies. One way to mitigate the proliferation of dependencies is by using Dependency Injection (DI), which allows you to inject objects into a class, rather than relying on the class to create the object itself....

Image Loder        
Total Hits: 8  |  Today: 1 Author: ashal       Rating:  
Read Reviews | Write Review |              Your Rating: 

An advanced version of preloader (lesson I). The effect now has a status bar and doesn't rely on the window.onerror object/property to allow javascript to run before the body of the page has loaded. This is done by putting the whole script just before the /body tag. Once again this script will not work on NS2 - 4 but is good to go on NS6+ and IE, although I must admit I haven't tested it on early versions of MSIE. This script has been tested on IE6 and NS7....

What's My IP Address?        
Total Hits: 10  |  Today: 0 Author: Ken Getz       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you're like me, you regularly do tech-support for family, friends, and neighbors. You can't go to a party without hearing the familiar refrain: "I've just got a quick question." It's always something—their Internet connections get dropped, they've got a virus, they can't install some piece of hardware, or some file has gone missing. Maybe you support your brother or your grandmother. In my case, I spend a good deal of time helping out my father, who is astoundingly agile with his computer con...

Asynchronous ASP.NET Page Processing        
Total Hits: 8  |  Today: 0 Author: Peter A. Bromberg, Ph.D.       Rating:  
Read Reviews | Write Review |              Your Rating: 

Asynchronous programming offers certain benefits in creating high-availability applications. The asynchronous model provides the ability to switch execution of the "the DoWork" method to another thread. This can be important for client applications in order to avoid blocking the UI. It also provides the ability to execute several tasks on different threads at the same time. Finally, the asynch model gives us the ability to make calls to network resources in a way that does not block any threads,...

GNU GPL for dummies        
Total Hits: 6  |  Today: 1 Author: TheBigRedDog       Rating:  
Read Reviews | Write Review |              Your Rating: 

Many resources are out there explaining the GNU GPL. It’s fair to say that most of them discuss the GNU GPL but they don't always paint a ... (ahem) simple picture. If you have no doubts about the following questions then this paper is not for you.
* Are you forced to redistribute all of your GPL mods? (answer: no)
* Can you sell both the GPL source code and/or the executable? (answer: yes)
* Can you distribute GPL code with proprietary code without distributing the source o...

Reader/Writer Locks and the ResourceLock Library        
Total Hits: 7  |  Today: 0 Author: Jeffrey Richter       Rating:  
Read Reviews | Write Review |              Your Rating: 

If multiple threads concurrently execute code that writes to or modifies a resource, then obviously the resource must be protected with a thread synchronization lock to ensure that the resource doesn't get corrupted. However, it is common to have a resource that is occasionally written to but frequently read from. If multiple threads are concurrently reading a resource, using a mutual exclusive lock hurts performance significantly because only one thread at a time is allowed to read from the res...

DHTML Calendar control with Time        
Total Hits: 23  |  Today: 1 Author: Sunil Kumtakar       Rating:  
Read Reviews | Write Review |              Your Rating: 

It bring pleasure to present this DHTML Calendar Control with Time. I have tried to make it as user friendly as possible, so that the user does not struggle while entering the date in your webforms. The other interesting part is it also includes the the interface to capture time. I have tested it under IE 6, Netscape 8 and Opera 9, and it worked fine. Sorry I couldn't test it with other browser/ Versions....



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