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 > Add-Ons


Search:
What's New - What's Hot
Let Users Add Functionality to Your .NET Applications with Macros and Plug-Ins     
Total Hits: 61  |  Today: 0Author: Jason Clark      Rating:  
Read Reviews | Write Review |  Your Rating: 

Most user applications benefit from the ability to be extended by other developers. It's often easier and more efficient to extend an existing application that users are already familiar with and trained on than it is to develop one from scratch. Thus, extensibility makes your application more attractive. You can build extensibility into your application by supporting features like plug-ins or macros. This is easily accomplished using the .NET Framework even if the core application isn't a .NET ...

Choosing Between ClickOnce and Windows Installer     
Total Hits: 80  |  Today: 0Author: Michael Sanford      Rating:  
Read Reviews | Write Review |  Your Rating: 

Michael Sanford takes an in-depth look at the .NET Framework 2.0 ClickOnce technology and compares it with the existing Windows Installer technology. Michael concludes by making some recommendations on when to use each technology. One of the most exciting features demo'ed at the 2004 PDC was the new ClickOnce deployment technology. With an impressive feature set, ClickOnce is certain to be a popular technique for deploying applications, but what about Windows Installer? In this article, we'll de...

Microsoft Component Installer Software Development Kit for Windows (MCISDK)     
Total Hits: 58  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

Provides an overview of how Microsoft Component Installer for Windows works, as well as how it can be customized to support third-party install scenarios. PSetup provides a simple wizard user interface for end users and provides details for when an error occurs, or when the system needs to reboot as the result of an installer. PSetup is localized for over 20 languages and will auto-detect the system locale at launch and adjust its language support as appropriate....

Let Users Add Functionality to Your .NET Applications with Macros and Plug-Ins     
Total Hits: 36  |  Today: 0Author: Jason Clark      Rating:  
Read Reviews | Write Review |  Your Rating: 

Most user applications benefit from the ability to be extended by other developers. It's often easier and more efficient to extend an existing application that users are already familiar with and trained on than it is to develop one from scratch. Thus, extensibility makes your application more attractive. You can build extensibility into your application by supporting features like plug-ins or macros. This is easily accomplished using the .NET Framework even if the core application isn't a .NET ...

Ten Must-Have Tools Every Developer Should Download Now     
Total Hits: 51  |  Today: 0Author: James Avery      Rating:  
Read Reviews | Write Review |  Your Rating: 

You cannot expect to build a first-class application unless you use the best available tools. Besides well-known tools such as Visual Studio® .NET, there are a multitude of small, lesser-known tools available from the .NET community. In this article, I'm going to introduce you to some of the best free tools available today that target .NET development. I'll walk you through a quick tutorial of how to use each of them, some of which will save you a minute here and there, while others may complete...

Configuration Application block in the Enterprise Library     
Total Hits: 82  |  Today: 0Author: azamsharp      Rating:  
Read Reviews | Write Review |  Your Rating: 

All the web applications needs some data that is to be available for the whole application. Usually this data is put in the web.config file. Sometimes writing information in the web.config file is tricky since its an xml file and writing information manually can be dangerous and may contain errors. Microsoft introduces "Configuration Application Block" which is a part of the Enterprise Library. Enterprise Library is like a tree which has many branches. Each branch can be taken as a separate bloc...

Exception Handling using Enterprise Library     
Total Hits: 75  |  Today: 0Author: azamsharp      Rating:  
Read Reviews | Write Review |  Your Rating: 

Every now and then we need to catch exceptions and perform actions on that exceptions. If you have noticed there is always a common pattern in handling exceptions and than recovering from the exceptions. Let's see a common pattern of handling exceptions. The above code generates an exception since the numerator is divided by denominator which is "0". You will see these patterns everywhere there is nothing wrong using using the above approach. But as you might have noticed that we need to write s...

Creating Visual Studio .NET Add-Ins     
Total Hits: 224  |  Today: 0Author: Paul Kimmel      Rating:  
Read Reviews | Write Review |  Your Rating: 

As you might have gathered by now, a lot of information is available in the general and project-neutral extensibility models. What are all of these automation objects for? They are there to help language extenders—people like you—create Add-Ins among other things. Because the object model is so vast, you will have to rely heavily on the help files to begin scratching the surface of extensibility; more than likely, several tool vendors will develop in-house expertise, and a developer from one of ...

Top 10 Must Have Features in O/R Mapping Tools by Iqbal Khan     
Total Hits: 49  |  Today: 0Author: annie      Rating:  
Read Reviews | Write Review |  Your Rating: 

O/R mapping tools are becoming more popular each day and people are realizing the productivity gain they provide to developers. Yet, many people don’t know enough about O/R mapping to consider using these tools and many others are weary of using any code generators (including O/R mapping tools). In this article, I will try to educate you about the various important features that a good O/R mapping tool would provide you and how it can be beneficial to you. I am not discussing any particular O/R ...

Using the Emulator in Smart Device Projects     
Total Hits: 59  |  Today: 0Author: Don Espen, Jose Baldner, and Ximing Zhou      Rating:  
Read Reviews | Write Review |  Your Rating: 

The information in this paper applies to emulator version 4.1 as shipped with Visual Studio .NET 2003. You can use the integrated development environment (IDE) to configure most emulator settings, or you can launch it from the command line with additional settings, such as custom skins. Using a share on the development computer is the preferred method of transferring files. Emulator connection problems can usually be identified and resolved quickly. Appendix A provides help for defining emulator...

Logging via the Microsoft Enterprise Library     
Total Hits: 88  |  Today: 0Author: Tony Patton      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Microsoft Enterprise Library was introduced in last week's column. It provides a collection of seven application blocks that utilize similar design patterns as well as development and configuration requirements. These blocks may be used to enhance your application while reducing development time. Today, we take a closer look at the library by putting it to work in a sample application....

Enhance .NET applications with the Enterprise Library     
Total Hits: 90  |  Today: 0Author: Tony Patton      Rating:  
Read Reviews | Write Review |  Your Rating: 

While the .NET platform provides a powerful set of tools and libraries to build robust applications, I am always amazed by the additional free add-ons provided by Microsoft. In my opinion, the most notable is the Enterprise Library. This set of application blocks developed by the patterns and practices group utilizes best practices for solving common problems. The result is less development time and subsequent costs. In this week's column, we take a closer look at the Enterprise Library....


1  2  3  4  5  6  7  


Disclaimer - Privacy
© 2002-2012 DevASP.net