Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
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 > Class Libraries


Search:
What's New - What's Hot
rtflib v1.0  Version: 0.00     Price: $0.00  
Total Hits: 7  |  Today: 0Author: 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: 4  |  Today: 0Author: HotSoftG      Rating:  
Read Reviews | Write Review |  Your Rating: 

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

DataFormats Class     
Total Hits: 20  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

Provides a set of predefined data format names that can be used to identify data formats available in the clipboard or drag-and-drop operations....

XUIFramework: A GUI Framework based on XML and MFC  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Vincent_RICHOMME      Rating:  
Read Reviews | Write Review |  Your Rating: 

It is always difficult to start a new article and the first question that arises is what to title it. I must admit that this time I have been a bit pretentious but my first goal was to provide a new framework based on an XML description (like XUL or XAML). Actually I started to develop with MFC two years ago and like every newbie I had to fight even to do simple operations (display different kinds of pictures: BMP, JPEG, animated GIF, change font...) and I still don't understand why it is always...

w00t: Building a new app from the ground up: First specs and getting started  Version: 0.00     Price: $0.00  
Total Hits: 0  |  Today: 0Author: Tom Janssens      Rating:  
Read Reviews | Write Review |  Your Rating: 

Ok, this step took quite some time to figure out, but once you know how to do this, it should be really simple.

1. Open the solution and go to the properties of the Specs project
2. Go to the build events, and put the following text in the post-build event command line:...

PJ Naughter's Freeware Library  Version: 0.00     Price: $0.00  
Total Hits: 5  |  Today: 0Author: PJ Naughter      Rating:  
Read Reviews | Write Review |  Your Rating: 

This is a collection of articles that provide freeware classes covering GUIs, networking, wrapper classes and general code snippets....

Storm - the world's best IDE framework for .NET  Version: 0.00     Price: $0.00  
Total Hits: 7  |  Today: 0Author: Theodor Storm Kristensen      Rating:  
Read Reviews | Write Review |  Your Rating: 

I'm currently making an IDE application called Moonlite. When I started coding it, I looked for good, already existing code for creating IDEs. I found nothing. So, when I was almost done with it (I'm not done with it yet, because of this framework taking all my time), I figured that I found it rather unfair that everyone should go through the same as I did for making such an application. (It took me 8 months of hard work - about 7 - 10 hours a day - to create this. Not because the main coding wo...

CWindow Class  Version: 0.00     Price: $0.00  
Total Hits: 8  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

CWindow provides the base functionality for manipulating a window in ATL. Many of the CWindow methods simply wrap one of the Win32 API functions. For example, compare the prototypes for CWindow::ShowWindow and ShowWindow:...

PrintDialog Class  Version: 0.00     Price: $0.00  
Total Hits: 11  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

When you create an instance of PrintDialog, the read/write properties are set to initial values. For a list of these values, see the PrintDialog constructor. To get printer settings that are modified by the user with the PrintDialog, use the PrinterSettings property....

Wincv.exe (Windows Forms Class Viewer)  Version: 0.00     Price: $0.00  
Total Hits: 6  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Windows Forms Class Viewer allows you to quickly look up information about a class or series of classes, based on a search pattern. The class viewer displays information by reflecting on the type using the common language runtime reflection API....

.NET MD5 Class Library     
Total Hits: 47  |  Today: 0Author: Frazell      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how to use a MD5 class library I have written for .NET.
MD5 is recommended to be implemented in the following manner
Encrypting
1. Generate a Random "Salt" Value
2. Merge the string to encrypt with the "Salt"
3. MD5 the merged string
4. Save the MD5 Hash in one location and the Salt in another, usually a separate "Table" in your DBMS (Database Management System)...

PrintTicket Class     
Total Hits: 26  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

A PrintTicket object is an easy-to-work-with representation of a certain type of XML document called a PrintTicket document. The latter is a set of instructions telling a printer how to set its various features (such as duplexing, collating, and stapling). For example, to instruct the printer to turn on its stapler and staple print jobs in the upper left corner, the document would have a JobStapleAllDocuments … element that specifies StapleTopLeft. The element is, in turn, represented by the St...

ListItem Class     
Total Hits: 30  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

A flow content element that represents a particular content item in an ordered or unordered List....

Binding Class     
Total Hits: 19  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

Provides high-level access to the definition of a binding, which connects the properties of binding target objects (typically, WPF elements), and any data source (for example, a database, an XML file, or any object that contains data)....

ContentElement Class     
Total Hits: 19  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

Provides a WPF core-level base class for content elements. Content elements are designed for flow-style presentation, using an intuitive markup-oriented layout model and a deliberately simple object model....

Collection Classes supported by .Net Framework     
Total Hits: 194  |  Today: 0Author: ketan_lohar      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article i am going to explain Collection classes supported by .Net Framework.In earlier we have only Arrays as a option for collection, but in real world application we may need better collection support. .Net Framework supports a rich family of collection classes. The System.Collections namespace contains interfaces and classes that define various collections of objects, such as lists, queues, bit arrays, hash tables and dictionaries....

Base Class Library Performance Tips and Tricks     
Total Hits: 24  |  Today: 0Author: Kit George      Rating:  
Read Reviews | Write Review |  Your Rating: 

The common language runtime (CLR) sits at the very heart of managed code. Indeed, it is the heart of managed code, so to understand managed code you need to understand the CLR. The CLR team continues to develop technologies that improve the Microsoft® .NET Framework and help you make full use of the managed environment. Over the next year, the CLR team will, in this column, provide insights into the core of managed code, share best practices, explain some of the more obscure functionalities, and...

.NET MD5 Class Library     
Total Hits: 114  |  Today: 0Author: Frazell.      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article describes how to use a MD5 class library I have written for .NET.

MD5 is recommended to be implemented in the following manner

Encrypting
1. Generate a Random "Salt" Value
2. Merge the string to encrypt with the "Salt"
3. MD5 the merged string
4. Save the MD5 Hash in one location and the Salt in another, usually a separate "Table" in your DBMS (Database Management System)...

‘For-Each’ Of My Own     
Total Hits: 88  |  Today: 0Author: Miguel A. Castro      Rating:  
Read Reviews | Write Review |  Your Rating: 

The .NET Framework provides many new collection classes that you can iterate (for-each) through.But did you know that you can also iterate through values in any of your classes, not just those that use or inherit from collections?

This article assumes a basic knowledge of collection classes for the sake of the quick-review at the beginning....

zeta .NET base libraries     
Total Hits: 139  |  Today: 0Author: Uwe Keim.      Rating:  
Read Reviews | Write Review |  Your Rating: 

In my zeta HelpDesk article I've used a library I developed for our internal projects and customer projects to use as a slim thin base library. This article quickly introduces that library. Originally I did not intend to provide the source or to provide an article at all about this library, but since nice people asked me to do so, here it is. The library exists and is constantly enhanced sinc approximately 3 years. Therefore you can expect it to be rather stable and hopefully rather bug-free. Bu...


1  2  3  4  5  6  7  8  9  10  Next >> 


Disclaimer - Privacy
© 2002-2012 DevASP.net