-
Join 391 other followers
Pages
Categories
- C# (36)
- CPP (4)
- DATABASE (7)
- F SHARP (6)
- Image Processing (14)
- OpenTK (4)
- Winform app (23)
Code project
My profiles
My site
collection
-
Recent Posts
- Recognize face orientation using a new approach based on eye position and size by c#
- C# tips : How to draw on a picturebox image using mouse by c#
- How to allow unsafe code in visual studio 2010 c#
- Convert a image file in byte pointer data and apply algorithom C#
- c# tips: execute windows shutdown ,restart ,logof command in c#
Recent Comments
Translate
العربية
Български
中文(简体)
中文(繁體)
Hrvatski
Česky
Dansk
Nederlands
Suomi
Français
Deutsch
Ελληνική
हिन्दी
Italiano
日本語
한국어
Norsk
Polski
Português
Albanian
Arabic
Bulgarian
Catalan
Chinese Simplified
Chinese Traditional
Croatian
Czech
Danish
Dutch
Estonian
Filipino
Finnish
French
Galician
German
Greek
Hebrew
Hindi
HungarianIndonesian
Italian
Japanese
Korean
Lativian
Lithuanian
Maltese
Norwegian
Polish
Portuguese
Romanian
Russian
Serbian
Slovak
Slovenian
Spanish
Swedish
Thai
Turkish
Ukrainian
VietnameseBlog Stats
- 387,164 hits
visitors
people from
Top Posts
- Detect object from image based on object color by C#
- C# tips : How to draw on a picturebox image using mouse by c#
- Bluetooth device Connection in c# winform application without any dll for windows 7
- Detect and track objects in live webcam video based on color and size by c#
- draw a border around detected object in c#
Top Rated
-
Follow
Following
Already have a WordPress.com account? Log in now.
Category Archives: F SHARP
How to allow unsafe code in visual studio 2010 c#
For many reason we have to use unsafe code like in pointer in dotnet framework , Visual studio cant build the project unless the allow unsafe code option enabled. To enable this option select ur project name solution explorer click … Continue reading
C# tricks: How to remove loader lock error in visual studio debugging
Some time we get a very unexpected error Loader lock error from debuggers managed debugging assistants, normally directx depended program’s fall in this type of debugging problem, its just an exception, to free ur program from this exception follow below … Continue reading
F# as a Object Oriented and Language Oriented Programming
“F# is a multi-paradigm .NET language explicitly designed to be an ML suited to the .NET environment. It is rooted in the Core ML design and in particular has a core language largely compatible with OCaml”. In other words this … Continue reading
create desktop from using F# (f# Tutorial 2 )
after first tutorial welcome again , Now before see the data types and other fundamental of f# , we run a simple from application which will clear us about the structure of this language . So ready to get fun!! … Continue reading
Posted in F SHARP
Tagged .net, 4.0 dotnetframe work, dotnet, F SHARP, F#, from application by f#, visual studio 2010
1 Comment
BEGINING F# Tutorial with visual studio 2010 beta 2
hi, all u who r interested to learn f# 1.0 (f# 2.0 is already available) welcome here. First u already know what is F# if not can read here. Now about editor, from Microsoft site u can easily download necessary … Continue reading
You must be logged in to post a comment.