| A Tutorial for Constructing a Plug-in Algorithm |
| MSDN |
| Create an "shell" plug-in algorithm using stub code that integrates into SQL Server 2005 Analysis Services. |
|
| Access Web.Config application settings from a console or windows application |
| The Code Project |
| Example of how to read web.config settings into a console or windows application |
|
| An introduction to Web Service Security using WSE - Part I |
| The Code Project |
| This article explains the first steps to build secure Web Services. It introduces the WSE specification and a first authenication mechnism based on username identifiction and password validation. |
|
| An introduction to Web Service Security using WSE - Part I |
| The Code Project |
| This article explains the first steps to build secure Web Services. It introduces the WSE specification and the easiest authentication mechanism based on username identification and password validation. |
|
| Application Settings in .NET |
| http://www.csharpfriends.com/ |
| .NET programs enjoy a built in method for accessing configuration information. |
|
| C#: A Message Queuing Service Application |
| MSDN |
| This article outlines a Windows service solution designed to process several message queues, focusing on the application of the Microsoft .NET Framework and C#. |
|
| Configuration Management for Smart Device Applications |
| The Code Project |
| This utility helps you in configuring .NET Compact Framework applications. |
|
| Custom ConfigurationSettings through configuration resource embedding |
| The Code Project |
| Selective .config/embedded xml config resources reading |
|
| Custom Objects From the App.Config file |
| The Code Project |
| Defining custom objects in the App.Config file, and retrieving them via the IConfigurationSectionHandler Interface. |
|
| DllConfigurationSettings |
| GotDotNet |
| DllConfigurationSettings is similar to ConfigurationSettings except that it works with dlls. If the calling assembly is c:\foo.dll then this class will open the file c:\ foo.dll.config and parse xml configuration file. Configuration file conforms to the same schema as an application configuration file. |
|
| FIX: The .NET Framework Managed Provider for OLE DB may not return an Oracle error message if the locale setting is not "en-us" |
| http://www.kbalertz.com/ |
| (326722) - Explains that the .NET Framework Managed Provider for OLE DB may not return an Oracle error message if the locale setting is not "en-us". Requires that you install a hotfix to resolve the problem. |
|
| Generic Coding with the ADO.NET 2.0 Base Classes and Factories |
| MSDN |
| Learn more about the new functionality in ADO.NET 2.0 that enables you to create generic data access code. |
|
| Managing configuration settings persistence in .NET applications |
| The Code Project |
| A simple way to manage config settings read/write persistence through ADO.NET and XML |
|
| Persisting Application data using Hashtable and IsolatedStorage |
| The Code Project |
| This article demonstrates a custom class that can be used to store and retrieve application data in an easy and reliable manner. It uses an extended Hashtable to persist data into Isolated Storage. You can download a sample project which demonstrates the use of this simple, but very useful class. |
|
| Rearchitect Your Web Applications for Microsoft ASP.NET 2.0 |
| MSDN |
| While ASP.NET 2.0 is completely backwards compatible with ASP.NET 1.1, its new features may require you to revise parts of your Web applications. This article provides a detailed analysis of how changes in ASP.NET 2.0 will influence your porting decisions. |
|
| Single Sign-On Enterprise Security for Web Applications |
| MSDN |
| Discover a technique for enabling single sign-on for multiple Web applications, and get a head start with sample code for creating a robust enterprise security system complete with single sign-on. |
|
| SQL Server Data Mining: Plug-In Algorithms |
| MSDN |
| See how SQL Server 2005 Data Mining allows aggregation directly at the algorithm level. |
|
| Transactions In Web Services |
| C#Today |
| The ASP.NET Framework enables transactional processing in classes, Web Forms and Web Services. We can use transactions to ensure an entire set of functionality successfully completes, or all data changes are rolled back if a portion of the functionality fails. In this article, Doug Seven looks at how we can implement transactional processing in a Web Service. The syntax for enabling transactions in a Web Service is different from the syntax for doing the same in either a class or a Web Form. |
|
| Using the Configuration File to Store Settings |
| http://www.dotnetgenius.com/ |
| The .NET Framework uses XML-formatted text files for maintaining configuration information. In Web Applications, the file that you use to store these settings is called Web.Config. Let's go through a simple sample, storing and retrieving a database connection string. |
|
| Using XML Based Configuration File in Windows Forms Applications |
| C# Corner |
| Often when building an application, a programmer wants to be able to change application settings without having to recompile the application. There are several ways to accomplish this. .Net provides an easy way to do this using the application configuration file. |
|
| Web Methods Make it Easy to Publish Your App's Interface over the Internet |
| MSDN |
| Web Services are a great way to accept and manage contributions to a public clip art library, digital music catalog, or corporate knowledge base. Since the SOAP interface to a Web method operates over HTTP, contributors can easily publish content any time, from anywhere across the Internet. However, accepting binary content and managing content metadata through SOAP over HTTP presents Web Service developers with some interesting design decisions. This article discusses three ways to enable content publishing using Web methods. |
|