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

Dev Articles
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 > SQL
Search:
What's New - What's Hot
Listings for Backup & Restore Backup & Restore (14)
Listings for Bug Tracking Bug Tracking (6)
Listings for Data Management Data Management (25)
Listings for Development Tools Development Tools (10)
Listings for DTS DTS (1)
Listings for Management Tools Management Tools (25)
Listings for Miscellaneous Miscellaneous (11)
Listings for Query Tools Query Tools (11)
Listings for Server Management Server Management (9)
Listings for SQL Server 2005 SQL Server 2005 (12)
Listings for Synchronization Synchronization (31)
 


Safe Thread Synchronization    Version: 0.00       Price: $0.00   
Total Hits: 3  |  Today: 0 Author: Jeffrey Richter       Rating:  
Read Reviews | Write Review |   Your Rating: 

By far, the most common use of thread synchronization is to ensure mutually exclusive access to a shared resource by multiple threads. In the Win32® API, the CRITICAL_SECTION structure and associated functions offers the fastest and most efficient way to synchronize threads for mutually exclusive access when the threads are all running in a single process. The Microsoft® .NET Framework doesn't expose a CRITICAL_SECTION structure, but it does offer a similar mechanism allowing mutually exclusive ...

Build a Richer Thread Synchronization Lock    Version: 0.00       Price: $0.00   
Total Hits: 6  |  Today: 0 Author: Jeffrey Richter       Rating:  
Read Reviews | Write Review |   Your Rating: 

In my last column, I showed the various thread synchronization mechanisms employed by the Microsoft® .NET Framework (see Concurrent Affairs: Performance-Conscious Thread Synchronization). I then examined the performance characteristics of all these mechanisms and determined that the Interlocked methods performed the best because the calling thread never has to transition to kernel mode. I then looked at how to build some simple locks using the Interlocked methods....

Synchro    Version: 0.00       Price: $0.00   
Total Hits: 12  |  Today: 0 Author: Eric Marcon       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Synchro control is a multithreaded user control allowing folder copy and synchronization. The control is visually a progress bar that can be added to a form. After its properties have been set, it can be launched by its method SyncStart. A separate thread is run so the program interface remains reactive. When it is done, it raises an event SyncDone. It may also be used in a console application, as a single thread....

Code Coverage for Concurrency    Version: 0.00       Price: $0.00   
Total Hits: 11  |  Today: 0 Author: Chris Dern and Roy Patrick Tan       Rating:  
Read Reviews | Write Review |   Your Rating: 

We are at another crossroads in the industry, as more and more transistor-laden processors demand multi-threaded code to realize their full potential. While machines from desktops to netbooks sport no less than dual-core processors under the hood, throngs of hungry transistors sit idle -- crying for multi-threaded applications to devour. To address the oncoming wave of concurrent applications, companies like Intel and Microsoft are racing to market with profilers, frameworks, debuggers and libra...

How to: Initiate Synchronization Between Local and Remote Databases    Version: 0.00       Price: $0.00   
Total Hits: 17  |  Today: 0 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

After you add a Local Database Cache and provide configuration information in the Configure Data Synchronization dialog box, you must still add code to your application to actually synchronize the local and remote databases. Initiate synchronization by calling the Synchronize method of a SyncAgent....

Dot Net Installer that automatically install SQL 2005 Express    Version: 0.00       Price: $0.00   
Total Hits: 33  |  Today: 0 Author: John Kenedy S.Kom       Rating:  
Read Reviews | Write Review |   Your Rating: 

Programmer often has problem likes
1. Setup and Deployment that contains SQL Express 2005 can only install with default database instance name (SQLEXPRESS), where programmer often want a different instance name. Which is impossible by using Setup and Deployment project
2. When the database is install, some installation need programmer to manually tell where the backup database is, so it can restore, or morely programmer do it manually using Management Studio....

World's Fastest Server Visualization    Version: 0.00       Price: $0.00   
Total Hits: 31  |  Today: 0 Author: adminmyserver       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article, we're going to build a web application to consume and use data from the World's Fastest Server SOAP Web Service. We're going to build this app with Ruby on Rails, a popular web framework. Ruby is a high-level, dynamic, object-oriented language. Along the way, we'll also be sprinkling in some JavaScript and Perl....

AD, SQL Server, GMail synchronizer tool    Version: 0.00       Price: $0.00   
Total Hits: 17  |  Today: 0 Author: michael.neubrander       Rating:  
Read Reviews | Write Review |   Your Rating: 

This program is written with the intention of being able to create GMail accounts using the .NET API supplied from Google. It is written with Visual Studio 2008. The whole project is included, and a working copy should be available in the Release directory....

Calling Synchronous Methods Asynchronously    Version: 0.00       Price: $0.00   
Total Hits: 19  |  Today: 1 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

The .NET Framework enables you to call any method asynchronously. To do this you define a delegate with the same signature as the method you want to call; the common language runtime automatically defines BeginInvoke and EndInvoke methods for this delegate, with the appropriate signatures....

WSS List and Database Synchronization    Version: 0.00       Price: $0.00   
Total Hits: 32  |  Today: 0 Author: Mark Nischalke       Rating:  
Read Reviews | Write Review |   Your Rating: 

Windows SharePoint Services (WSS) and Microsoft Office SharePoint Server (MOSS) are great tools for providing useful information and analysis of that information. One of the basic components for making this information visible to end users is the List. These lists can then be used to form different views of the data, filtered by specified criteria to focus on essential information. MOSS can also use these lists as the basis for creating Key Performance Indicators (KPI)....

Synchronize two SharePoint document workspaces    Version: 0.00       Price: $0.00   
Total Hits: 33  |  Today: 0 Author: Moim Hossain       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is my second code submission in CodeProject. Recently I was working with Microsoft SharePoint 2007 server and with its object models and the SharePoint web services as well. My intent was to make a program by which I can move documents from one SharePoint document workspace to another. And to make the thing more applicable I was seeking a way where I can move documents back and forth between two different version of SharePoint server. And here in this article I have describe a way to trans...

PostgreSQL Synchronization Tool    Version: 0.00       Price: $0.00   
Total Hits: 17  |  Today: 0 Author: mf040       Rating:  
Read Reviews | Write Review |   Your Rating: 

The article introduces a method of synchronizing two PostgreSQL databases. Although, this seems to be an easy task, no product (slony, londiste, ...) really satisfied the needs within the maps.bremen.de project. Either they have special prerequsits that didn't apply for our problem or they didn't support synchronizing of large objects....



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