<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
	<title>Mayfield Global Knowledge Center - C#</title>
	<link>http://kb.mayfieldglobal.com</link>
	<description />
	<language>en-us</language>
	<copyright>http://kb.mayfieldglobal.com</copyright>
	<generator>ActiveKB NX</generator>
	<webMaster>vadim.tkachuk@gmail.com</webMaster>
	<lastBuildDate>Tue, 07 Sep 2010 14:47:45 PDT</lastBuildDate>
	<ttl>20</ttl>
	<item>
		<guid>http://kb.mayfieldglobal.com/questions/29/</guid>
		<title>What is the C# syntax for declaring variables?</title>
		<link>http://kb.mayfieldglobal.com/questions/29/</link>
		<description>To declare a variable in C#, use the following syntax:
type variable_name;
where type is the .NET framework type.
</description>
		<author>Vadim Tkachuk</author>
		<pubDate>Wed, 18 Oct 2006 23:31:33 PDT</pubDate>
	</item>
	<item>
		<guid>http://kb.mayfieldglobal.com/questions/31/</guid>
		<title>What are some of the core .NET data types?</title>
		<link>http://kb.mayfieldglobal.com/questions/31/</link>
		<description>



Data Type

Description

 Value Range



System.Boolean

Stores true/false

True or False



System.Byte

Single byte

0 to 255 (unsigned)



System.Char

A single ...</description>
		<author>Vadim Tkachuk</author>
		<pubDate>Wed, 18 Oct 2006 23:31:16 PDT</pubDate>
	</item>
	<item>
		<guid>http://kb.mayfieldglobal.com/questions/33/</guid>
		<title>How do I write a simple C# program using Visual C# 2005 Express?</title>
		<link>http://kb.mayfieldglobal.com/questions/33/</link>
		<description>Using your desired C# IDE (e.g. Visual Studio 2005, Visual C# 2005 Express Edition, etc.) start a new Console Application (ensure C# is the language selected) then type the following:using System; ...</description>
		<author>Vadim Tkachuk</author>
		<pubDate>Sun, 11 Jan 2009 21:02:55 PST</pubDate>
	</item>
	<item>
		<guid>http://kb.mayfieldglobal.com/questions/50/</guid>
		<title>How do I overload a class constructor in C#?</title>
		<link>http://kb.mayfieldglobal.com/questions/50/</link>
		<description>In order to overload your class constructor you must specify multiple constructors with unique signatures. You can accomplish this by specifying more than one constructor with the same name with d ...</description>
		<author>Vadim Tkachuk</author>
		<pubDate>Fri, 10 Nov 2006 22:05:41 PST</pubDate>
	</item>
	<item>
		<guid>http://kb.mayfieldglobal.com/questions/58/</guid>
		<title>What are Static Members in C#?</title>
		<link>http://kb.mayfieldglobal.com/questions/58/</link>
		<description>Static Members allow you to call the member without creating an instance of the class that contains it. You can create a static member by marking the method as static. 
public class MyClass{      ...</description>
		<author>Vadim Tkachuk</author>
		<pubDate>Fri, 23 Feb 2007 00:09:14 PST</pubDate>
	</item>
	</channel>
</rss>
