(Benjamin Perkins) Troubleshooting a performance problem can be very complicated. Unfortunately, in many cases you prepare and begin learning about how to fix a performance problem when it is happening or just after a performance problem.
Tag: Development
Recognizing Mobile Browsers
(Peter Vogel) ASP.NET 4 upgrades the support for detecting browser capabilities with profiles for the latest mobile browsers. The good news is that you can use that new information with older versions of ASP.NET.
Getting File System Data with PHP
(W. Jason Gilmore and Robert H. Treat) In this third part of an eight-part article series on using PHP to work with the file and operating system, you’ll learn how to retrieve the size of a directory and find out a file’s last access and modification times.
Error Handling in ASP.NET MVC Applications
(Joydip Kanjilal) This article takes a look at the basics of MVC Design Pattern, discusses ASP.NET MVC Framework and shows how we can implement error handling in ASP.NET MVC applications.
State of .NET Image Resizing: how does imageresizer do?
(Bertrand Le Roy) I’ve written several times before about image resizing in .NET and how the various built-in solutions (GDI, WPF and WIC) compare in terms of quality, speed and size. I’ll put the links to my previous articles at the end of this post for reference.
AJAX based CRUD tables using ASP.NET MVC 3 and jTable jQuery plug-in
(Halil ibrahim Kalkan) When we are developing a ‘data manipulation page’, we almost always do the same thing: A ‘table/grid’ that is used to ‘show records’ of a table in the database, a ‘create new record’ page/dialog to add a new record to the database, an ‘edit record’ page/dialog to edit a record
Child Tasks
The thirteenth part of the Parallel Programming in .NET tutorial describes the use of attached child tasks. Like nested tasks, these are created within the scope of an existing parallel task. The difference is that child tasks are linked to their parents.
How to render ordered list or un-ordered list (bulleted) using Repeater control?
(SheoNarayan) In this article, we shall learn how to list collection of records in the ordered or un-ordered list with custom look and feel using asp:Repeater control.
Writing A RequireJS Plugin To Load Remote jQuery Templates
(Ben Nadel) Over the past couple of weeks, I’ve started looking into RequireJS for asynchronous script loading and JavaScript dependency management. While I don’t have a lot of experience with such things, there is definitely something about RequireJS that feels really good. All the stuff that I’ve
How & where to use Repeater control?
(SheoNarayan) To list small collection of records on the page with custom layout, we can use asp:Repeater control. This article explains how to use asp:Repeater control.
