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

How To Design State Sharing In A Peer Network        
Total Hits: 0  |  Today: 0 Author: Kevin Hoffman       Rating:  
Read Reviews | Write Review |   Your Rating: 

In recent years, people have started to discover the amazing power and functionality that can be provided by an application that communicates over a peer network. So-called peer applications cover the gamut from simple file sharing to instant messaging (IM) to full-on collaborative applications such as shared white boarding, Voice over IP (VoIP) calling and conferencing, social networking, and much more.
Think about how your Xbox 360® automatically detects the presence of another computer run...

Build Scalable Systems That Handle Failure Without Losing Data        
Total Hits: 0  |  Today: 0 Author: Udi Dahan       Rating:  
Read Reviews | Write Review |   Your Rating: 

Designing distributed systems has never been easier. With the increasing power coming with every version of the CLR, the productivity of Visual Studio®, and the fine-grained control found in frameworks like Windows® Communication Foundation (WCF), developers have all the tools they need to build scalable systems. Unfortunately, it is not enough. When working on a large-scale distributed system, my team found out that developing robust systems that handle failure scenarios without losing data is ...

Customize Data Display with Data Binding and WPF        
Total Hits: 0  |  Today: 0 Author: Josh Smith       Rating:  
Read Reviews | Write Review |   Your Rating: 

When the Windows® Presentation Foundation (WPF) first appeared on the .NET radar, most of the articles and demo applications touted its superb rendering engine and 3D capabilities. While fun to read and play with, such examples do not demonstrate the powerful real-world functionality of WPF. Most of us do not need to create applications with rotating video cubes that burst into fireworks when you click on them. Most of us earn a living by creating software to display and edit large amounts of co...

Achieve Flexible Data Modeling With The Entity Framework        
Total Hits: 0  |  Today: 0 Author: Elisa Flasko       Rating:  
Read Reviews | Write Review |   Your Rating: 

The ADO.NET Entity Framework is almost here! First introduced as ADO.NET vNext in 2006, the framework is now ready for prime time with the upcoming release of Visual Studio® 2008 SP1. After a couple of unsuccessful attempts at similar products over the years, Microsoft released two technologies with Visual Studio 2008 that fit, in part, into the Object Relational Mapping (ORM) space: LINQ to SQL and the ADO.NET Entity Framework. With the adoption of these technologies in the marketplace, develop...

Develop Robust and Scalable Apps with SQL Server Data Services        
Total Hits: 0  |  Today: 0 Author: David Robinson       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Microsoft data platform is made up of a rich set of products and technologies for all types of data, from unstructured binary data on one end of the spectrum to highly structured online analytical processing (OLAP) cubes on the other. While these technologies address any application scenarios you may have, typically it involves an up-front investment of time and hardware resources before you are able to start coding your solution....

More AsyncEnumerator Features        
Total Hits: 0  |  Today: 0 Author: Jeffrey Richter       Rating:  
Read Reviews | Write Review |   Your Rating: 

In my November 2007 Concurrent Affairs column, I discussed the idea of using C# language features to simplify asynchronous programming (see msdn.microsoft.com/magazine/cc163323). In particular, I focused on anonymous methods, lambda expressions, and iterators. Then in my June 2008 column, I introduced my AsyncEnumerator class and explained how it can be used to drive a C# iterator (see msdn.microsoft.com/magazine/cc546608). I also walked through Async­Enumerator's architecture and explained how ...

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...


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