(Ben Nadel) Lately, I’ve been playing around with the idea of streaming form posts from a ColdFusion server such that the entire contents of the form post would not have to be buffered in the local memory at any given time.
Tag: Development
Client side paging of Server Paged OData Entity Sets using dataJS
(Lohith) I am back with one more article today. Had a little halt to my writings as I moved to my new house and was busy setting up things including my internet connection and all. Today I will be talking about an interesting concept in OData world. So sit back, read and enjoy.
3D Animation in VB.NET Using WPF – Part 1
(Richard Newcombe) In previous articles we worked exclusively with 2D objects; in this article we are going to start dealing with basic 3D objects. While many may be expecting a VB based 3D rendering engine, we will actually be using Microsoft’s Windows Presentation Foundation (WPF) Subsystem that h
An Introduction to Razor Syntax
(Brian Mains) This article is going to help ASP.NET MVC developers translate their ASP.NET MVC view engine skills to Razor.
General Formatter for .NET 4/4: Examples
(Zoran Horvat) In this article we will see the examples of using custom formatter when applied to different objects of different complexities. Custom formatter produces output which is most appropriate for each of the objects supplied.
Exceptions and Parallel Loops
The sixth part of the Parallel Programming in .NET tutorial is the last instalment that examines the parallel loops. This article discusses how exceptions are thrown by code within a parallel loop and how they can be handled.
Replacing Text Nodes With jQuery
(Ben Nadel) This morning on Twitter, I came across a Tweet from Robert Rawlins (aka. @SirRawlins) asking about replacing text values within a DOM element. He had a situation in which a node contained mixed children; that is, the node contained both element nodes (type 1) and text nodes (type 3).
Integrating Lambda Expressions for Flexible Processing
(Peter Vogel) When you have a method that could do more than one thing, you have two ways to implement the method: Enclose the different processes in If…Then or Select…Case statements, or implement the strategy pattern.
General Formatter for .NET 3/4: Implementation
(Zoran Horvat) This is the third of four parts this article consists of:
Web Forms Model Binding Part 1: Selecting Data (ASP.NET vNext Series)
(Scott Guthrie) The next releases of .NET and Visual Studio include a ton of great new features and capabilities. With ASP.NET vNext you’ll see a bunch of really exciting improvements with both Web Forms and MVC – as well as in the core ASP.NET base foundation that both are built upon.
