Category Archives: CSharp

C# Programming stuff.

Murach’s C# 2005

You may have noticed on the Now Reading list in the sidebar that I am reading Murach’s C# 2005, an update on their older C# book. I got [..]

CSharp, Programming ,

Operator Overloading

While reading the chapter that covers operator overloading in Murach’s C#, I got confused on a rather simple question that I would have expected to be covered. I [..]

CSharp, Programming ,

Todays C# Lesson

I was working on Exercise 12-1 in Murach’s C# book and learned a few things: You will get a warning if you have an & in the XML [..]

CSharp, Programming ,

I Modified GeSHi’s C# File

As noted before, to post code in WordPress, I use the ig:Syntax Hiliter plugin. It uses the GeSHi engine. I recently decided to modify the way it colors [..]

CSharp, PHP, Programming, Site News, WordPress , , , ,

Murach’s C# (2002/2003 Edition) Exercise 9-2

I was working on Exercise 9-2 in Murach’s C# and came across a problem that may be beyond the scope of what they wanted solved. The idea was [..]

CSharp, Programming ,

Readonly vs. Const

I recently learned about the readonly keyword for C# and had problems understanding the differance between that and const with which I was already familure. Then I found [..]

CSharp, Programming ,

MSDN Webcasts

Microsoft offers a cool resource. This MSDN Webcasts page offers webcasts geared to Hobbyist Developers. Older webcasts are offered via a video download. They offer webcasts for a [..]

CSharp, Programming ,

Murach’s C# 2005 Does Cover Generics

I posted a while ago I wasn’t sure if Murach’s C# 2005 covered generics with the other 2005 improvements to C#. I guess had I looked at their [..]

CSharp, Programming ,

Murach’s C# Book to be Updated June 1st

I just noticed that Murach’s C# 2005 is due to be out June 1st. This will be a very needed update to the current great book Murach’s C#. [..]

CSharp, Programming ,

Lean SQL Server

One of the important things to learn with programming is good database design and implementation. To that end Microsoft has released some videos recently to learn SQL Server. [..]

CSharp, Programming, Visual Basic , ,

C# Passing by Vale vs Passing by Reference

Deitel’s Visual C# 2005 How to Program (2nd Edition) (How to Program) was showing in Figure 7.18 and 7.19 (pages 308 to 309) the difference between passing a [..]

CSharp, Programming ,

C#’s XML Comments/Documentation

As I noted in a previous post, I am a strong believer in well commented code. I recently learned of XML comments in C# code to aid in [..]

CSharp, Programming ,

To Use #Region Directives or Not

There seems to be a large debate on if the #region/#endregion directives are worth anything. Neither Visual C# 2005 How to Program (2nd Edition) (How to Program), nor [..]

CSharp, Programming ,

Visual Studio Express News

Visual Studio Express was to be free for 1 year from November 7th. Microsoft has had a change of heart, and has made it free forever (story). That [..]

Cpp, CSharp, Programming, Visual Basic , , ,

Palindromes and Remainder

Another exercise from the highly recommended Visual C# 2005 How to Program (2nd Edition) (How to Program). I am not going to cover the application at this time, [..]

CSharp, Programming ,

We Sell Books via Amazon

It looks like Sara and I are not the only ones buying stuff from Amazon via this site. A huge big thank you to everyone who, when buying [..]

CSharp, Programming, Site News , ,

2nd Edition Deitel C# Book Finally Out

The 2nd Edition of Deitel’s C# book is finally out. More in the post itself… Read more »

CSharp, Programming ,

November Books:

Second time reposting this… seems after upgrading to the new version, it won’t let me make the links use my associate ID and using another person’s associate ID. [..]

CSharp, Programming ,

Guidelines, a hidden feature for the Visual Studio editor

I discovered this little gem today, which helps me keep the code I write to an 80 character limit: Guidelines, a hidden feature for the Visual Studio editor. [..]

CSharp, Programming, Visual Basic , ,

The DailyWord Jumps ship… again

My, The DailyWord program has jumped ship again. This time from Visual Basic .Net to C# and the .Net 2.0 platform. My enjoyment of learning C# grows and [..]

CSharp, Programming, The Daily Word, Visual Basic , , ,