Artificial Intelligence
|
|
16 Jan 2015
Updated: 16 Jan 2015
Rating: 0.00/5
Votes: 0
Popularity: 0.00
Licence: CPOL
Views: 11,671
Bookmarked: 7
Downloaded: 0
Definitions and examples of a genetic algorithm; Visual Basic sample for an icon generation through a model and a random initial range of solutions.
|
Neural Networks |
8 Sep 2015
Updated: 8 Sep 2015
Rating: 4.96/5
Votes: 18
Popularity: 6.22
Licence: CPOL
Views: 42,743
Bookmarked: 31
Downloaded: 0
Basics of implementing a neural network in VB.NET
|
Database Development
|
SQL Server |
4 Jan 2015
Updated: 4 Jan 2015
Rating: 4.31/5
Votes: 4
Popularity: 2.59
Licence: CPOL
Views: 14,041
Bookmarked: 5
Downloaded: 164
How to access, display, modify SQL Server data (tables, etc.) through Windows Forms controls and LINQ instructions, using DataSets and TableAdapters
|
Desktop Programming
|
WPF |
4 Jan 2015
Updated: 4 Jan 2015
Rating: 4.22/5
Votes: 6
Popularity: 3.29
Licence: CPOL
Views: 17,542
Bookmarked: 11
Downloaded: 333
How to execute simple databindings on controls in WPF. One-way and two-way binding covered.
|
|
5 Jan 2015
Updated: 5 Jan 2015
Rating: 5.00/5
Votes: 2
Popularity: 1.51
Licence: CPOL
Views: 16,963
Bookmarked: 4
Downloaded: 162
Entry-level examples on MVVM pattern, explaining the basic methods to mantain separated a program's graphical interface from its business logic
|
XAML |
10 Jan 2015
Updated: 10 Jan 2015
Rating: 4.85/5
Votes: 4
Popularity: 2.92
Licence: CPOL
Views: 22,930
Bookmarked: 5
Downloaded: 314
How to create and use commands according to MVVM pattern
|
DevOps
|
Automation |
21 Nov 2017
Updated: 21 Nov 2017
Rating: 3.67/5
Votes: 3
Popularity: 1.75
Licence: CPOL
Views: 8,983
Bookmarked: 0
Downloaded: 0
Create a Word-like software using RadRichTextEditor and C#
|
General Programming
|
Algorithms |
8 Feb 2015
Updated: 8 Feb 2015
Rating: 5.00/5
Votes: 6
Popularity: 3.89
Licence: CPOL
Views: 17,382
Bookmarked: 16
Downloaded: 0
How to apply GA techniques fo solving problems in VB.NET. The example shows how to create solutions for a 2D maze, which will evolve to find the shortest path between two points.
|
Hosted Services
|
Azure |
21 May 2017
Updated: 21 May 2017
Rating: 5.00/5
Votes: 6
Popularity: 3.89
Licence: CPOL
Views: 32,364
Bookmarked: 17
Downloaded: 0
In the present article, we'll analyze some functionalities offered by Microsoft Azure Cognitive Services, and in particular that part of Cognitive Services dedicated to facial recognition (Face API). At the end of the article, the reader will be able to develop a simple C# application to detect face
|
|
1 Mar 2016
Updated: 1 Mar 2016
Rating: 5.00/5
Votes: 4
Popularity: 3.01
Licence: CPOL
Views: 14,570
Bookmarked: 10
Downloaded: 0
In this short article we will see how to create a SQL database using the services provided by Microsoft Azure cloud platform, and then connect to it via C # code, to perform the normal data insertion and retrieval operations
|
Internet of Things
|
|
14 Aug 2015
Updated: 14 Aug 2015
Rating: 5.00/5
Votes: 2
Popularity: 1.51
Licence: CPOL
Views: 15,388
Bookmarked: 1
Downloaded: 0
How to create a Windows Phone app to take timed pictures from camera, and upload them on an Apache webserver to view them remotely
|
Mobile Apps
|
Xamarin |
17 Feb 2017
Updated: 17 Feb 2017
Rating: 4.54/5
Votes: 9
Popularity: 4.33
Licence: CPOL
Views: 14,978
Bookmarked: 14
Downloaded: 0
In the present article we'll see how to develop a simple Android solution, through the use of Visual Studio e Xamarin, the developer framework which allows the creation of cross-platform solutions.
|
Multimedia
|
Image Processing |
16 May 2017
Updated: 16 May 2017
Rating: 4.93/5
Votes: 42
Popularity: 7.95
Licence: CPOL
Views: 79,443
Bookmarked: 75
Downloaded: 0
Develop a simple application to search into a list of images for the one containing a smaller portion of the original one, graphically showing the points of intersection between the two
|
Programming Languages
|
C# |
10 Jun 2016
Updated: 10 Jun 2016
Rating: 5.00/5
Votes: 7
Popularity: 4.23
Licence: CPOL
Views: 21,761
Bookmarked: 21
Downloaded: 0
In this article, we will see how to use entity framework in our Applications, developed through the various languages that Visual Studio allows us to use. The examples in this article and probably in the next, will be C # used under WinForms, but - as mentioned - this choice is not going to affect a
|
Web Development
|
Apache |
19 Jun 2015
Updated: 19 Jun 2015
Rating: 5.00/5
Votes: 6
Popularity: 3.89
Licence: CPOL
Views: 22,624
Bookmarked: 10
Downloaded: 0
Geolocalize a device and store coordinates on webserver
|
HTML |
21 Jun 2015
Updated: 21 Jun 2015
Rating: 0.00/5
Votes: 0
Popularity: 0.00
Licence: CPOL
Views: 12,550
Bookmarked: 1
Downloaded: 107
|
|
28 Feb 2016
Updated: 28 Feb 2016
Rating: 4.93/5
Votes: 16
Popularity: 5.94
Licence: CPOL
Views: 15,482
Bookmarked: 16
Downloaded: 452
In this article, we will create a simple binary clock using C# and WPF. The project itself will serve to show some peculiarities, like the use of Tasks, how to manipulate the UI of a WPF page, and basic data conversions.
|