(Scott Mitchell) Traditionally, developers using Web controls enjoyed increased productivity but at the cost of control over the rendered markup. For instance, many ASP.NET controls automatically wrap their content in for layout or styling purposes. This behavior runs counter to the web stan
Tag: Development
View/ViewModel Interaction – Bindings, Commands and Triggers
(Nikhil Kothari) It looks like I have a set of posts on ViewModel, aka MVVM, that have organically emerged into a series or story of sorts.
Introduction to ASP.NET MVC 2.0
(Brian Mains) In this article, we’ll begin examining the new features of ASP.NET MVC 2.0 by comparing what ASP.NET MVC offers against its predecessor, ASP.NET web forms.
Exploring ColdFusion Component Runtime Class Properties And Serialization
(Ben Nadel) Yesterday, I came across an interesting post by John Whish on getting an entity memento in ColdFusion. As suggested by Sam Farmer, John was using SerializeJSON() and DeserializeJSON() to serialize a ColdFusion component into a JSON string and then reserializing it back into a plain old C
Silverlight Introduction
(anjaiah keesari) This article will be very helpful for the beginners who want to know and start development on Silverlight projects, if you are already working on Silverlight you will find complete understanding of Silverlight Introduction. In this article I have started with definition of Silverli
Windows Workflow Foundation in .NET4
(Somasegar) Windows Workflow Foundation (WF4) in .NET 4 is designed to make it easier for new developers to learn, addresses a wider range of customer scenarios, and is more efficient.
Perform JavaScript Functions After An ASP.NET UpdatePanel Refresh Using the ASP.NET AJAX Client Library
(Chris Bennett) The ASP.NET AJAX Library greatly simplifies the process of adding AJAX functionality to a web page. The primary means for adding AJAX functionality is the UpdatePanel. At first glance, the UpdatePanel appears to eliminate the need to hand code JavaScript and in many scenerios, this i
Printing FlowDocument in WPF
(Mahesh Chand) This article demonstrates how to create a FlowDocument dynamically and print it in WPF.
WPF FlowDocuments (1) – Images, Shapes and Tables
(Ged Mead) WPF FlowDocuments can be very rich in content. Mostly you’ll appreciate the ability to lay out text and images in just about any configuration you can imagine. But in some circumstances you might need to include other elements, such as shapes, controls or other media elements to a Flo
Using NBuilder to mock up a data driven UI – Part 2
(Andrew Siemer) In this article we will continue our discussion by filling out the implementation in our service class with some NBuilder code. Once we have the working service class in place we can then create a working UI (in the ASP.NET MVC project we created in the last article).
