Dave on C-Sharp

?

Channel Reputation Rank

#2090
?

Activity Status

Stale

last updated

According to the data and stats that were collected, 'Dave on C-Sharp' channel has a mediocre rank. The feed was last updated more than a year ago. In addition 'Dave on C-Sharp' includes a significant share of images in comparison to the text content. The channel mostly uses long articles along with sentence constructions of the basic readability level, which is a result indicating a well-balanced textual content on the channel.

About 'Dave on C-Sharp' Channel

C# Programming Tutorials

? Updates History Monthly Yearly
JavaScript chart by amCharts 3.13.1Apr, 2009May, 2009Jun, 2009Jul, 2009Aug, 2009Sep, 2009Oct, 2009Nov, 2009Dec, 2009Jan, 2010Feb, 2010Mar, 2010012345Show all
? Content Ratio
JavaScript chart by amCharts 3.13.1TextsLinksImages
? Average Article Length

'Dave on C-Sharp' provides mostly long articles which may indicate the channel’s devotion to elaborated content.

short

long

? Readability Level

'Dave on C-Sharp' provides texts of a basic readability level which can be quite comfortable for a wide audience to read and understand.

advanced

basic

? Sentiment Analysis

'Dave on C-Sharp' contains texts with mostly positive attitude and expressions (e.g. it may include some favorable reviews or words of devotion to the subjects addressed on the channel).

positive

negative

Recent News
Binding a Windows Forms ComboBox in C#

Most often when reading the selected item of a bound combobox you will need more information than just the selected text or the selected index of the...

+
C# Escape Sequence Listing

What is an escape sequence? Well, put simply, an escape sequence is a series of special characters which are interpreted by the compiler as a command...

+
Retrieving Data From a MySQL Database

In this article I am going to show you how to programmatically retrieve data from a MySQL database using the MySqlDataAdapter and the MySqlDataReader...

+
Connecting to a MySQL Database Programmatically

Microsoft Visual Studio lets you create a database connection using its IDE, and it’s quite powerful as well, but personally I prefer to create my database...

+
New ASCII Codes Page

I have added a new page to this blog called ASCII Codes, which can be accessed from the navigation bar at the top of the page. This new page is intended...

+
How to Capture System Events using C#

What are system events? Well, basically they are events raised by the operating system when a user performs an action which affects the operating environment...

+
Enumerating and Controlling Windows Services with C#

The Microsoft.NET Framework contains a component called the ServiceController. It is designed to allow you to control a Windows Service. With this component...

+
How to use Temporary Files in C#

What exactly is a temporary file? Put simply, a temporary file is a file used by an application for storing temporary data. There is no fixed rule which...

+
Monitoring the File System for Changes

In this article I am going to show you how to monitor a folder for changes. A reason why you might want to do this is for example if you want to keep...

+
Formatting Decimals in C#

In this post I am going to show you a few different ways how you can format a decimal number (float, double, or decimal). Setting the Maximum Allowed...

+
No more items

Unfortunately Dave on C-Sharp has no news yet.

But you may check out related channels listed below.

How to Capture System Events using C#

[...] What are system events? Well, basically they are events raised by the operating system when a user performs an action [...]

How to use Temporary Files in C#

[...] our temp file. When called, this method will automatically create the temp file in the correct folder according to your version of Windows. Then we are creating a FileInfo [...]

Formatting Decimals in C#

[...] ;’). Format string: {0:[positive];[negative];[zero]} Some Pre-Defined Formats Happy formatting. Dave Related posts: Formatting Integers in C# Formatting a DateTime Object in C# [...]

Monitoring the File System for Changes

[...] subscribe to my full RSS feed here. Please feel free to leave any questions or comments below. Dave Related posts: How to Capture System Events using C# Add a Notify Icon to the System Tray with C# [...]

Enumerating and Controlling Windows Services with C#

[...] to control a Windows Service. I hope you found this article useful. Stay tuned for more soon. Dave Related posts: Writing To The Windows Event Log Using C# How to Read, Write, and Delete from the [...]

New ASCII Codes Page

[...] . Please feel free to use this page for what it is intended to be – your ascii reference guide. Dave Related posts: How to use a Master Page in ASP.NET [...]

How to use Temporary Files in C#

[...] is no fixed rule which specifies what this data should be, but generally temporary files (or temp files) are used for storing ‘work data‘. For example Microsoft Office uses temp files to store [...]

Connecting to a MySQL Database Programmatically

[...] .ConnectionString. Below is how your database connection code looks now: I hope you found this article useful. Stay tuned because I will soon be talking about how to retrieve data from MySQL. Dave [...]

Retrieving Data From a MySQL Database

[...] execute. When the above code is run, it will populate the form below: I hope you found this article useful. Stay tuned for more soon. Dave Related posts: Connecting to a MySQL Database [...]

How to use Temporary Files in C#

[...] folder, which you might want when working with temp files. I hope you found this article useful. Feel free to add comments or ask any questions below. Dave Related posts: File [...]

Enumerating and Controlling Windows Services with C#

[...] are the basics that you need to know to control a Windows Service. I hope you found this article useful. Stay tuned for more soon. Dave Related posts: Writing To The Windows Event Log Using C# How [...]

Retrieving Data From a MySQL Database

[...] first. If you do not know how to do this check out my article called Connecting to a MySQL Database Programmatically. Retrieving Data Using MySqlDataAdapter In the below code we are retrieving all the [...]

Connecting to a MySQL Database Programmatically

[...] my personal preference. In this article I will show you how to connect to a MySQL database programmatically through C#. Why MySQL? I personally like working with MySQL because it’s freely [...]

Binding a Windows Forms ComboBox in C#

[...] You need a way to be able to retrieve the user code when a user is selected. Fortunately, this is quite easy to accomplish. All we need to do is [...]

How to Capture System Events using C#

[...] : Monitoring the File System for Changes Add a Notify Icon to the System Tray with C# Windows Forms Event Sequence [...]

Binding a Windows Forms ComboBox in C#

[...] another value is used as your key. I hope you found this useful. Dave. Related posts: Windows Forms Event Sequence How to paint a Gradient Background for your Forms Prevent Users Closing Your Windows [...]

Connecting to a MySQL Database Programmatically

[...] for MySQL So, if MySQL was installed locally, and we had a database called testdb, and a MySQL database user called testuser with password testpass, the connection string would look like this: The [...]

?Key Phrases
How to Capture System Events using C#

[...] What are system events? Well, basically they are events raised by the operating system when a user performs an action [...]

Related channels