Always remain updated about current software development trends

Articles in PLATFORM

Dynamically Loading Controllers and Views with AngularJS and RequireJS

New to AngularJS? Check out theAngularJS in 60-ish Minutesvideo to get a jumpstart on using the framework to build Single Page Applications (SPAs).Dynamically Loading Controllers and ViewsAngularJS provides a simple way to associate a view with a controller...

Simple Delegates in a Nutshell

The easiest, most straight-forward delegate tutorial.

SQL Simple Utilities

This project provides utilities for SQL server, such as executing a list of SQL scripts, and exporting data to an SQL script.

Server-side Google Analytics Transactions

Handling Google Analytics Transactions on server-side using C# intead of JavaScript on client-side.

A Framework in C# for Fingerprint Verification

In this article, we introduce a framework in C# for fingerprint verification, we briefly explain how to perform fingerprint verification experiments and how to integrate your algorithms to the framework.

The holy grail: Automatically diagnose IIS + ASP.NET website hangs

We finally did it. LeanSentry now automatically detects and diagnoses IIS and ASP.NET hangs! Read More......( read more ) Read More......(read more)

Server controls in separete assembly

In my project I wanted to create text box control with bultin configurable validation. ASP.NET definition in .aspx or .ascx file would get validation function by name. But I do not wanted to create just .ascx file with text box. I could not then reuse that...

Application Login through Active Directory (LDAP)

Validating the client using Lightweight Directory Access Protocol (LDAP)