Lost your password?

Blogs about: C C Sharp

Featured Blog

How to execute SQL statement that has a single quote in C# or insert a row with a value that has a quote?

rhyous wrote 3 weeks ago: Imagine you have a query such as the following: SELECT * FROM User WHERE LastName='O'Conner' INSERT … more →

Tags: Microsoft SQL Server

How to store a password in an XML file encrypted so it is not in clear text or how to encrypt any textstring?

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 →

Tags: encryption

Where to get free training and tutorial videos for WPF?

rhyous wrote 1 month ago: So WPF doesn’t seem very well documented. I have been struggling to find good documentation an … more →

Tags: WPF

A good site for learning WPF ListView as GridView development in C# and WPF

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 →

Tags: WPF

How to remove an element from a regular array in C#?

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 →

How to connect to Salesforce / SForce with C#?

rhyous wrote 1 month ago: Step 1 – Download and import the wsdl (sorry no steps for this here yet). Step 2 – Use t … more →

Tags: Salesforce / SForce

How to return an string array from an enum in C#?

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 →

Working with DateTime and Unix Time Stamps or Universal time (UTC) in C#

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 →

How to check if a SQL Table exists in C#?

rhyous wrote 2 months ago: Simple question, simple answer SQL Query to return the data SELECT TABLE_NAME FROM DBName.INFORMATIO … more →

Tags: Microsoft SQL Server

How to pause a Console application in C# or the equivelent to the C++ system("pause") statement?

rhyous wrote 2 months ago: How to pause a Console application in C# or the equivelent to the C++ system(“pause”) st … more →

Tags: C#

How to insert a row into a Microsoft SQL database using C#?

rhyous wrote 2 months ago: The following example accomplishes this: using System; using System.Collections.Generic; using Syste … more →

Tags: Microsoft SQL Server

What is the difference between a DataSet and a DataTable?

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 →

Tags: mysql, Microsoft SQL Server

How do I access a MySQL database with C#?

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 →

Tags: mysql

How do I get the number of rows returned from a Microsoft SQL Query in C#?

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 →

Tags: Microsoft SQL Server

How I get the number of a rows in a Micorosft SQL table using C#?

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 →

Tags: Microsoft SQL Server

Koneksi String C# (C Sharp) - mySQL

arrow_405™ wrote 2 months ago: using System; using System.Data; using System.Windows.Forms; using MySql.Data.MySqlClient; namespace … more →

Tags: DAO/DB Function

Error di PDA - Missing sqlceme35.dll

arrow_405™ wrote 2 months ago: Masih seputar membuat aplikasi PDA, kali ini aplikasi dijalankan di PDA yang berbeda, dan ajaib terj … more →

Tags: Ask and Answer

Koneksi String C# (C Sharp) - sdf (SqlServerCe)

arrow_405™ wrote 2 months ago: using System; using System.Data; using System.Data.SqlServerCe; using System.IO; using System.Reflec … more →

Tags: DAO/DB Function

Error di PDA

arrow_405™ wrote 2 months ago: Salah satu pengalaman buruk saya ketika membuat aplikasi PDA adalah saya tidak bisa melakukan instal … more →

Tags: Ask and Answer


Have your say. Start a blog.

See our free features →

Related Tags
All →

Follow this tag via RSS