A discussion with useful links about what naming conventions Microsoft follows/recommends for controls (specifically in C#).… more →
Survival of the Craziestrhyous wrote 3 weeks ago: Imagine you have a query such as the following: SELECT * FROM User WHERE LastName='O'Conner' INSERT … more →
rhyous wrote 1 month ago: Ok, so I have an application that needs to take a password and I need to remember that password. All … more →
rhyous wrote 1 month ago: So WPF doesn’t seem very well documented. I have been struggling to find good documentation an … more →
rhyous wrote 1 month ago: So i needed to make a table layout in WPF and I noticed that it is not that simple to learn. However … more →
rhyous wrote 1 month ago: How to remove an element from an regular array in C#? Well, you can’t really change a regular … more →
rhyous wrote 1 month ago: Step 1 – Download and import the wsdl (sorry no steps for this here yet). Step 2 – Use t … more →
rhyous wrote 1 month ago: So I have a enum and I want to pass it to a ComboBox, so I need it to be an array of strings. Well, … more →
rhyous wrote 1 month ago: Here is the code I used. You should be able to learn everything you need to know by evaluating it. u … more →
rhyous wrote 2 months ago: Simple question, simple answer SQL Query to return the data SELECT TABLE_NAME FROM DBName.INFORMATIO … more →
rhyous wrote 2 months ago: How to pause a Console application in C# or the equivelent to the C++ system(“pause”) st … more →
rhyous wrote 2 months ago: The following example accomplishes this: using System; using System.Collections.Generic; using Syste … more →
rhyous wrote 2 months ago: What is the difference between a DataSet and a DataTable? Here is a link to the MSDN class informati … more →
rhyous wrote 2 months ago: This was a little bit easier for me because I had just figured all this out on Microsoft SQL and (lo … more →
rhyous wrote 2 months ago: How do I get the number of rows returned from a SQL Query in C#? Having used other languages where t … more →
rhyous wrote 2 months ago: How I get the number of rows in a table using C#? Here is a step by step: Step 1 – Create a ne … more →
arrow_405™ wrote 2 months ago: using System; using System.Data; using System.Windows.Forms; using MySql.Data.MySqlClient; namespace … more →
arrow_405™ wrote 2 months ago: Masih seputar membuat aplikasi PDA, kali ini aplikasi dijalankan di PDA yang berbeda, dan ajaib terj … more →
arrow_405™ wrote 2 months ago: using System; using System.Data; using System.Data.SqlServerCe; using System.IO; using System.Reflec … more →
arrow_405™ wrote 2 months ago: Salah satu pengalaman buruk saya ketika membuat aplikasi PDA adalah saya tidak bisa melakukan instal … more →