• Shortcuts : 'n' next unread feed - 'p' previous unread feed • Styles : 1 2

» Publishers, Monetize your RSS feeds with FeedShow:  More infos  (Show/Hide Ads)


Date: Monday, 04 Apr 2011 15:51
Upgrade F# 3D fractal to work with current version of F# and with VS 2010.
Author: "tomasp"
Send by mail Print  Save  Delicious 
Date: Wednesday, 27 Oct 2010 10:22
Adding parallel programming samples.
Author: "tomasp"
Send by mail Print  Save  Delicious 
Date: Monday, 18 Oct 2010 00:09
Adding F# WebSnippets comment tags to main file (used in introduction article)
Author: "tomasp"
Send by mail Print  Save  Delicious 
Date: Wednesday, 13 Oct 2010 10:47
Adding F# Web Snippets source code
Author: ":tomasp"
Send by mail Print  Save  Delicious 
Date: Tuesday, 27 Jul 2010 20:28
Checked in by server upgrade
Author: "_TFSSERVICE"
Send by mail Print  Save  Delicious 
Date: Monday, 26 Apr 2010 07:49

Hi. When I tried to open the Basics solution, it would not open in VS 2008, with an error message that the projects type .fsharpp is not supported in this type of application. Same deal with VS 2010. What am I missing? I downloaded changeset 31169.

Author: "daverogers"
Send by mail Print  Save  Delicious 
Date: Tuesday, 19 Jan 2010 07:38

Great Indian Developer Summit 2010 – Biggest Event in Asia for IT Professionals

