Consuming WCF Service using Client-Side AJAX in ASP.NET 3.5 and C# Introduction In this article, we will be looking at how we can use AJAX to implement a WCF Service, so that it's methods are available to client-side JavaScript. This is an extremely powerful tool, as we are able to access the WCF Service...
Featured Article
C#: Microsoft Enterprise Library: Data Access
By Zack Turnbow
C#: Microsoft Enterprise Library: Data Access By: Zack Turnbow 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 development. That’s why Microsoft started...
Click here to read this article
Latest Articles
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...
Inserting and Filtering Data using Custom Objects in C#
Category: Web Development / ASP.NET
Using Custom Objects to Manage Data in C# - Inserting and Filtering Introduction In the previous article, Creating Custom Objects in ASP.NET 3.5 and C# , we looked at how to create Custom Objectsand a Collection Class to display database data to a page. In this article, we will be building on this and...
Creating Custom Objects in ASP.NET 3.5 and C#
Category: Web Development / ASP.NET
Using Custom Objects and Collection Class for Binding Data - in C# Introduction This article will walk you through creating a custom object and collection class for that object, which will allow you to gain access to the custom properties and methods in the code-behind. Using objects makes it so much...
Install and Use Microsoft Chart Controls to Render a Graph from Data Table in C#
Category: Web Development / ASP.NET
Using MSChart to Create Graphical Charts in ASP.NET and C# Introduction In this article, we will be exploring the new addition to the .NET Framework: Microsoft Chart Controls, and how we can implement full-blown graphs and charts into our Web Applications using only ASP.NET - no need for third party...
Using the AJAX Control Toolkit in ASP.NET 3.5 and C#
Category: Web Development / AJAX
In this article, we will be looking at the AJAX Toolkit from Microsoft. This article is directed at users of Visual Studio.NET 2008, but users of the 2005 version may also take part, but will be required to install the AJAX Extensions from Microsoft . The AJAX Control Toolkit is a group of AJAX Extenders...
Using SiteMap and MasterPages to set META Tags in ASP.NET and C#
Category: Web Development / ASP.NET
Using the SiteMap for SEO Purposes in ASP.NET 3.5 and C# Introduction Especially since the introduction of Web 2.0, a new emphasis has been made on SEO (Search Engine Optimization) for our web pages. Google, amongst others, have managed to organize the world's data so well, that it is becoming more and...
How to Protect Against SQL Injection Attacks in ASP.NET
Category: Web Development / ASP.NET
Protecting Against SQL Injection Attacks in ASP.NET Introduction Unscrupulous users can use poorly secured input forms as a means to gain access to and modify sensitive data, or even eliminate the whole database. This article will explain a number of precautions and methods to undertake to beef up the...
AJAX-Enabled Poll System using LINQ in VB.NET
Category: Web Development / AJAX
AJAX-Enabled Web Poll System using LINQ to XML in ASP.NET with VB Introduction If you've ever seen or taken part in those polls on various websites which allow all users to cast their votes on a variety of subjects, then you know what this article is going to be about. Web polls can be a very good way...
Using the Calendar Control as a Diary in ASP.NET
Category: Web Development / ASP.NET
Creating a Calendar-Controlled Diary in ASP.NET with C# Introduction In this article, we will look at using the Calendar control as part of an interface to manage a diary-type application. In conjunction with the FormView control, we will use the Calendar to display diary entries for specific days. We...

