|
|
|
.NET Namespaces (1966) .NET Framework Namespaces | Applications (894) Management, Email, Graphics, Search.. | Articles & Samples (35795) Assembly, Caching, Controls, Reflection.. | Community (108) Conferences, Chat Rooms, Jobs, Training.. | Component & Controls (1003) Forums, Management, Email, more.. | Developers Sites (136) Sites dedicated to developer community.. | Developers Training (251) Training CD-ROMs, Videos, Courseware.. | Downloads (333) Service Packs, Code, Msdn Show.. | Hosting Services (141) ASP and ASP.Net Hosting sites.. | Introduction (340) ASP, ADO.Net, C#, VB.NET, XML | Knowledge Base (2219) Knowledge Base Articles, Samples, Tutorials, HowTos... | Sample Chapters (243) Sample Chapters from Developer Books.. | Silverlight (126) Silverlight | Support WebCasts (630) Microsoft's Support WebCasts |
|
|
|
|
Total Hits: 2 | Today: 2
|
Author: Bean Software
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Edwin Sarmiento
|
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?...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Shivprasad koirala
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Joel Ivory Johnson
|
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. ...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Snakefoot
|
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 ...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Hans Dietrich
|
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...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: Kam
|
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...
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: BadKarma
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Lino Barreca
|
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....
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: Lone Developer
|
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...
|
|
|
|
Total Hits: 0 | Today: 0
|
Author: BrantBurnett
|
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....
|
|
|
|
Total Hits: 1 | Today: 1
|
Author: rahul_sindhu
|
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...
|
|
|
|
|
|