C#: Microsoft Enterprise Library: Data Access
Introduction Most developers, as they continue to produce software products, start to build libraries of reusable code. Much of it is the mundane tasks that are associated with standard software...
View ArticleC#: Microsoft Enterprise Library: Caching
Introduction Following in line in this short series on Microsoft’s Enterprise Library, this article will cover some of the common uses of the Caching Application Block (CAB). Nearly every application,...
View ArticleC#: Microsoft Enterprise Library: Logging
Introduction Continuing in the introduction series on the Microsoft Enterprise Library, this article will focus on the logging application block. One of the many issues concerning good software...
View ArticleC#: Microsoft Enterprise Library: Policy Injection
Introduction In this last article covering Microsoft’s Enterprise Library, the Policy Injection Application Block (PIAB), will be covered. The PIAB was not one of the original application blocks and...
View ArticleC#: Microsoft Enterprise Library: Validation
Introduction In this next article covering Microsoft’s Enterprise Library, the Validation Application Block (VAB), will be introduced. The VAB is not one of the original application blocks when the...
View ArticleUsing LINQ to XML to Add Data to XML File in C#
Introduction In this article, we will be looking at another flavor of Microsoft’s new introduction to the .NET Framework, LINQ to XML. LINQ (Language-Integrated Query) comes in a variety of forms,...
View ArticleWCF – Creating and Implementing a Service in C#
Introduction The Windows Communication Foundation (WCF) is great for allowing applications to interact and integrate with one another across platforms. WCF is a powerful introduction to the .NET...
View ArticleLearn How to Data Bind a Custom Business Object in an ASP.NET 3.5 Web App C#
Data Binding to a Custom Business Object This tutorial shows you how to data bind a custom business object in an ASP.NET 3.5 Web Application. C#. In this tutorial you will learn how to create a...
View ArticleLearn How to Use to ASP.NET 3.5 Application Services C#
This tutorial will show you how to use ASP.NET 3.5 Application Services. These services can be accessed over the Web to enable client applications to use user authentication, role, and profile...
View ArticleC#: Microsoft Enterprise Library: Exception Handling
Introduction This next article in the series covering Microsoft’s Enterprise Library will cover exception handling. The Exception Handling Application Block (EHAB) greatly reduces the effort when...
View Article