(Peter Vogel) Two columns back ( Retrieving and Displaying a Single Object with dataView and WCF ) I downloaded the data for a single Customer object from my Web service using only client-side code. In my last column ( Updating Data with the dataContext and WCF Data Services ) I enabled updates for
Tag: Development
6 important uses of Delegates and Events
(Shivprasad koirala) In this article we will first try to understand what problem delegate solves, we will then create a simple delegate and try to solve the problem. Next we will try to understand the concept of multicast delegates and how events help to encapsulate delegates. Finally we understand
Walkthrough– Publishing an Extensibility Web Control Project Template (Part 2 of 2)
(Martin Tracy) In Walkthrough– Publishing a Custom Web Control (Part 1 of 2) you learned to create and publish a custom web control. You created the extensibility project manually, a procedure with many steps. Now that you have an extensibility project template, you can publish it to the Visual Stu
ASP.NET MVC Charts
(Joel Martinez) There are a few references online about how to get the new ASP.NET Charting controls working with the MVC framework. However, some of them are outdated, and the corresponding information to make it work with MVC2 are spread out. So in an effort to organize the info all in one place,
Deep Inside ASP.NET MVC 2 Model Metadata and Validation
(Daniel Chambers) One of the big ticket features of ASP.NET MVC 2 is its ability to perform model validation at the model binding stage in the controller. It also has the ability to store metadata about your model itself (such as what properties are required ones, etc) and therefore can be more inte
jQuery Globalization Plugin from Microsoft
(Scott Guthrie) Last month I blogged about how Microsoft is starting to make code contributions to jQuery, and about some of the first code contributions we were working on: jQuery Templates and Data Linking support.
CheckBox in C#
(Mahesh Chand) A CheckBox control allows users to select a single or multiple options from a list of options. In this article, I will discuss how to create a CheckBox control in Windows Forms at design-time as well as run-time. After that, I will continue discussing various properties and methods av
New Features in Windows Communication Foundation (WCF) 4.0
(joydipkanjilal) There have been quite a few enhancements and new features introduced in WCF 4.0. These new features and enhancements are a major boost to productivity, flexibility and they facilitate seamless development of service oriented applications. This article discusses the new features and
Using CFContent’s Variable Attribute Stops All Further Processing
(Ben Nadel) Yesterday, it was called into question whether or not the use of CFContent’s Variable attribute prevented any further processing of the page request. I had suggested it did; but, I wasn’t 100% sure. Thinking back, I couldn’t remember if I have ever had any code after a CFContent tag that
Updating Data with the dataContext and WCF Data Services
(Peter Vogel) I’m in the midst of a project where I’m using the new data tools in the AJAX library (the dataView and the dataContext) to create an ASP.NET page with full CRUD functionality and no server-side code. In a previous column I walked through the process of creating a WCF Data Service ( Cre
