DotNetShoutout - Stories tagged with functions
6
Shouts

Intro to F#: First-class functions in F#, part 0

published 845 days, 2 hours, 5 minutes ago posted by traskjdtraskjd 847 days, 35 minutes ago
Friday, February 25, 2011 10:54:52 PM GMT Thursday, February 24, 2011 12:24:18 AM GMT
Have you started looking at F# yet now that it ships with Visual Studio 2010? This post takes a look at the fundamental differences between functions in F# and how delegates work in C#/VB. By the end of this post you'll see why functions are first class in F# and are not in C#/VB and be on your way to better understanding F#. (more)
category: How To | clicked: 0 | comment | | source: www.mindscapehq.com
tags: functions, F#, Mindscape
5
Shouts

Intro to F# part 2: First-class function, point-free style

published 980 days, 6 hours, 27 minutes ago posted by traskjdtraskjd 980 days, 23 hours, 1 minute ago
Wednesday, October 13, 2010 6:32:01 PM GMT Wednesday, October 13, 2010 1:58:16 AM GMT
In the previous instalment, we saw that F# provided composition operators to allow you to concisely build up anonymous functions without the overhead of lambda syntax. Occasionally, however, a function will be so amazingly useful that you actually want to give it a name so you can use it from more than one place. Part 2 discusses how to achieve this. (more)
category: How To | clicked: 4 | comment | | source: www.mindscape.co.nz
tags: functions, F#, Mindscape
3
Shouts

Collection of Useful functions in Oracle 11g Part 05 : The CodeGain

posted by codegaincodegain 1026 days, 19 hours, 17 minutes ago
Saturday, August 28, 2010 5:42:04 AM GMT
In this article, i have given samples to another few no of function demonstration here in oracle 11g (more)
category: Data | clicked: 0 | comment | | source: codegain.com
tags: Oracle, Database, functions
9
Shouts

TSQL InitCap function - Madhivanan's TSQL Blog

published 1057 days, 11 hours, 54 minutes ago posted by jacobsebastianjacobsebastian 1057 days, 18 hours, 3 minutes ago
Wednesday, July 28, 2010 1:05:43 PM GMT Wednesday, July 28, 2010 6:56:53 AM GMT
This post presents a TSQL function that can be used to convert a string to Proper Case. (more)
category: Data | clicked: 2 | comment | | source: beyondrelational.com
tags: proper case, initcap, TSQL, functions
3
Shouts

Useful functions in Oracle 11g Part 04 : The CodeGain

posted by codegaincodegain 1059 days, 11 hours, 44 minutes ago
Monday, July 26, 2010 1:15:31 PM GMT
In this article, i have given samples to another few no of function demonstration here in oracle 11g (more)
category: Data | clicked: 0 | comment | | source: www.codegain.com
tags: Oracle, Database, functions
4
Shouts

Using CeSetUserNotification to start a program in .NET CF

published 1064 days, 9 hours, 35 minutes ago posted by codegaincodegain 1067 days, 20 hours, 1 minute ago
Wednesday, July 21, 2010 3:24:21 PM GMT Sunday, July 18, 2010 4:58:40 AM GMT
A few days ago I got a message from a developer that was trying to use CeRunAppAtTime to schedule an application to start up. As I had mentioned in a previous post instead of using this function one should use CeSetUserNotification since on more recent devices CeRunAppAtTime is not as reliable (more)
category: How To | clicked: 0 | comment | | source: www.codegain.com
tags: Windows Mobile, functions, .NET CF, CeSetUserNotification