Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 16, 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 > Articles & Samples > .NET Framework > Add-Ons
Search:
What's New - What's Hot


DNJ : the .Net Framework for JQuery and JQueryUI        
Total Hits: 33  |  Today: 0 Author: Alaa-eddine KADDOURI       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article is a quick guide to some features of DNJ framework.

DNJ is an open source framework that helps using JQuery with ASP.Net applications.

It provide helper functions, Ajax extender, transparent RPC, and an implementation of JQuery UI components as ASP.net webcontrols...

Addin Manager for VS 2002-2005        
Total Hits: 190  |  Today: 0 Author: peterchen.       Rating:  
Read Reviews | Write Review |   Your Rating: 

With AddIn Manager you can enable/disable addins, set load options, and do the dreaded ResetAddin that sometimes just is necessary. Additionally, explore all the locations where Visual Studio searches for addins. For me, the AddIn Management in Visual Studio 2005 is broken: Search and Load mechanism is more complex and less transparent than ever, and the advertised functionality like enabling addins, and controling their load time often doesn't work. As SP1 doesn't seem to change that, I decided...

How to write Terminal Services addin in pure C#        
Total Hits: 163  |  Today: 0 Author: Selvin.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Sometiems you need to write extension to Terminal Services(if you used it) So why don't write it in your favorite programming language(for me it's a C#) Why i'm playing with TS ? How it started? Well ...In our firm almost all peoples('bout +120) work on TS, we have 3rd Party ERP system installed on servers and there is an export funtion using Excel automation. Now is the question: how to use this functionality
whithout spending money on TWO licens for Excel for every user(that's right, in thi...

ADO.NET Entity Framework Overview    Version: 0.00       Price: $0.00   
Total Hits: 2  |  Today: 0 Author: John Papa       Rating:  
Read Reviews | Write Review |   Your Rating: 

ADO.NET in the next release of Visual Studio® code-named "Orcas" features the new Entity Framework. It allows developers to focus on data through an object model instead of through a logical/relational data model. The Entity Framework helps abstract the logical data schema into a conceptual model and allows for multiple ways to interact with the conceptual model through Object Services and a new data provider called EntityClient. This month’s column discusses what the Entity Framework is, how it...

RWWinService - A Simplified .NET 3.5 branch of XYWinService    Version: 0.00       Price: $0.00   
Total Hits: 1  |  Today: 0 Author: ron wilson       Rating:  
Read Reviews | Write Review |   Your Rating: 

This project is my personal branch of Xiangyang Liu's XYWinService.

In this version, I leverage my own SimpleService project to add features and solve a few minor annoyances....

Implementing Custom Error handling library for asp.net using XML & C#.net        
Total Hits: 2  |  Today: 0 Author: kiran dangar       Rating:  
Read Reviews | Write Review |   Your Rating: 

Being an asp.net developers we develop a web project and get it completed in a months of time as there are many organizations which works on very tight bound timeline for developing web sites Or web application projects. And delivers the project to client in months of time While after project delivery if client come up saying that they are facing problems or application is giving errors, that time it always becomes a headache for a developer to test each things even whole project sometimes to fi...

ReaderWriterLock Wrapper Classes    Version: 0.00       Price: $0.00   
Total Hits: 22  |  Today: 0 Author: Alaric Dailey       Rating:  
Read Reviews | Write Review |   Your Rating: 

I am hoping that this will be the first in a series of articles building "bricks" of reusable code. First up is ReaderWriterLocks. In this article, I will show a simpler way of dealing with ReaderWriterLocks....

OSIcon    Version: 0.00       Price: $0.00   
Total Hits: 6  |  Today: 0 Author: knive1       Rating:  
Read Reviews | Write Review |   Your Rating: 

This library can retrieve icons from extensions and files, with additional information like file type (Hard Drive, Folder, PHP Script File, ...).
Also provide a class for CACHE icons and create a ImageList with added icons...

Setting up CruiseControl.NET to be a Continuous Monitoring Server    Version: 0.00       Price: $0.00   
Total Hits: 22  |  Today: 0 Author: Ralph Willgoss       Rating:  
Read Reviews | Write Review |   Your Rating: 

The aim of this article is to show how you can install, configure, and have CruiseControl.NET perform continuous monitoring by running a scheduled task.

Once you've seen the idea behind how to set everything up, it's quite easy to extend this concept to perform continuous monitoring on things such as:

* Health monitoring for key systems (databases, Web services, etc.)
* Report generation
* Batch jobs
* Content that is produced to be consumed via RSS or expo...

Master Details CRUD Operations with ADO.net Entity Framework    Version: 0.00       Price: $0.00   
Total Hits: 32  |  Today: 0 Author: Goldytech       Rating:  
Read Reviews | Write Review |   Your Rating: 

I got a overwhelming response for my post , CRUD Operations using Ado.net Entity Framework. Continuing further on this I wanted to show some advanced features of ado. net entity framework. In this post I discuss about how you can do CRUD Operations on master details tables. Perform some business validation rules using Entity Framework partial classes both at the field level as well as on the record level. Sounds interesting then continue read on. This post is the Part two of Entity Framework. I ...

Simplify Code Using NDepend    Version: 0.00       Price: $0.00   
Total Hits: 6  |  Today: 0 Author: Abhishek Sur       Rating:  
Read Reviews | Write Review |   Your Rating: 

In today's world when you are developing a real world application with huge codebase, lots of attributes that we have to think. Few of them are Maintainability, Understandability, Clarity, Dependency, Product Superiority etc. We do lots of hard work to maintain our code, make the code well commented so that future developers might understand the code better, we find dependency between two or more assemblies and try to minimize dependency, limit the no of Lines of Code and so on and finally do te...

Programming in the .NET Environment - Damien Watkins, Mark Hammond, Brad Abrams        
Total Hits: 57  |  Today: 0 Author: Addison-Wesley       Rating:  
Read Reviews | Write Review |   Your Rating: 

Chapter 1 provided a high-level overview of the issues involved in building distributed systems. It introduced a solution to these issues, the .NET Framework, and used a simple "Hello World" example to highlight the language interoperability offered by the .NET Framework. But, as is so often the case, the devil lies in the details. Chapters 2 through 4 describe in more depth the three CLR subsystems: the type system (described in this chapter) and the metadata and execution systems (described in...

Creating Transparent Controls in .NET Compact Framework        
Total Hits: 54  |  Today: 0 Author: DotNetIdeas       Rating:  
Read Reviews | Write Review |   Your Rating: 

In a recent .NET compact framework application I was working on, I needed to add an image to the form's background. I did it by using the code from this video tutorial from Microsoft. However, the video also told us that the label control (and other controls) in .NET compact framework doesn't support transparent background. You will have to create your own user control. I found a good article Creating gradient background with transparent labels in .NET Compact Framework by Per Ola Sæther. It hel...

Finding Undisposed Objects        
Total Hits: 29  |  Today: 0 Author: S. Senthil Kumar       Rating:  
Read Reviews | Write Review |   Your Rating: 

Who likes to see an unkempt room? A street littered with garbage? A smelly toilet?

Who likes to see objects go undisposed in managed code?

Hopefully, no one.

Non-deterministic garbage collection in .NET makes it your responsibility to dispose objects, and bad things can happen if you don't do that. Besides the cost of finalization, your application could run out of resources and crash if it happens to consume them in a way that doesn't trigger garbage collection....

A new way to approach APM in .net        
Total Hits: 19  |  Today: 0 Author: mahosi1       Rating:  
Read Reviews | Write Review |   Your Rating: 

Threading is a major part of application development. .Net offers some great ways to handle threading, one being the Asynchronous Programming Model (APM). When using APM though, you tend to write a lot of boilerplate and repetitive code - particularly in a winforms environment. The code I am introducing wraps that boilerplate code and abstracts some of the responsibilities a developer might have when marshalling callbacks to the appropriate thread....

Ngen Installer        
Total Hits: 48  |  Today: 0 Author: John Grove       Rating:  
Read Reviews | Write Review |   Your Rating: 

This small application allows the user to select an EXE from a dialog by which it will use the Native Image Generator (Ngen.exe). As most who use Ngen know, it is a command line tool which is not very intuitive. I got tired of typing the commands in, and created this app to simply select the EXE....

MethodLogger - Hook into method calls in .NET binaries        
Total Hits: 59  |  Today: 0 Author: S. Senthil Kumar       Rating:  
Read Reviews | Write Review |   Your Rating: 

I'm sure all of us here would agree that there's no such thing as too much logging - the more the better. However, peppering source code with log statements clutters code, and the repetitive nature of the work results in a lot of copy/paste errors. This article presents a simple tool that works on .NET assemblies to execute arbitrary code at the start and end of each method in the assembly. The most obvious use of such a tool is to modify the binaries to log the starting and ending of execution ...

CD Beaver - Optical Media Storage Management        
Total Hits: 32  |  Today: 0 Author: thund3rstruck       Rating:  
Read Reviews | Write Review |   Your Rating: 

CD-Beaver is a simple program for cataloging optical media such as Compact Discs (CD) and Digital Versatile Discs (DVD). The application uses an XML back end as it's data store and is a nice partner for disc carrying cases. The purpose of the CD Beaver is to simplify the process of storing and locating discs and the files contained on those discs. In this article I will demonstrate the various uses of CD Beaver and how it could make archiving your media easier and less stressful....

Searching in Array List        
Total Hits: 103  |  Today: 0 Author: M Usman       Rating:  
Read Reviews | Write Review |   Your Rating: 

I was working on a database oriented application and came to know that i need a code snippet that can search in an arraylist. Obviously, If you have stored defined datatypes directly, it is very easy to search the arraylist. That is by using the ArrayList.Contains Methods. In my case, I had an Array List that contained objects of one of my own classes. .Net Framework doesnt provide such a method to search within the custom objects of particular classes. So I worked out for a search method that c...

QTPInvoker        
Total Hits: 81  |  Today: 0 Author: RoobanSolomonRaja       Rating:  
Read Reviews | Write Review |   Your Rating: 

This Article will help to invoke or call QTP i.e, Quick Test Professional from .Net 2005. To work with this Tool you need to have basic idea about QTP automation on WebPages and C#.Net windows application....


1  2  3  4  5  6  7  Next >> 


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