Wednesday, July 28, 2010

Imagine Cup 2011 Just Started!!

0 comments
The Worlds premier IT Competition application calling is started.(But Imaginecup.lk is not yet updated ;) ).Anyway this is the best platform for each and every university student to show their colors regarding to their IT Knowledge.

This year Imaginecup official site has updated like no other before.Next year finals will be held on USA,and last year registrants can easily migrate their accounts to the new system .

Last year all the First places are won by Asians.You can follow about the last year highlights through this link.

And finally all the Sri Lankan University People..Go Get It!!!

Thursday, July 15, 2010

Functional Programming , Functions in to Fun F#

0 comments
Print
Hello Every one this is my first technical blog post.So in that case i would like to introduce a new computer programming language called F#,The newest Language of .NET Family.


What is F#?
F# is a Strongly Typed that uses Type inference ,As a result programmer need not to declare the data types when it in compile time they will deduced by the compiler.It is a Object Oriented Language.Created by Microsoft Research.(As Usual :D)

Origin of F#Syme
Created by Don Syme –Leader of the team that incubated the language in Microsoft Research.
and also F# which has been developed in a partnership between Microsoft Research and the Microsoft Developer Division.



                                                                                                       Don Syme
What F# Do?
Basically it is designed for Functional Programming tasks which means any one can use this language to solve problems and also use the large collection of .NET libraries.
The language enables explorative programming, with the flexibility to translate requirements into code easily. That ability makes F# particularly valuable for the technical, algorithmic, parallel, and data-rich fields, with applications ranging from financial-market analysis to machine learning and from scientific usage to game development.
The Visual Studio release includes important new features of F#:
  • A simple, succinct functional syntax.
  • A rich .NET object-oriented programming model.
  • Integrated parallel and asynchronous programming features.
  • Units of measure.
  • F# Interactive.
The core syntax of F# follows in the tradition of ML programming languages, in particular, OCaml, and the language also incorporates key ideas from such languages as C#, Haskell, and Python. F# continues a long tradition of research and development by starting with the design of core ML and building atop it.
That’s all for today but i hope to continue this article from Code comparison of F# and C#
See you at the next post!

C# code testing

0 comments
namespace ConsoleApplication1
{

class Program

{

static void Main(string[] args)

{

// Output text to the screen.

Console.WriteLine(“The first app in Beginning C# Programming!”);

Console.ReadKey();

}

}

}

Wednesday, July 14, 2010

Best Personal Management Site-From Lifehacker

0 comments
Hi there .This is not my personal blog post this was taken from Lifehacker.com but i think it’ll useful to you.:D

Mint won by a significant landslide—perhaps the most significant in Hive Five history—which probably won't shock anyone. Despite the Hive being dominated by one contender, however, we still reap the benefit of seeing four other very viable personal finance management sites.
Mint took home 85% of the vote followed by Yodlee MoneyCenter (5%), Buxfer (2%), Mvelopes (1%), and ClearCheckbook with (1%). Each runner up offers a different set of tools and approaches than Mint so it's worth your while to hit up the Hive Five and investigate which is the best fit.

500x_2010-07-11_105715_01

Saturday, July 10, 2010

Welcome!!

2 comments
Hi ,


This is my first ever English weblog,purpose of this blog is to share the knowledge, cool things( What ever the that i wanted to share with others :D) with the others.so thats all for today see you at next post....(Something techie i think ;)  )