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 |
Hi all,
In today’s post I want to introduce a simple method for attaching DataSet objects, instantiated in our code, to CrystalReport 2008 reporting tool.
CrystalReport is a powerful tool that allows you to easily create reports on data processed in our .NET applications.
The following steps are used to create the reports of a dataset created in [...]
Tags: ADO.NET, c#, CrystalReport
Posted in .NET, Development |
SystemProperties is a J2ME Midlet implemented by DevInterface, which provides HW/SW information for Nokia S60 devices.
SystemProperties is available for devices based on Symbian S60v5 operating system.
The following information are given by SystemProperties:
- Free RAM Memory
- Video Capture Support
- Battery Level
- Phone’s IMEI
- MicroEdition Platform
- Network Availability
- Signal Strength
To download SystemProperties as an Eclispe’s project, use [...]
Tags: download, J2ME, Nokia, Symbian
Posted in General |
COMMENTS