Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Wednesday, March 17, 2010

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

Life runs on code. Find out how Visual Studio 2010 can help you realize your vision. Learn more...
Search:
What's New - What's Hot
More Categories for .NET Namespaces .NET Namespaces (1930)
.NET Framework Namespaces
More Categories for Applications Applications (1097)
Management, Email, Graphics, Search..
More Categories for Articles & Samples Articles & Samples (62684)
Assembly, Caching, Controls, Reflection..
More Categories for Community Community (94)
Conferences, Chat Rooms, Jobs, Training..
More Categories for Component & Controls Component & Controls (1344)
Forums, Management, Email, more..
More Categories for Developers Sites Developers Sites (153)
Sites dedicated to developer community..
More Categories for Developers Training Developers Training (467)
Training CD-ROMs, Videos, Courseware..
More Categories for Downloads Downloads (412)
Service Packs, Code, Msdn Show..
More Categories for Hosting Services Hosting Services (137)
ASP and ASP.Net Hosting sites..
More Categories for Introduction Introduction (441)
ASP, ADO.Net, C#, VB.NET, XML
More Categories for Knowledge Base Knowledge Base (2362)
Knowledge Base Articles, Samples, Tutorials, HowTos...
More Categories for Sample Chapters Sample Chapters (235)
Sample Chapters from Developer Books..
More Categories for Silverlight Silverlight (932)
Silverlight
More Categories for Support WebCasts Support WebCasts (1053)
Microsoft's Support WebCasts

An Introduction to P/Invoke and Marshaling on the Microsoft .NET Compact Framework    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 1 Author: Jim Wilson       Rating:  
Read Reviews | Write Review |   Your Rating: 

In order to realize the vision of access to information anywhere, any time, and on any device, developers need robust and feature-rich tools. With the release of the Microsoft .NET Compact Framework and Smart Device Projects in Visual Studio .NET 2003, Microsoft has made it easier for developers to extend their applications to smart devices by leveraging their existing knowledge of the Microsoft .NET Framework....

Advanced P/Invoke on the Microsoft .NET Compact Framework    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

In our previous paper, "An Introduction to P/Invoke and Marshaling on the Microsoft .NET Compact Framework," we discussed how the Platform Invoke service of both the Microsoft .NET Compact Framework and the Microsoft .NET Framework allow managed code to invoke functions residing in unmanaged DLLs, allowing both custom and operating system (Windows CE) APIs to be accessible to applications written for either framework. Although many of the features of the service are identical between the two fra...

DataSourceElementCollection Class    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 1 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Represents an XML element that contains a collection of child DataSourceElement objects....

How to: Add and Remove Solution Items    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

In Visual Studio, a solution is the highest level of organization, followed by a project. A solution can contain one or more projects. A project, in turn, contains items. Many types of items are possible and the items available for a particular project vary with the type of project. Items include, but are not limited to: files, classes, datasets, forms, and reports....

Thread Synchronization    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

As you write a threaded application, you may need to synchronize individual threads with other parts of your program. Synchronization provides a compromise between the unstructured nature of multithreaded programming and the structured order of synchronous processing....

Parameters and Return Values for Multithreaded Procedures    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 1 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Supplying and returning values in a multithreaded application is complicated because the constructor for the thread class must be passed a reference to a procedure that takes no arguments and returns no value. The following sections show some simple ways to supply parameters and return values from procedures on separate threads....

Control..::.InvokeRequired Property    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on....

Walkthrough: Multithreading    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

This walkthrough demonstrates how to create a multithreaded application that searches a text file for occurrences of a word. It demonstrates:

*

Defining a class with a method that can be called by the BackgroundWorker component.
*

Handling events raised by the BackgroundWorker component.
*

Starting a BackgroundWorker component to run a method.
*

Implementing a Cancel button that stops the BackgroundWorker compone...

Advanced Synchronization Techniques    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 1 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Multithreaded applications often use wait handles and monitor objects to synchronize multiple threads. These sections explain how to use the following .NET Framework classes when synchronizing threads: AutoResetEvent, Interlocked, ManualResetEvent, Monitor, Mutex, ReaderWriterLock, Timer, WaitHandle....

Event Logs and Multithreaded Components    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 1 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Event logs are for keeping track of significant events when an application is running. Using event logs, you can record information that might be useful for troubleshooting or performance analysis. There are additional considerations when logging events with multithreaded components. First, there must be a mechanism to record the identity of the thread logging the message. Second, thread safety must be taken into account when interacting with the event log. The thread attempting to write a messa...

How to: Log Events for Multithreaded Components    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 1 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

When logging events from multithreaded components, special considerations come into play. You must supply a means of identifying the thread from which the event came. You must also ensure that the threads do not interfere with one another when logging events. For details, see Event Logs and Multithreaded Components....

How to: Manipulate Controls from Threads    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 2 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The BackgroundWorker component replaces and adds functionality to the BeginInvoke method; however, the BeginInvoke method is retained for both backward compatibility and future use, if you choose. For more information, see BackgroundWorker Component Overview....


DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net