Click here to Skip to main content
15,891,375 members

Articles by kribo (Articles: 4, Technical Blogs: 6, Tip/Tricks: 4)

Articles: 4, Technical Blogs: 6, Tip/Tricks: 4

RSS Feed

Average article rating: 4.31

Database Development
MySQL
22 Mar 2008   Updated: 22 Mar 2008   Rating: 2.79/5    Votes: 7   Popularity: 2.35
Licence: CPOL    Views: 46,270     Bookmarked: 31   Downloaded: 0
Please Sign up or sign in to vote.
An article on how to connect to a MySQL database using the Connector/NET 5.2
Desktop Programming
Windows Forms
15 Sep 2011   Updated: 15 Sep 2011   Rating: 5.00/5    Votes: 2   Popularity: 1.51
Licence: CPOL    Views: 42,274     Bookmarked: 7   Downloaded: 826
Please Sign up or sign in to vote.
System.Windows.Forms.ColorDialog in a small WPF project TextEditor.
15 May 2011   Updated: 15 May 2011   Rating: 4.77/5    Votes: 12   Popularity: 4.97
Licence: CPOL    Views: 122,380     Bookmarked: 63   Downloaded: 9,701
Please Sign up or sign in to vote.
How to insert images / binary data into a database.
Programming Languages
SQL
3 May 2011   Updated: 3 May 2011   Rating: 4.67/5    Votes: 9   Popularity: 4.45
Licence: CPOL    Views: 69,425     Bookmarked: 66   Downloaded: 6,920
Please Sign up or sign in to vote.
.NET project with a SQLite embedded database

Average blogs rating: 4.89

Desktop Programming
WPF
16 Sep 2011   Updated: 16 Sep 2011   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 18,130     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
WPF dynamic TabControl - TabItems
16 Sep 2011   Updated: 16 Sep 2011   Rating: 4.67/5    Votes: 2   Popularity: 1.40
Licence: CPOL    Views: 34,122     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
Ribbon (WPF): ribbon:RibbonComboBox
16 Sep 2011   Updated: 7 Feb 2012   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 21,940     Bookmarked: 1   Downloaded: 0
Please Sign up or sign in to vote.
How to use System.Windows.Forms.ColorDialog in a WPF project
Operating Systems
Windows 7
9 Jul 2012   Updated: 10 Jul 2012   Rating: 5.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 39,342     Bookmarked: 5   Downloaded: 0
Please Sign up or sign in to vote.
Eclipse on a USB flashdrive
Programming Languages
C# 3.5
16 Sep 2011   Updated: 16 Sep 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 15,010     Bookmarked: 7   Downloaded: 0
Please Sign up or sign in to vote.
C# & SQLite – System.Data.SQLite 1007000
SQL
16 Sep 2011   Updated: 16 Sep 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 20,431     Bookmarked: 10   Downloaded: 0
Please Sign up or sign in to vote.
This post aims to demostrate how to load images into a SQLite database and retrieve them for viewing.

Average tips rating: 2.96

Desktop Programming
WPF
25 Oct 2013   Updated: 25 Oct 2013   Rating: 4.88/5    Votes: 4   Popularity: 2.94
Licence: CPOL    Views: 40,455     Bookmarked: 11   Downloaded: 559
Please Sign up or sign in to vote.
Loading and unloading ChildUserControl instances at Runtime
10 Sep 2011   Updated: 11 Sep 2011   Rating: 3.00/5    Votes: 1   Popularity: 0.00
Licence: CPOL    Views: 26,940     Bookmarked: 2   Downloaded: 0
Please Sign up or sign in to vote.
Ribbon (WPF) - ribbon:RibbonComboBox
13 Sep 2011   Updated: 15 Sep 2011   Rating: 0.00/5    Votes: 0   Popularity: 0.00
Licence: CPOL    Views: 18,630     Bookmarked: 4   Downloaded: 0
Please Sign up or sign in to vote.
Dynamic TabItems
Programming Languages
C#
12 Sep 2011   Updated: 12 Sep 2011   Rating: 1.00/5    Votes: 2   Popularity: 0.30
Licence: CPOL    Views: 13,251     Bookmarked: 0   Downloaded: 0
Please Sign up or sign in to vote.
Found this little peace of code in book and kept it.using System.Security.Cryptography;public static int RandomNumber(int maxvalue){ RandomGenerator random = RandomGenerator.Create(); byte[] r = new byte[1]; random.GetBytes(r); double val = (double)r[0]/byte.MaxValue; ...

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
Web Developer
Belgium Belgium
Developer within C#, Dynamics NAV (Navision), Php environments.