Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, May 13, 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

Home > Search > Support WebCasts
Search:
What's New - What's Hot
Listings for .NET Framework .NET Framework (50)
Listings for ADO.NET ADO.NET (15)
More Categories for ASP.NET ASP.NET (19)
Listings for ASP.Net 2.0 ASP.Net 2.0 (34)
More Categories for C#  ( C-Sharp ) C# ( C-Sharp ) (1)
Listings for Internet Explorer Internet Explorer (5)
Listings for MSDN Show MSDN Show (23)
More Categories for Operating Systems Operating Systems (9)
More Categories for Server and Networking Server and Networking (77)
Listings for SQL Server 2000 SQL Server 2000 (17)
Listings for SQL Server 2005 SQL Server 2005 (133)
Listings for SQL Server 7.0 SQL Server 7.0 (4)
More Categories for Visual Basic .NET Visual Basic .NET (6)
More Categories for Visual Studio .NET Visual Studio .NET (17)
Listings for Visual Studio 2005 Visual Studio 2005 (49)
More Categories for Web Services Web Services (17)
Listings for XML XML (0)
 

Using Change Data Capture (CDC) in SQL Server 2008        
Total Hits: 5  |  Today: 0 Author: Ray Barley       Rating:  
Read Reviews | Write Review |              Your Rating: 

As we are looking through the new features in SQL Server 2008 we found a potentially interesting one called Change Data Capture. Can you give us a detailed explanation of how we go about using this one? Change Data Capture is a new feature in SQL Server 2008 that records insert, update and delete activity in SQL Server tables. A good example of how this feature can be used is in performing periodic updates to a data warehouse. The requirement for the extract, transform, and load (ETL) process...

ContainerListView and TreeListView: Writing VS.NET design-surface compatible controls        
Total Hits: 4  |  Today: 0 Author: Jon Rista       Rating:  
Read Reviews | Write Review |              Your Rating: 

In today’s world, I’ve found that it becomes increasingly more complicated to render data in a meaningful and compact way. I’ve also found that the variety of controls, particularly ones for sale, seem to be created in a hurry, either because of time constraints or simply because of the desire to make money as cheaply as possible. It was because of a lack of quality in existing components that I decided to take the time and create two controls that I desperately needed. The first is a listview t...

Notifying Windows Explorer about files in use        
Total Hits: 2  |  Today: 1 Author: Lukasz Swiatkowski       Rating:  
Read Reviews | Write Review |              Your Rating: 

This is the standard way Windows Explorer notifies the user that some file is in use, and therefore it cannot be “changed” in any way (that is renamed, moved, deleted, etc.) Of course there is the way for an application to notify Windows Explorer about which files are in use. For example Microsoft Office applications do that. When Windows Explorer is notified, the message saying that the file is in use looks different:...

PrismServer: A Chat Client and Server Solution for .NET 2.0        
Total Hits: 2  |  Today: 0 Author: Dion Kurczek       Rating:  
Read Reviews | Write Review |              Your Rating: 

PrismServer is a complete solution for adding chat and other general purpose multi-user messaging to your .NET applications. The concepts of a chat-enabled application, like creating and entering chat rooms, sending and receiving chat messages, and management of user profiles, are abstracted by PrismServer and made available through simple properties, methods, and events. This code submission consists of the following projects:
* SCG.Prism - A .NET class library assembly that contains com...

Integrate the latest MSDN with VC6 and Hook functions of COM        
Total Hits: 5  |  Today: 0 Author: Chunhua Liu       Rating:  
Read Reviews | Write Review |              Your Rating: 

After Oct. 2001, you cannot get help by pressing F1 in VC6 with latest MSDN. Microsoft has changed the help format from CHM to document explorer.
* Is it possible to use the latest MSDN in VC6?
* The answer is YES!
First, we must know how VC6 brings up the help after you press F1. This is easy if you have a debugger such as Soft-ICE. If you don't install MSDN, after you press F1, VC6 will popup a message box which says you haven't installed MSDN. Set a breakpoint at MessageBox....

OBA Solution Patterns In The Real World        
Total Hits: 4  |  Today: 0 Author: Steve Fox       Rating:  
Read Reviews | Write Review |              Your Rating: 

Large-scale systems such as SAP and PeopleSoft, and other comprehensive line of business (LOB) systems, are critical for the successful management of all types of business data and processes. However, not everyone in an organization has access to these systems, so the business data in them is often available to only a select few. This often results in data being extracted out of the system for processing, creating a disconnect between the business data source and the information workers who cons...

Building your own operating system        
Total Hits: 6  |  Today: 0 Author: S Keller       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you know how an operating system works, it will help you a lot in programming, especially for system programs like device drivers; even for non-system-programming, it can help a lot. And also, I'm sure every one would like to have their own operating system.
You would also learn from this article how to read and write raw sectors from a disk....

NDIS sample - 6.0 miniport driver for realtek 8168/8169/8111/8110        
Total Hits: 7  |  Today: 0 Author: alexander suresh       Rating:  
Read Reviews | Write Review |              Your Rating: 

For those who aspire to write an NDIS 6.0 miniport windows ( Desktop PFs ) device driver for a new or existing ethernet controller, the only sample source code available is the E100BEX found in the Microsoft DDK. There are a couple of other type of NDIS drivers like IM available in the net, but not any miniport drivers for a NIC, AFAIK. The E100BEX sample, hereafter referred to as e100, is for the intel line of etherexpress 100Mbs NIC cards. So if one wants to understand this e100 by live debugg...

Developing Firewalls for Windows 2000/XP        
Total Hits: 7  |  Today: 0 Author: Jess O.       Rating:  
Read Reviews | Write Review |              Your Rating: 

If you decide to develop a firewall for Linux, you will find a lot of information and source code, all free. However, people interested in a firewall for Windows platforms have a little more difficulty, not only with finding information, as finding free source code is a task almost impossible!! So, I decided to write this article that describes a simple method for developing firewalls for Windows 2000/XP to help people interested in this subject....

The Code Project Kevin Bacon Game (Part 3)        
Total Hits: 5  |  Today: 0 Author: Derek Bartram       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article demonstrates how to use the CodeProject.dll to extract information for the Code Project Kevin Bacon game!
IMPORTANT NOTE - the data retrieval if set of 5,000,000 as it should be will consume lots of Code Project's bandwidth; if you want to give the demo a whirl, please use a limited set of say 1000 users. I have included the bulk load data for the first 1000 users which you should really use instead. Please respect Code Project. The online version should solve this problem, commi...

A Code Project Article Information Library (Part 2)        
Total Hits: 5  |  Today: 0 Author: Derek Bartram       Rating:  
Read Reviews | Write Review |              Your Rating: 

This article is part 2 of a series of articles presenting the CodeProject.dll which may be used to extract information about users and articles on CodeProject. In this article the User class is discussed and the functionality expressed. The User class is responsible for obtaining information about a specific user by member number (or ID). The following information may be extracted;
* Member Name - not to be confused with member id or number
* User Status - i.e. bronze, silver, gold...

Learn the Integral Steps on the Road to Project Recovery        
Total Hits: 5  |  Today: 0 Author: BruceBeer       Rating:  
Read Reviews | Write Review |              Your Rating: 

There you are, project manager of a brand new project, you have done your project planning and have started implementation. Now you are thinking about what you can tell your PMI colleagues at the next chapter meeting, creating a wondrous spreadsheet to avoid project failure and revolutionize project control, and learning how to use a new whiz-bang software package you have just bought, when BAM - you are in trouble. A project wreck and you never saw it coming!...



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