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

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

Build the right apps the right way with powerful development tools.
Visual Studio 2010. Learn more...

Home > Search > Articles & Samples > .NET Framework
Search:
What's New - What's Hot
Listings for .Net FAQ .Net FAQ (47)
More Categories for .NET General .NET General (12)
Listings for Add-Ons Add-Ons (130)
Listings for Assembly Assembly (89)
Listings for Class Libraries Class Libraries (198)
Listings for Code Generation Code Generation (63)
Listings for Data Binding Data Binding (20)
Listings for Deployment Deployment (29)
Listings for Design and Strategy Design and Strategy (215)
Listings for FAQ FAQ (18)
Listings for Garbage Collection Garbage Collection (40)
Listings for Globalization Globalization (17)
Listings for Interoperability Interoperability (22)
Listings for Memory Management Memory Management (37)
Listings for Messaging Messaging (9)
Listings for Migration to .Net Migration to .Net (49)
Listings for N-Tier N-Tier (40)
Listings for Object Oriented Programming Object Oriented Programming (254)
Listings for Passport Passport (0)
Listings for Performance Monitoring Performance Monitoring (54)
Listings for Persistent Objects Persistent Objects (4)
Listings for post-relational database post-relational database (10)
Listings for Security Security (122)
Listings for Serialization Serialization (58)
Listings for Threading Threading (50)
Listings for vs.NET vs.NET (5)
Listings for XML and .NET XML and .NET (81)
 


Benchmark start-up and system performance for .Net, Mono, Java, C++ and their respective UI    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: dmihailescu       Rating:  
Read Reviews | Write Review |   Your Rating: 

Any computing device has a finite amount of hardware resources and as more applications and services are competing for them, the user experience often becomes sluggish.
Some of the performance degradation is because of the installed crapware, but some may be inherent to the underlying technology of the programs that run during the system start-up, while you use your application or just run in the background regardless if you need them or not. To make matters worse, mobile devices will deplete...

Creating your own event of user controls in windows application    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Nikhil Kumar       Rating:  
Read Reviews | Write Review |   Your Rating: 

Creating your own event of user controls in windows application ):-{)

Hello friends! Here we are going to learn how to create our own event of usercontrol which we create in C# Windows Control Library and further use in windows Applications.

1- We know how to create UserControl for windows application....

Communication Using a Network    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Shashi Ray       Rating:  
Read Reviews | Write Review |   Your Rating: 

The main components of data communication are sender, receiver, medium and message

n The data to be sent is converted into signals and then transmitted over the network

n Signaling techniques are of two types - broadband and baseband

n Baseband signals transmit data at a single frequency

n Broadband technique can transmit data using more than one frequency...

Remove Recent Projects from VS 2005 and VS2008    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: :BangaruBabuPureti       Rating:  
Read Reviews | Write Review |   Your Rating: 

Hi in this article I am going to postulate how to replace the Recent Projects available in VS 2005 and VS2008 in step by step. But in VS2010 it is very easy to replace recent projects just with a matter of mouse clicks....

Tame Your Software Dependencies for More Flexible Apps    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: James Kovacs       Rating:  
Read Reviews | Write Review |   Your Rating: 

Few would disagree that striving for a loosely coupled design is a bad thing. Unfortunately, the software we typically design is much more tightly coupled than we intend. How can you tell whether your design is tightly coupled? You can use a static analysis tool like NDepend to analyze your dependencies, but the easiest way to get a sense of the coupling in your application is to try to instantiate one of your classes in isolation....

Compare two files with Hash Algorithm    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Kirtan       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article shows you how to compare two files using Hash Algorithm.We can compare files in many ways like byte by byte comparison. But in some cases comparing through hash algorithm is more efficient method. Hash is actually 20 byte code that is computed by Hash algorithm. If we change even 1 bit in the files the hash code calculated after the changes is totally different....

Windows 7 New Features step by step in vb.net and c#    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Helmy.m       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is a quick step by step guide to help all .Net developers to take advantage of the new features of Windows 7....

Automating UI Tests In WPF Applications    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this month's column, I show you how to write UI test automation for Windows Presentation Foundation (WPF) applications. WPF applications use a new graphics subsystem, and most traditional UI test automation techniques simply don't work with WPF apps. Luckily, the Microsoft UI Automation (MUIA) library was designed with WPF application UI automation in mind. You can also use the Microsoft UI Automation library to test classic Win32 applications and WinForm-based .NET applications on host machi...

rtflib v1.0    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: darkoman       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is about generating RTF documents from the source code. For this purpose, a free C-library is developed in order to help developers. Considering this release, 100% compatibility is achieved only with MS Word 97 to MS Word 2003 applications used as external RTF viewer to generated RTF documents. For the future, it is planned to extend this to all possible RTF viewers that support RTF specification 1.8 which is documented by Microsoft and can be found here....

SoftG Application Framework 1.62    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: HotSoftG       Rating:  
Read Reviews | Write Review |   Your Rating: 

The core technology is based on Microsoft COM technology....

COOP - Co-operate Library to Transfer Data between Processes    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: sswater shi       Rating:  
Read Reviews | Write Review |   Your Rating: 

Co-operate library can be used to start another process, and then it provides a way to transfer data between processes....

Google Code Issue Tracker API for .NET    Version: 0.00       Price: $0.00   
Total Hits: 0  |  Today: 0 Author: Anindya Chatterjee       Rating:  
Read Reviews | Write Review |   Your Rating: 

The Google Code Issue Tracker client library for .NET will allow .NET applications to view/update issues in the Google Code Project Hosting service. Using this library, any .NET client application can do the following things:

1. Get all the issues from a project.
2. Submit a new issue to a project.
3. Get all comments associated with a project.
4. Create a new comment on an issue....


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