(Peter Vogel) Sometimes, in debug mode, you find yourself sitting on a line in a method that you have no interest in. What you actually want to do is to get back out of the method and stop in some method you’ve already passed through.
Tag: Development
Handling File Data with PHP
(W. Jason Gilmore and Robert H. Treat) In this fifth part of an eight-part series on working with file and operating systems with PHP, you’ll learn how to read data from a file and move the file pointer.
Composing Entity Framework Fluent Configurations
(K. Scott Allen) The canonical example for fluent configuration with the Entity Framework is to take a few simple entity definitions:
Using jQuery’s Pipe() Method To Chain Asynchronous Validation Requests
(Ben Nadel) The other day, I looked at using Stripe.com to accept PCI-compliant online payments without a merchant account. In that experiment, I performed a cross-domain AJAX request to validate the credit card (using Stripe.com’s API) followed by a local AJAX request to validate the rest of the fo
New Bundling and Minification Support (ASP.NET 4.5 Series)
(Scott Guthrie) This is the sixth in a series of blog posts I’m doing on ASP.NET 4.5.
Razor Donut Caching
(Phil Haack) Donut caching, the ability to cache an entire page except for a small region of the page (or set of regions) has been conspicuously absent from ASP.NET MVC since version 2.
Generic Variance in .NET 4.0
With the release of .NET 4.0, Microsoft introduced covariance and contravariance to generic interfaces and delegates. Generic variance allows conversion and interchangeability of types in a logical manner that was not previously possible.
ArrayObject PHP Class Examples
(Alejandro Gervasio) In this second part of a two-part series on the ArrayObject class from the Standard PHP Library, you’ll learn how to handle properties by means of an object syntax.
ASP.NET 4.5 – New Model Binding Feature Keeps the Web Form and Model Separate
(Mahesh Sabnis) I have been working on ASP.NET and training developers since its early inception. Starting from its 1.x version, ASP.NET has attracted many developers through its new programming model and Web Controls, which has helped in developing Web Applications the easy way.
My First Look At The RequireJS Build Optimizer For Node.js
(Ben Nadel) Over the last few weeks, I’ve started to look into the RequireJS asynchronous loader and JavaScript dependency management system. Right off the bat, the facilitated modularity and code organization provided by RequireJS feels like a really solid approach to thick-client application devel
