<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>C-Sharp(#) Tutorials!</title>
	<atom:link href="http://csharpkarthikeyan.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://csharpkarthikeyan.wordpress.com</link>
	<description>Innovating Programming Better</description>
	<lastBuildDate>Thu, 07 May 2009 13:02:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='csharpkarthikeyan.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/36f049dc6cf9d9dc97509211e94646c2?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>C-Sharp(#) Tutorials!</title>
		<link>http://csharpkarthikeyan.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://csharpkarthikeyan.wordpress.com/osd.xml" title="C-Sharp(#) Tutorials!" />
	<atom:link rel='hub' href='http://csharpkarthikeyan.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Introduction to C#!</title>
		<link>http://csharpkarthikeyan.wordpress.com/2009/05/07/introduction-to-c/</link>
		<comments>http://csharpkarthikeyan.wordpress.com/2009/05/07/introduction-to-c/#comments</comments>
		<pubDate>Thu, 07 May 2009 13:02:49 +0000</pubDate>
		<dc:creator>csharpkarthikeyan</dc:creator>
				<category><![CDATA[c#basics]]></category>

		<guid isPermaLink="false">http://csharpkarthikeyan.wordpress.com/?p=10</guid>
		<description><![CDATA[C# is the microsoft&#8217;s premire language for .net development. It leverages time tested features with cutting-edge innovations needed for effective application development.It provides highly portable,usable components for today&#8217;s modern enterprise computing environment. THE EVOLUTION OF C#:- While java made its presence all over computing environment with some features still lacking,one of the main features is [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=csharpkarthikeyan.wordpress.com&amp;blog=7656726&amp;post=10&amp;subd=csharpkarthikeyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#990000;font-weight:bold;font-family:georgia;">C# is the microsoft&#8217;s premire language for .net development. It leverages time tested features with cutting-edge innovations needed for effective application development.It provides highly portable,usable components for today&#8217;s modern enterprise computing environment.</span></p>
<p><span style="color:#ff6666;font-weight:bold;font-family:georgia;">THE EVOLUTION OF C#:-</span></p>
<p><span style="font-family:georgia;"> While java made its presence all over computing environment with some features still lacking,one of the main features is the CROSS-LANGUAGE INTEROPERABILITY also called as Mixed-Language Programming.</span></p>
<p><span style="font-family:georgia;">Cross-language interoperability is needed for the creation of large, distributed software systems. It is also desirable for programming software components because the most valuable component is one that can be used by the widest variety of computer languages, in the greatest number of operating environments.</span></p>
<p>C# includes features that directly support the constituents of components such as properties,methods and events,However , c# &#8216;s ability to work in a secure,mixed-langage enviornment is perhaps its most important component-oriented feature.</p>
<p><span style="font-family:georgia;">Microsoft c# has come over so far 3 versions 1.0,2.0,3.0.</span></p>
<p><span style="font-family:georgia;">The C# 3.0 version supports numerous functions and derived values like some of them are as follows.</span></p>
<ul style="font-family:georgia;">
<li>Anonymous Types.</li>
</ul>
<ul style="font-family:georgia;">
<li>Lambda Expressions.</li>
</ul>
<ul style="font-family:georgia;">
<li>Language Integrated Query.</li>
</ul>
<ul style="font-family:georgia;">
<li>Partial Methods.</li>
</ul>
<p><span style="font-weight:bold;color:#ff6666;">C# Relation With .Net Framework:-</span></p>
<p>Although C# is a computer language that can be studied on its own, it has a special relationship to its run time environment, the .NET Framework. The reason for this is twofold. First, C# was initially designed by Microsoft to create code for the .NET Framework. Second, the libraries used by C# are the ones defined by the .NET Framework. Thus, even though it is theoretically possible to separate C# the language from the .NET environment, in practice the two are closely linked.</p>
<p><span style="font-weight:bold;color:#ff6666;">What Is the .NET Framework?</span></p>
<p>The .NET Framework defines an environment that supports the development and execution of highly distributed, component-based applications. It enables differing computer languages to work together and provides for security, program portability, and a common programming model for the Windows platform.</p>
<p>As it relates to C#, the .NET Framework defines two very important entities. The first is the Common Language Run time (CLR). This is the system that manages the execution of your program. Along with other benefits, the Common Language Runtime is the part of the .NET Framework that enables programs to be portable, supports mixed-language programming, and provides for secure execution.</p>
<p>The second entity is the .net Library,This library gives your program access to the runtime enviornment.For example,if you want to perform I/O,such as displaying something on the screen you will use the .NET class library to do it.if you are new to programming,then the term class may be newa brief definition will suffice; a class is an object-oriented construct that helps organize library,your programs can run anywhere that the .net run time system is supported,Since C# automatically uses the .Net Framework class Library,C# programs are automatically portable to all .Net Environments .</p>
<p>we will discuss .NET FRAMEWORK PARTS BRIEFLY IN THE NEXT BLOG.</p>
<p><span style="font-weight:bold;color:#ff6666;">Types of C# Programs:-</span></p>
<p>Before starting to continue with C# programming ,it is worth reviewing the types of applications you can create with c#.</p>
<ul>
<li><span style="font-style:italic;color:#6633ff;">Console Applications:- </span></li>
</ul>
<p>Console Applications run in the command prompt,you will create console applications for which are primarily character-textbased one and simple to understand.</p>
<ul style="color:#9999ff;font-style:italic;">
<li> Windows Forms Applications:-</li>
</ul>
<p>You can create windows based applications that take advantage of GUI(Graphical User Interface) provided by Microsoft Windows.</p>
<ul style="color:#6666cc;font-style:italic;">
<li>Web-Services:-</li>
</ul>
<p>Web Services are routines that can called through the web for web oriented interface services.</p>
<ul style="font-style:italic;color:#6666cc;">
<li> Web Form/ASP.NET applications:-</li>
</ul>
<p>ASP.NET Applications are run on a web-server and generate dynamic web pages.</p>
<p><span style="color:#33ccff;font-weight:bold;">i hope this will give you a sneak preview about what is c# and its scope over programming environment,</span></p>
<p><span style="color:#33ccff;font-weight:bold;">In the coming events we will deal with detailed explanations of c# with examples and tutorials.</span></p>
<br />Posted in c#basics  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/csharpkarthikeyan.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/csharpkarthikeyan.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/csharpkarthikeyan.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/csharpkarthikeyan.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/csharpkarthikeyan.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/csharpkarthikeyan.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/csharpkarthikeyan.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/csharpkarthikeyan.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/csharpkarthikeyan.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/csharpkarthikeyan.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/csharpkarthikeyan.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/csharpkarthikeyan.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/csharpkarthikeyan.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/csharpkarthikeyan.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=csharpkarthikeyan.wordpress.com&amp;blog=7656726&amp;post=10&amp;subd=csharpkarthikeyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://csharpkarthikeyan.wordpress.com/2009/05/07/introduction-to-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2df3fdfaee532290197451bccda4e2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">csharpkarthikeyan</media:title>
		</media:content>
	</item>
		<item>
		<title>WELCOME TO C# TUTORIALS:-</title>
		<link>http://csharpkarthikeyan.wordpress.com/2009/05/07/welcome-to-c-tutorials/</link>
		<comments>http://csharpkarthikeyan.wordpress.com/2009/05/07/welcome-to-c-tutorials/#comments</comments>
		<pubDate>Thu, 07 May 2009 12:44:50 +0000</pubDate>
		<dc:creator>csharpkarthikeyan</dc:creator>
				<category><![CDATA[c#basics]]></category>

		<guid isPermaLink="false">http://csharpkarthikeyan.wordpress.com/?p=3</guid>
		<description><![CDATA[This blog features aspects and programming constructs of c-sharp(#) programming-one of widest adopted .Net initiative,The main aim is to provide simple ,brief lessons about c# starting from the beginners to advanced level. The core concepts includes all applications prototypes and domains available in c#-starts from basics of c# to windows,database,xml,networking concepts etc. This blog not [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=csharpkarthikeyan.wordpress.com&amp;blog=7656726&amp;post=3&amp;subd=csharpkarthikeyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This blog features aspects and programming constructs of c-sharp(#) programming-one of widest adopted .Net initiative,The main aim is to provide simple ,brief lessons about c# starting from the beginners to advanced level.</p>
<p>The core concepts includes all applications prototypes and domains available in c#-starts from basics of c# to windows,database,xml,networking concepts etc.</p>
<p>This blog not only provides c# tutorials but also gives links e-books,journals etc for the making sense of developing c# better to a maximum extent.</p>
<p>You can expect a whole lot of c# programming experience and it&#8217;s a duty to fulfill all your needs in the c# platform.</p>
<p>Thank you&#8230;&#8230;.</p>
<br />Posted in c#basics  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/csharpkarthikeyan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/csharpkarthikeyan.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/csharpkarthikeyan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/csharpkarthikeyan.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/csharpkarthikeyan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/csharpkarthikeyan.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/csharpkarthikeyan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/csharpkarthikeyan.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/csharpkarthikeyan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/csharpkarthikeyan.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/csharpkarthikeyan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/csharpkarthikeyan.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/csharpkarthikeyan.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/csharpkarthikeyan.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=csharpkarthikeyan.wordpress.com&amp;blog=7656726&amp;post=3&amp;subd=csharpkarthikeyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://csharpkarthikeyan.wordpress.com/2009/05/07/welcome-to-c-tutorials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2df3fdfaee532290197451bccda4e2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">csharpkarthikeyan</media:title>
		</media:content>
	</item>
		<item>
		<title>Hello world!</title>
		<link>http://csharpkarthikeyan.wordpress.com/2009/05/07/hello-world/</link>
		<comments>http://csharpkarthikeyan.wordpress.com/2009/05/07/hello-world/#comments</comments>
		<pubDate>Thu, 07 May 2009 12:23:19 +0000</pubDate>
		<dc:creator>csharpkarthikeyan</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging! Posted in Uncategorized<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=csharpkarthikeyan.wordpress.com&amp;blog=7656726&amp;post=1&amp;subd=csharpkarthikeyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://wordpress.com/">WordPress.com</a>. This is your first post. Edit or delete it and start blogging!</p>
<br />Posted in Uncategorized  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/csharpkarthikeyan.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/csharpkarthikeyan.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/csharpkarthikeyan.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/csharpkarthikeyan.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/csharpkarthikeyan.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/csharpkarthikeyan.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/csharpkarthikeyan.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/csharpkarthikeyan.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/csharpkarthikeyan.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/csharpkarthikeyan.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/csharpkarthikeyan.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/csharpkarthikeyan.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/csharpkarthikeyan.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/csharpkarthikeyan.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=csharpkarthikeyan.wordpress.com&amp;blog=7656726&amp;post=1&amp;subd=csharpkarthikeyan&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://csharpkarthikeyan.wordpress.com/2009/05/07/hello-world/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e2df3fdfaee532290197451bccda4e2f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">csharpkarthikeyan</media:title>
		</media:content>
	</item>
	</channel>
</rss>
