Click here to Skip to main content
15,896,606 members

Top Ranked Articles

This page displays the top 100 articles sorted by popularity, page views, rating or votes.

Posted between    and
Updated between  and
Order by

Page 4 of 5


61.
Rating: 5.00/5
Votes: 14
Views: 108,936
Popularity: 5.57
62.
Rating: 5.00/5
Votes: 12
Views: 30,512
Popularity: 5.40
19 Dec 2011 by Robert S Sharp
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...
63.
Rating: 5.00/5
Votes: 13
Views: 59,175
Popularity: 5.40
17 Aug 2012 by Clifford Nelson
A framework for scanning a worksheet for headers, reading and validating data, providing feedback to the user, and displaying the data in a form with the results.
64.
Rating: 5.00/5
Votes: 12
Views: 56,216
Popularity: 5.40
29 Aug 2012 by linush
Explains how to mock test an EF Model-First project using ADO.NET Entity Data Model template
65.
Rating: 5.00/5
Votes: 12
Views: 32,201
Popularity: 5.40
19 Jan 2012 by Ratish Philip
A Metro style custom window.
66.
Rating: 5.00/5
Votes: 12
Views: 73,574
Popularity: 5.40
11 Jul 2012 by Mikhail Semenov
keywords: constexpr, constant, constant expression, user-defined literals, GCC 4.7.0
67.
Rating: 5.00/5
Votes: 12
Views: 49,541
Popularity: 5.40
2 Aug 2012 by Philip Stuyck
Structuring your XAML source files by using dictionaries.
68.
Rating: 5.00/5
Votes: 12
Views: 31,244
Popularity: 5.40
17 Aug 2012 by sbarnes
This article covers some details and issues in making an application used with Internet Explorer to download only unique images to a chosen folder. DUIapp creates and maintains an index in the folder to include unique and exclude duplicate images selected from IE web pages.
69.
Rating: 5.00/5
Votes: 13
Views: 43,138
Popularity: 5.40
5 Aug 2012 by MVukoje
Shows what are common mistakes in lazy load implementations and how to implement fast concurrent lazy load cache.
70.
Rating: 5.00/5
Votes: 12
Views: 144,704
Popularity: 5.40
10 Apr 2012 by Larry Boeldt
Building on a previous article, we now delve into the Facebook Graph API and provide a few useful functions.
71.
Rating: 5.00/5
Votes: 12
Views: 41,745
Popularity: 5.40
26 Jul 2012 by PavolSatala
This article shows how to create Breakout game for iOS, Android and Bada with only one code.
72.
Rating: 5.00/5
Votes: 12
Views: 375,676
Popularity: 5.40
24 Feb 2012 by Eric Xue (brokensnow)
20 mins installation guide in order to get you with a Mac OS X Lion VM in no time
73.
Rating: 5.00/5
Votes: 12
Views: 168,819
Popularity: 5.40
8 Jun 2012 by Joshi, Rushikesh
This is an alternative for "Generate Sample XML from XSD".
74.
Rating: 5.00/5
Votes: 12
Views: 44,021
Popularity: 5.40
29 Apr 2012 by Marcelo Ricardo de Oliveira
How to create a pronunciation test tool using Silverlight and Python
75.
Rating: 5.00/5
Votes: 12
Views: 180,347
Popularity: 5.40
27 Mar 2012 by Carlos Alberto Cabrera Gonzalez
This article shows a detailed approach on how to dynamically point to a given shared data source reference by setting up an RDCE and using a couple of tips and tricks.
76.
Rating: 5.00/5
Votes: 12
Views: 76,098
Popularity: 5.40
4 Jun 2012 by Manas Bhardwaj
First part of an attempt to create Snake and Ladders using HTML5.
77.
Rating: 5.00/5
Votes: 12
Views: 42,314
Popularity: 5.40
22 May 2012 by Mahfuzur Rahman.
Column based selection in rich edit control.
78.
Rating: 5.00/5
Votes: 12
Views: 70,170
Popularity: 5.40
5 Jun 2012 by Bryan O'Connell, rcarlson-cayen, Cayen Systems
Information and observations from an Agile transformation at a small software company in Milwaukee, WI.
79.
Rating: 5.00/5
Votes: 11
Views: 34,042
Popularity: 5.21
16 Mar 2012 by Anurag Gandhi
A Query to copy an individual table data between databases
80.
Rating: 5.00/5
Votes: 11
Views: 43,206
Popularity: 5.21
25 Feb 2012 by Sander Rossel
On the importance of Option Strict...

Page 4 of 5

Rating is the sum of all votes divided by the number of votes. Voting can only be done by registered members and a person's vote is weighted by their level.

Popularity is a measure of how much interest an article generates once it's been read. It's calculated as Rating x Log10(# Votes), where Rating is the filtered rating. See the FAQ for details.

Page views are cumulative from Feb 5, 2002.