Quantcast
Channel: Development
Browsing latest articles
Browse All 10 View Live

Image may be NSFW.
Clik here to view.

Using ASP.Net AJAX WebServices (ScriptServices) in ExtJS

I've only just started investigating ExtJS and what it can possibly provide over and above the ASP.Net AJAX framework. The first thing I wanted to do was use the ASP.Net AJAX JavaScript webservice...

View Article



Image may be NSFW.
Clik here to view.

Using Synchronous ASP.Net AJAX Web Service Calls and Scriptaculous to Test...

As our web applications become more JavaScript heavy it is becomes increasingly important that we have tests for this code. In the past I have managed to get away with it but in retrospect it was a...

View Article

Image may be NSFW.
Clik here to view.

Simple JavaScript Undo Manager for DTOs

When looking at implementing undo functionality, two common patterns that are used are the Memento or Command design patterns. For an example of using the Memento pattern on JavaScript objects take a...

View Article

Image may be NSFW.
Clik here to view.

Using a Common Table Expression (CTE) to Generate a Date Range

There are times when you date reliant data that has gaps in it but you need a query that includes days even where data is missing. The data source may be a sales table where there may be days that no...

View Article

Image may be NSFW.
Clik here to view.

An Updated LINQ to WMI Implementation

I recently needed to do some WMI queries so I went hunting for a LINQ implementation. I found a great basic implementation that Emile Bosch did way back in 2005.  Once you have finished reading this...

View Article


Image may be NSFW.
Clik here to view.

Using a CTE to Allocate Tickets to Timeslots

SQL Server Common Table Expressions (CTEs) are most often used to solve problems such as paging and hierarchical queries, however in this post I want to demonstrate another use: booking of timeslots....

View Article

Image may be NSFW.
Clik here to view.

Setting up an Optimised Deployment Version of your AJAX ASP.Net Application

With rich AJAX web applications one needs to look at optimising resources such as your CSS, JavaScript and image files. Yahoo has collected together a great collection of best practices that have been...

View Article

Image may be NSFW.
Clik here to view.

Fibonacci Solution Approaches

Looking at technical interview questions on the Internet it appears that getting candidates to write some code that prints out the Fibonacci series is quite popular. I personally prefer giving...

View Article


Image may be NSFW.
Clik here to view.

Are Database Migration Frameworks Worth the Effort?

I’ve always used SQL scripts to manage database creation and migration. At my current company we have a database project with patch scripts that conditionally execute based on the database version....

View Article


Image may be NSFW.
Clik here to view.

.Net Developer's Guide to Getting Started with Cassandra

I've been quite curious about the various BigTable like implementations as they could have some bearing on what I am involved with at work. After reading various write ups about the competing...

View Article
Browsing latest articles
Browse All 10 View Live




Latest Images