Sign in
dboyle
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
RSS for posts
Atom
RSS for comments
OK
Search
.Net (1)
Apps (3)
Background Tasks (1)
Batch file (2)
C# (2)
Certification (2)
CHM (1)
Coding tests (9)
Dynamics CRM 2011 (4)
Excel (1)
Hash (1)
HTML Agility Pack (1)
HTML Help Workshop (1)
Interviews (9)
Linked Lists (1)
MCTS (2)
Pixels (2)
Screen Scraping (1)
Screenshot (1)
Sorting (1)
Source Depot (1)
Windows 8 (5)
Windows 8 contracts (1)
Windows Phone (2)
WP7 (1)
Blog - Monthly Archive List
Archives
April 2013
(1)
March 2013
(7)
February 2013
(4)
January 2013
(1)
December 2012
(2)
November 2012
(1)
October 2012
(2)
September 2012
(1)
August 2012
(3)
July 2012
(3)
Blog - Link List
Other articles in other blogs
Using the Microsoft Translator inside Microsoft Dynamics CRM v4
The Microsoft Dynamics CRM Blog
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
dboyle
Exam 70-483: Programming in C# 5.0
Posted
1 month ago
by
DermotB
6
Comments
I took and passed this exam this morning and am feeling quite happy with myself. It is the first of the three exams which are building blocks towards the Microsoft Certified Solutions Developer (Windows Store Apps) certification, but on it’s own...
dboyle
Detecting repeated parameter values across multiple method calls
Posted
2 months ago
by
DermotB
0
Comments
So this was actually asked of me once in an "interview style" situation and it took me quite a while to twig that the use of a queue would be required. I can't fully remember the wording of the question but it was basically something like this: "For every...
dboyle
Linked list stuff in a modern environment
Posted
2 months ago
by
DermotB
0
Comments
So recently somebody asked about this and seemed surprised when I said that owing to the availability of lots of lists and collection classes in modern frameworks, I had not coded a linked list in a couple of decades, at least not since I completed my...
dboyle
Checking for a prime number
Posted
2 months ago
by
DermotB
2
Comments
Ok, looking back at the original post I'm nearly regretting it as I need to find the time to actually write these - but at least this one was quick and simple. In fact it may be too simple to use as a tech test, but anyways here it is. A prime number...
dboyle
Checking if a string is a palindrome
Posted
2 months ago
by
DermotB
0
Comments
Back in my original college days (over 20 years ago now) this used to be the subject of a running joke. It seemed that with every new language learned one of the first exercises was to check for palindromes, and the joke was that we couldn't wait to get...
dboyle
Quicksort
Posted
2 months ago
by
DermotB
1
Comments
Along with Mergesort, Bubblesort and others, Quicksorting of arrays is a standard on any fully fledged undergraduate computer science course. It’s a simple theory, and like a lot of theories can be easily described verbally, on a whiteboard or even...
dboyle
Greatest Common Divisor (and Lowest Common Multiple)
Posted
2 months ago
by
DermotB
2
Comments
It's worth repeating the wikipedia definition for GCD here, as it's explains it well: "The greatest common divisor (gcd), also known as the greatest common factor (gcf), or highest common factor (hcf), of two or more non-zero integers, is the largest...
Page 1 of 1 (7 items)