Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Thursday, August 28, 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
Search:
What's New - What's Hot
More Categories for .NET Namespaces .NET Namespaces (1966)
.NET Framework Namespaces
More Categories for Applications Applications (894)
Management, Email, Graphics, Search..
More Categories for Articles & Samples Articles & Samples (35795)
Assembly, Caching, Controls, Reflection..
More Categories for Community Community (108)
Conferences, Chat Rooms, Jobs, Training..
More Categories for Component & Controls Component & Controls (1003)
Forums, Management, Email, more..
More Categories for Developers Sites Developers Sites (136)
Sites dedicated to developer community..
More Categories for Developers Training Developers Training (251)
Training CD-ROMs, Videos, Courseware..
More Categories for Downloads Downloads (333)
Service Packs, Code, Msdn Show..
More Categories for Hosting Services Hosting Services (141)
ASP and ASP.Net Hosting sites..
More Categories for Introduction Introduction (340)
ASP, ADO.Net, C#, VB.NET, XML
More Categories for Knowledge Base Knowledge Base (2219)
Knowledge Base Articles, Samples, Tutorials, HowTos...
More Categories for Sample Chapters Sample Chapters (243)
Sample Chapters from Developer Books..
More Categories for Silverlight Silverlight (126)
Silverlight
More Categories for Support WebCasts Support WebCasts (630)
Microsoft's Support WebCasts

Data Paging in ASP.NET        
Total Hits: 2  |  Today: 2 Author: Bean Software       Rating:  
Read Reviews | Write Review |   Your Rating: 

Your web application needs to be both easy to use and fast to execute. If you have large table in your database, it is not good idea to show all table rows on web page at the same time. That will use too much traffic between web server and user's machine, probably slow down user's web browser and certainly confuse the user when see thousands of data on computer screen....

Configuring Windows Instant File Initialization for SQL Server 2005        
Total Hits: 0  |  Today: 0 Author: Edwin Sarmiento       Rating:  
Read Reviews | Write Review |   Your Rating: 

SQL Server 2005 supports Database Instant File Initialization which skips zeroing out data pages that can reduce the time when performing operations like creating databases, adding files to an existing database, increasing the size of an existing database file manually or thru autogrowth or restoring a database or filegroup. But how do we make sure that SQL Server is using this feature?...

Asp.Net Interview Question Part 1        
Total Hits: 0  |  Today: 0 Author: Shivprasad koirala       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this section we will touch base on one of important concepts in ASP. Net. You can download my .NET Interview Question PDF from http://www.questpond.com/SampleDotNetInterviewQuestionBook.zip .I have also put all these design patterns in a video format and uploaded on http://www.questpond.com/FreeDesign1.htm . You can visit http://www.questpond.com and download the complete architecture interview questions PDF which covers SOA , UML , Design patterns , Togaf , OOPs etc....

Windows Mobile Power Management        
Total Hits: 0  |  Today: 0 Author: Joel Ivory Johnson       Rating:  
Read Reviews | Write Review |   Your Rating: 

As a regular reader of the MSDN support forums and other online development community I see several questions (some reoccurring) about aspects of power management and control on Windows mobile devices. Sometimes a developer wants to reduce the demand on power and other times disable the power saving features. Then there are coding patterns that contribute to killing the battery much faster. In response to the voices of the community I’ve collected information on Windows Mobile power management. ...

CListCtrl and displaying a tooltip        
Total Hits: 0  |  Today: 0 Author: Snakefoot       Rating:  
Read Reviews | Write Review |   Your Rating: 

Microsoft's CListCtrl has support for displaying data in a grid, but requires a little help to display tooltips. This article will demonstrate how we can display tooltips when using a CListCtrl. The demo application allows you to experience the behavior of the different tooltip implementations. There are lots of advanced grid controls that extend the CListCtrl, so it is possible to display a tooltip when holding the mouse over a cell. But, because these grid controls can be very complex, it can ...

XCPClock - CodeProject Clock        
Total Hits: 1  |  Today: 1 Author: Hans Dietrich       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Transparent Silver Ring and Transparent Minimal skins offer another transparency option: the clock face itself is completely transparent (except for center pivot, date box, and (for Transparent Silver Ring) the outer ring), so you can click on any window beneath the XCPClock. For these two skins, the minute- and hour-hand color changes automatically, depending on color of underlying window, so as to maintain good visibility (thanks to John Simmons' excellent article Determining Ideal Text Co...

Octree Search        
Total Hits: 1  |  Today: 1 Author: Kam       Rating:  
Read Reviews | Write Review |   Your Rating: 

A data structure is an approach of storing data in a computer in a way that it can be accessed efficiently. A clever data structure allows a variety of vital operations to be achieved, using as few resources, both execution time and memory space, as possible. A tree is a widely-used data structure that emulates a tree structure with a set of linked nodes. An Octree is a tree data structure in which each inner node has up to eight leaves. Octrees are most often used to partition a three dimension...

Another Star Trek Game (The Retro One)        
Total Hits: 1  |  Today: 1 Author: BadKarma       Rating:  
Read Reviews | Write Review |   Your Rating: 

After reading the article of Michael Birken, one has to admit that it is again proven that there is only one ingredient that makes a good game: the gameplay. Not the looks, not the sound. As a huge fan of the Introversion Software games, which all have a special 'old' look, I thought why not add this simple retro look to this game. Like James Curran stated, Michael Birken's article covers the game from top to bottom, there isn't much light I can shed over this. So, I will focus more on the diffe...

How-To: Automatically rename Foreign Keys on a DB        
Total Hits: 0  |  Today: 0 Author: Lino Barreca       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article explains how to rename automatically every relation in your database.
It could be useful if your database was upgraded from a different DBMS and the relation names are meaningless (like the Access upgrade does) or if those names have been created in years from different developers using different standards....

Better way to Sleep: Control execution and Limit CPU usage by your threads        
Total Hits: 0  |  Today: 0 Author: Lone Developer       Rating:  
Read Reviews | Write Review |   Your Rating: 

I had a code that consist of a thread that was heavily CPU intensive. And i need to limit it's execution so that it's CPU usage should not go above a particular limit, irrespective of the hardware/processor over which the program was running. Moreover we often come across a problem, in which we need to Sleep() a thread for a particular duration of time. Such kind of code often consist of a loop, doing some kind of processing/repetitive polling and sleeping at the end of loop for some time, to sa...

Secure Persistent ASP.NET Forms Authentication        
Total Hits: 0  |  Today: 0 Author: BrantBurnett       Rating:  
Read Reviews | Write Review |   Your Rating: 

While the ASP.NET Forms Authentication system is a great system for authentication, it has one significant shortcoming for a lot of situations. You can only restrict it to always pass the authentication cookies in a secure manner, or always pass them even if the connection is not secure. There is no intermediate method of authentication available to you. This means that if you are operating a web store, you have a problem....

AI Life        
Total Hits: 1  |  Today: 1 Author: rahul_sindhu       Rating:  
Read Reviews | Write Review |   Your Rating: 

The project aims at developing a program which could demonstrate and simulate Artificial Life. The project implements three main technologies, which are used in the Gaming industry and Robotics for coding intelligent agents. These are:
1. Neural Networks
2. Genetic Algorithms
3. Steering Behaviors
The project will implement each of these, and demonstrate their usefulness in creating Intelligent Agents.
The algorithms demonstrated are the core of almost every game. The dir...


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