Categorized By Programming

Articles in Category: 'Programming'

Learn How to Use to ASP.NET 3.5 Application Services C#

Category: Programming / .NET Framework

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 information. In this tutorial we will show you how to configure and use ASP.NET 3.5 application services. To...

Read More...

Learn How to Data Bind a Custom Business Object in an ASP.NET 3.5 Web App C#

Category: Programming / .NET Framework

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 component that can return data to a Web page. This component will use an XML file for its data. You will also...

Read More...

WCF - Creating and Implementing a Service in C#

Category: Programming / .NET Framework

WCF - Creating a Service and Client in ASP.NET 3.5 and 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 Framework, aimed at filling gaps left by such implementations...

Read More...

Working with XML in Windows Forms Application in C# - Part 1

Category: Programming / .NET Framework

Working with XML in Windows Forms Application in C# - Part 1 Introduction In this series of articles, we will be looking at how to use XML files as a storage medium when Programming Windows Forms. In this first part, we will look how we can connect to an XML file and retrieve all the data that is in...

Read More...

Using LINQ to XML to Add Data to XML File in C#

Category: Programming / .NET Framework

LINQ to XML in ASP.NET 3.5 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, including LINQ to SQL and LINQ to Objects. In this article, we will be looking...

Read More...

C#: Microsoft Enterprise Library: Validation

Category: Programming / .NET Framework

C#: Microsoft Enterprise Library: Validation By: Zack Turnbow 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 Enterprise Library first came out....

Read More...

C#: Microsoft Enterprise Library: Policy Injection

Category: Programming / .NET Framework

C#: Microsoft Enterprise Library: Policy Injection By: Zack Turnbow 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 did not appear until the release...

Read More...

C#: Microsoft Enterprise Library: Logging

Category: Programming / .NET Framework

C#: Microsoft Enterprise Library: Logging By: Zack Turnbow 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 development practices is consistency, which is another...

Read More...

C#: Microsoft Enterprise Library: Exception Handling

Category: Programming / .NET Framework

C#: Microsoft Enterprise Library: Exception Handling By: Zack Turnbow 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 implementing exception handling...

Read More...

C#: Microsoft Enterprise Library: Caching

Category: Programming / .NET Framework

C#: Microsoft Enterprise Library: Caching By: Zack Turnbow 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, web or windows application pulls data...

Read More...