28 Sep '10 - 14:33 by Ajay Vijayvargiya (moved)
Reveals the important changes in STL.
1 hr ago by Eduardo Antonio Cecilio Fernandes (updated)
How to build a simple Scheduler in C# for Desktop and Web Applications
2 hrs ago by qwecoder (new)
tick data downloader for automatic trading systems
2 hrs ago by John W. Wilkinson (updated)
A C++ JSON parser/generator written using Boost::spirit
4 hrs ago by Marco Bertschi (updated)
Description how to create an ASP.Net website which is providing a serverfarm-compatible Login functionality - Additional description how the code can be secured
5 hrs ago by Shemeer NS (updated)
SQL Server 2000, 2005, 2008, 2008 R2, 2012 Character String Data Types and Functions with Sample SQL Statements. Quick reference, Data Type Tables, Function Tables
6 hrs ago by Serdar Kurbanov (new)
Library for extracting configuration settings from custom configuration file is provided.
9 hrs ago by orouit (new)
This article shows how an OTP generator works.
16 hrs ago by snehal harawande (updated)
This article presented how to use code coverage during regression tests (auto/manual).
17 hrs ago by pramodhegde88 (updated)
This article shows how to track your windows 8 app in GA
18 hrs ago by h_wiedey (new)
Implementation of relative database constraints and permissioning using triggers and shadow tables
8 Mar '11 - 17:17 by Abhijit Jana (new)
Run ASP.NET Web Application from Command Prompt
5 hrs ago by Keyhole Software (new)
This article introduces the relevant concepts, hopefully helps you to navigate around one or two common “gotchas,” and provides links to more in-depth resources.
5 hrs ago by Shivprasad koirala (new)
Dependency Injection (DI) vs. Inversion of Control (IOC).
5 hrs ago by hjgode (new)
The event db (it is my naming) holds all events and actions that can be invoked to launch an app or fire some events.
5 hrs ago by Rion Williams (new)
Handling larger JSON string values in .NET.
11 hrs ago by John Michael Hauck (new)
“Programming Massively Parallel Processors (second edition)” by Kirk and Hwu is a very good second book for those interested in getting started with CUDA.
3 days ago by Antony Gayter (new)
GridView pager template.
3 days ago by Amogh Natu (new)
This post explains the cause and solution for the HttpException: maxRequestLength exceeded.
3 days ago by Ivan Krivyakov (new)
Random notes on MDX filtering
4 days ago by Paul_Wade (new)
Windows Store apps and the Authentication Broker.
4 days ago by PRANAV SINGH (new)
Backing up all databases using T-SQL
19 Aug '10 - 13:05 by Ron Beyer (new)
I'm sorry, but that's a horrible way to do it...Here is what I would do... public class NumberToWords { public static string ConvertToWords(int Number) { //Split the string into 3 part pieces string numStr = Number.ToString(); ...
1 hr ago by Antonio Sánchez Fajardo (new)
We'll achieve a Form without CaptionText but with caption on the button on taskbar, and the possibility to add our own titlebar on the form.
2 hrs ago by chien.vh (new)
In this article will show you how to work with ASP.Net and Paypal with Dynamic Ordering Values
7 hrs ago by Ravindra T C (new)
How to highlight the current page in ASP.NET master page
9 hrs ago by Farhad Hazraty Eini (new)
Dynamic web service code generator
9 hrs ago by Douglas de Alvarenga Silva (new)
Add-in Word for PrintScreen
13 hrs ago by Reza Farhadian (new)
Write a router for PHP MVC Applications with $_SERVER['PHP_SELF']
19 hrs ago by koetsie (new)
Generating a random number between 0 and 9
19 hrs ago by RKT.Ashoka (new)
This post explains how to launch your ASP.NET web application on multiple browsers at the same time from Visual Studio, and how this feature is enhanced in Visual Studio 2012
19 hrs ago by Assil (updated)
A light article about a new feature in C# 5 and .NET 4.5
yesterday by forester joe (updated)
A basic yet generic state machine implementation