With the imminent release of version 4.0 of the. NET framework and VisualStudio 2010, Microsoft will introduce a new language that can fully use all the features of the .NET framework. This language is called F#.
Unlike the C# programming language, which is an imperative programming language, F# is a functional programming language, based on .NET [...]
Tags: .NET, c#, F#, functional programming
Posted in .NET, Development |
Hello everyone,
In today’s post I would like to explain how to create .NET custom events. The .NET framework provides specific objects that enables simple creation and use of events.
The events allow to an object (or class) to let know other classes or other objects when a specific occurrence occurred. The class that generates and sends [...]
Tags: .NET, c#, DataSet, delegate, event, Form
Posted in .NET, Development |
COMMENTS