Bangalore, January 15, 2010: Over 6500 attendees have benefited from two game changing editions of Great Indian Developer Summit. In 2010, the biggest independent summit for software developers in India is bringing together over 100 sessions encompassing the full range of Microsoft computing, Java, Agile, RIA, Rich Web, open source/standards, languages, frameworks and platforms, practical tutorials that deep dive into technical skill and best practices, inspirational keynote presentations, an Expo Hall featuring dozens of the latest projects and products activities, Awards to honor software excellence, engaging networking events, and over 80 of the best and brightest of speakers from around the world. The summit will be held 20-23 April 2010 at the IISc in Bangalore (http://www.developersummit.com).

Dr. Venkat Subramaniam, a Great Indian Developer Summit Alumni, is coming back this summer to the summit to conduct focused conference sessions, a keynote and a workshop on topics ranging from .NET, Java, Groovy, functional programming to pointy haired bosses and pragmatic programmers.

On 20th April, at GIDS dot NET Conference, he will delve into what the functional style of programming offers and how you can utilize that using the F# language on the .NET CLR. He will move on to discuss pragmatic ways to deal with dependencies, and how, using mocks, effectively carryout unit tests; the focused session will also cover reasons to use mock vs. not using them, hand tossing mocks, and using frameworks to create them.

At the GIDS Java Conference on 21st April, Venkat will conduct a Jeopardy style presentation, where attendees will drive the topics to discuss various features of Java that require extra care and caution in everyday programming. We will pick a sample code, identify the problems in it, and figure out how to do it right. Later in the day you can attend a session on how to use patterns in Groovy and go beyond the GOF patterns in Groovy and Java. Venkat's next talk will take a deep dive into Generics, introduced in the 1.5 version (Java 5).

Venkat's keynote will address the fact that corporate developers have to constantly contend with fallacies often delivered to them as facts. However, each of us has a professional responsibility to be objective and make decisions that will help us and our teams be productive and deliver results. His talk will pick on some fallacies, lay down facts, and discuss how to stay professional and objective in our daily efforts.

On 23rd April, at the full-day GIDS Workshops, Dr. Subramaniam conducts hands-on training about functional programming -- take some familiar problems, solve it using traditional style and then refactor it to functional style. Although the training will use Scala and Erlang as vehicle to get the examples working, you don't have to be familiar with the syntax. You will participate to write pseudo code in these styles and the speaker will help you translate those into practical working examples in these languages.

More over, you can interact with Venkat at the summit to gain from his significant experience in architecture, design, and development of software applications, and in having  mentored thousands of software developers in the US, Canada, Europe, and Asia. Overall seats are limited, so register early for the conference's focused sessions and workshops here: http://www.developersummit.com/registration.html.

About Great Indian Developer Summit

Great Indian Developer Summit is the gold standard for India's software developer ecosystem for gaining exposure to and evaluating new projects, tools, services, platforms, languages, software and standards. Packed with premium knowledge, action plans and advise from been-there-done-it veterans, creators, and visionaries, the 2010 edition of Great Indian Developer Summit features focused sessions, case studies, workshops and power panels that will transform you into a force to reckon with. Featuring 3 co-located conferences: GIDS.NET, GIDS.Web, GIDS.Java and an exclusive day of in-depth tutorials - GIDS.Workshops, from 20 April to 24 April at the IISc campus in Bangalore.

At GIDS you'll participate in hundreds of sessions encompassing the full range of Microsoft computing, Java, Agile, RIA, Rich Web, open source/standards, languages, frameworks and platforms, practical tutorials that deep dive into technical skill and best practices, inspirational keynote presentations, an Expo Hall featuring dozens of the latest projects and products activities, engaging networking events, and the interact with the best and brightest of speakers from around the world.
 
For further information on GIDS 2010, please visit the summit on the web http://www.developersummit.com/

A Saltmarch Media Press Release
E: info@saltmarch.com
Ph: +91 80 4005 1000

Author: "satpal"
Send by mail Print  Save  Delicious 
Date: Saturday, 25 Apr 2009 18:43
This project contains various examples, walkthroughs and demos built by the members of the F# community using the F# programming language. The goal of this project is to show how to use various F# language features, demonstrate F# best practices and provide larger and more complicated examples built in F#. To get the samples, just go to the source code repository and fill your pockets!

Quick Starts

Introductory Articles

Podcasts and Interviews

Books

Expert F# by Don Syme, Adam Granicz, Antonio Cisternino

A deep introduction to the F# language and programming techniques. Co-authored by Don Syme, the lead designer of the F# language, this book covers the F# language and libraries, as well as some important areas of applied programming with F#, such as parallel and asynchronous programming, language-oriented programming and working with data.

Foundations of F# by Robert Pickering

An introduction to functional programming with F#. Including many samples, this book walks through the features of the F# language and libraries, and covers many of the .NET Framework features which can be leveraged with F#.

F# for Scientists by Jon Harrop

Focuses on how F# can be applied to problems in technical and scientific computing. Provides a simple introduction to F#, followed by discussions of topics such as optimization, numerical analysis, interoperability, and visualization.

Real World Functional Programming by Tomas Petricek

The book is focused on existing C# 2.0 developers and it uses examples in C# and F# to guide the reader through the concepts of functional programming. Then it shows many advanced functional techniques in F# and where applicaple also in C#, such as domain specific languages, parallel and asynchronous programming and design of functional data structures.

Programming F# by Chris Smith

This in-depth tutorial introduces you to F#, Microsoft's new multi-paradigm programming language. You'll not only learn how to use F# as a general-purpose language similar to C# and Visual Basic, but as a functional programming language for developing concurrent and math-intensive applications on the .NET platform.

Links

License


Terms and requirements of the use of all code hosted here on F# samples are covered by the Microsoft Permissive License (Ms-PL)
Author: "tomasp"
Send by mail Print  Save  Delicious 
Date: Saturday, 25 Apr 2009 18:34

Description


Sample projects built using Microsoft Research's F# functional programming language to aid adoption of the F# language.

Just go to the source code repository and fill your pockets!

Quick Starts

Books

Expert F# by Don Syme, Adam Granicz, Antonio Cisternino

A deep introduction to the F# language and programming techniques. Co-authored by Don Syme, the lead designer of the F# language, this book covers the F# language and libraries, as well as some important areas of applied programming with F#, such as parallel and asynchronous programming, language-oriented programming and working with data.

Foundations of F# by Robert Pickering

An introduction to functional programming with F#. Including many samples, this book walks through the features of the F# language and libraries, and covers many of the .NET Framework features which can be leveraged with F#.

F# for Scientists by Jon Harrop

Focuses on how F# can be applied to problems in technical and scientific computing. Provides a simple introduction to F#, followed by discussions of topics such as optimization, numerical analysis, interoperability, and visualization.

Real World Functional Programming by Tomas Petricek

The book is focused on existing C# 2.0 developers and it uses examples in C# and F# to guide the reader through the concepts of functional programming. Then it shows many advanced functional techniques in F# and where applicaple also in C#, such as domain specific languages, parallel and asynchronous programming and design of functional data structures.

Programming F# by Chris Smith

This in-depth tutorial introduces you to F#, Microsoft's new multi-paradigm programming language. You'll not only learn how to use F# as a general-purpose language similar to C# and Visual Basic, but as a functional programming language for developing concurrent and math-intensive applications on the .NET platform.

Links

License


Terms and requirements of the use of all code hosted here on F# samples are covered by the Microsoft Permissive License (Ms-PL)
Author: "tomasp"
Send by mail Print  Save  Delicious 
Date: Saturday, 25 Apr 2009 18:31

Description


Sample projects built using Microsoft Research's F# functional programming language to aid adoption of the F# language.

Just go to the source code repository and fill your pockets!

Quick Starts

Books

Expert F# by Don Syme, Adam Granicz, Antonio Cisternino

A deep introduction to the F# language and programming techniques. Co-authored by Don Syme, the lead designer of the F# language, this book covers the F# language and libraries, as well as some important areas of applied programming with F#, such as parallel and asynchronous programming, language-oriented programming and working with data.

Foundations of F# by Robert Pickering

An introduction to functional programming with F#. Including many samples, this book walks through the features of the F# language and libraries, and covers many of the .NET Framework features which can be leveraged with F#.

F# for Scientists by Jon Harrop

Focuses on how F# can be applied to problems in technical and scientific computing. Provides a simple introduction to F#, followed by discussions of topics such as optimization, numerical analysis, interoperability, and visualization.

Real World Functional Programming by Tomas Petricek

The book is focused on existing C# 2.0 developers and it uses examples in C# and F# to guide the reader through the concepts of functional programming. Then it shows many advanced functional techniques in F# and where applicaple also in C#, such as domain specific languages, parallel and asynchronous programming and design of functional data structures.

Programming F# by Chris Smith

This in-depth tutorial introduces you to F#, Microsoft's new multi-paradigm programming language. You'll not only learn how to use F# as a general-purpose language similar to C# and Visual Basic, but as a functional programming language for developing concurrent and math-intensive applications on the .NET platform.

Links

License


Terms and requirements of the use of all code hosted here on F# samples are covered by the Microsoft Permissive License (Ms-PL)
Author: "tomasp"
Send by mail Print  Save  Delicious 
Date: Saturday, 25 Apr 2009 18:07
Update the Fractal3D example to make it work with the latest F# release
Author: "tomasp"
Send by mail Print  Save  Delicious 
Date: Saturday, 25 Apr 2009 17:53
Add project file & remove some unnecessary files.
Author: "tomasp"
Send by mail Print  Save  Delicious 
Date: Saturday, 25 Apr 2009 17:52
Update the QuotationVisualizer sample to work with the latest F# release
Author: "tomasp"
Send by mail Print  Save  Delicious 
Date: Saturday, 12 Jan 2008 14:00

Description


Sample projects built using Microsoft Research's F# functional programming language to aid adoption of the F# language.

Just go to the source code repository and fill your pockets!

Quick Starts



Links



Books



License


Terms and requirements of the use of all code hosted here on F# samples are covered by the Microsoft Permissive License (Ms-PL)
Author: "gbarnett"
Send by mail Print  Save  Delicious 
Date: Saturday, 12 Jan 2008 13:43

gbarnett has applied patch #681.

Comment:
This is the only example I have seen that targets smart devise using F# thus approved.

-- Granville

Author: "gbarnett"
Send by mail Print  Save  Delicious 
Date: Friday, 11 Jan 2008 23:15

LukeH has uploaded a patch.

Description:
Adds a SimpleSmartDevice solution under Gui/.

This solution contains a C# smart device project and an F# library which is used to compute a value to display in the device application.

Author: "LukeH"
Send by mail Print  Save  Delicious 
Date: Saturday, 24 Nov 2007 22:42
Added 3D Fractal sample in WPF & F# (http://tomasp.net/blog/infinite-cheese.aspx)
Author: "tomasp"
Send by mail Print  Save  Delicious 
Date: Friday, 23 Nov 2007 16:33
- Added an increbily simple program that uses some ADO.NET stuff as there is nothing that covers this yet.
Author: "gbarnett"
Send by mail Print  Save  Delicious 
Date: Tuesday, 13 Nov 2007 14:51
Hi, yes, this is a good idea.
I added solution files for VS 2005.

T.
Author: "tomasp"
Send by mail Print  Save  Delicious 
Date: Tuesday, 13 Nov 2007 14:51
No associated text to display
Author: "tomasp"
Send by mail Print  Save  Delicious 
Next page
» You can also retrieve older items : Read
» © All content and copyrights belong to their respective authors.«
» © FeedShow - Online RSS Feeds Reader