4 Feb '12 - 10:47 by Dudi Bedner (updated)
How to encrypt data using a private key in .NET.
6 hrs ago by Eduardo Antonio Cecilio Fernandes (updated)
How to build a simple Scheduler in C# for Desktop and Web Applications
7 hrs ago by qwecoder (new)
tick data downloader for automatic trading systems
7 hrs ago by John W. Wilkinson (updated)
A C++ JSON parser/generator written using Boost::spirit
10 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
11 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
11 hrs ago by Serdar Kurbanov (new)
Library for extracting configuration settings from custom configuration file is provided.
14 hrs ago by orouit (new)
This article shows how an OTP generator works.
21 hrs ago by snehal harawande (updated)
This article presented how to use code coverage during regression tests (auto/manual).
22 hrs ago by pramodhegde88 (updated)
This article shows how to track your windows 8 app in GA
yesterday by h_wiedey (new)
Implementation of relative database constraints and permissioning using triggers and shadow tables
24 Oct '12 - 16:54 by Inaki Ayucar (new)
This article tries to be an introduction on .Net memory management and about the memory limits both the Runtime and the platform establish for each process. We will also give some tips about dealing with the problems you will face when reaching those limits. Available memory for a process As you a
3 hrs ago by Shivprasad koirala (updated)
Dependency Injection (DI) vs. Inversion of Control (IOC).
10 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.
10 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.
10 hrs ago by Rion Williams (new)
Handling larger JSON string values in .NET.
17 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.
4 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 Dec '11 - 14:18 by Robert S Sharp (new)
I'm not sure that GC would matter very much in such a simple app.But, it's either a call to Dispose on your SmtpClient after you're done using it:smtp.Dispose();or use a using:using (SmtpClient smtp = new SmtpClient{ Host = "smtp.gmail.com", Port = 587, Credentials = new...
37 mins ago by Francisco T. Chavez (new)
1 hr ago by Eduardo Antonio Cecilio Fernandes (updated)
How to fix date validation for non-US date when using Chrome.
6 hrs 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.
7 hrs ago by chien.vh (new)
In this article will show you how to work with ASP.Net and Paypal with Dynamic Ordering Values
13 hrs ago by Ravindra T C (new)
How to highlight the current page in ASP.NET master page
14 hrs ago by Farhad Hazraty Eini (new)
Dynamic web service code generator
15 hrs ago by Douglas de Alvarenga Silva (new)
Add-in Word for PrintScreen
18 hrs ago by Reza Farhadian (new)
Write a router for PHP MVC Applications with $_SERVER['PHP_SELF']
yesterday by koetsie (new)
Generating a random number between 0 and 9
yesterday 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