» Publishers, Monetize your RSS feeds with FeedShow: More infos (Show/Hide Ads)
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.

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
Quick Starts
Introductory Articles
- Using F# Interactive - A quick post showing how to get started with the F# interactive shell
- F# Overview - A four-part series that introduces the functional, object-oriented and language-oriented programming in F#.
- Functional Programming in .NET using C# and F# - An overview that introduces functional programming using F# and C# and shows some of it's real-world benefits.
Podcasts and Interviews
- Jon Harrop talking about F# on DotNetRocks
- Robert Pickering interview on Hanselminutes on F#
- Matt Podwysocki on F# and Functional Programming
- Ted Neward and Amanda Laucher on F#
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
- Official F# MSR homepage
- F# Documentation
- F# Manual (MSR)
- Don Syme's blog
- Robert Pickering's blog
- Tomas Petricek
- Granville Barnett's blog
- The Hub
- Luke Hoban's blog
License
Terms and requirements of the use of all code hosted here on F# samples are covered by the Microsoft Permissive License (Ms-PL)
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
- Jon Harrop talking about F# on DotNetRocks
- Robert Pickering interview on Hanselminutes on F#
- Using F# Interactive
- F# Overview - A four-part series that introduces the functional, object-oriented and language-oriented programming in F#.
- Functional Programming in .NET using C# and F# - An overview that introduces functional programming using F# and C# and shows some of it's real-world benefits.
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
- Official F# MSR homepage
- F# Documentation
- F# Manual (MSR)
- Don Syme's blog
- Robert Pickering's blog
- Tomas Petricek
- Granville Barnett's blog
- The Hub
- Luke Hoban's blog
License
Terms and requirements of the use of all code hosted here on F# samples are covered by the Microsoft Permissive License (Ms-PL)
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
- Jon Harrop talking about F# on DotNetRocks
- Robert Pickering interview on Hanselminutes on F#
- Using F# Interactive
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
- Official F# MSR homepage
- F# Documentation
- F# Manual (MSR)
- Don Syme's blog
- Robert Pickering's blog
- Tomas Petricek
- Granville Barnett's blog
- The Hub
- Luke Hoban's blog
License
Terms and requirements of the use of all code hosted here on F# samples are covered by the Microsoft Permissive License (Ms-PL)
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
- Jon Harrop talking about F# on DotNetRocks
- Robert Pickering interview on Hanselminutes on F#
- Using F# Interactive
Links
- Official F# MSR homepage
- F# Documentation
- F# Manual (MSR)
- Don Syme's blog
- Robert Pickering's blog
- Tomas Petricek
- Granville Barnett's blog
- The Hub
- Luke Hoban's blog
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)
gbarnett has applied patch #681.
Comment:
This is the only example I have seen that targets smart devise using F# thus approved.
-- Granville
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.
I added solution files for VS 2005.
T.






