<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://forums.asp.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Web Forms</title><link>http://forums.asp.net/18.aspx</link><description>All about building ASP.NET Pages - server controls, events, validation, etc.</description><dc:language>en</dc:language><generator>CommunityServer 2007 SP1 (Build: 20510.895)</generator><item><title>Re: Why c# ??</title><link>http://forums.asp.net/thread/1550030.aspx</link><pubDate>Fri, 26 Jan 2007 12:50:01 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1550030</guid><dc:creator>zaidqais</dc:creator><author>zaidqais</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1550030.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1550030</wfw:commentRss><description>Thank you&amp;nbsp;all&amp;nbsp;for reply the answer</description></item><item><title>Re: Why c# ??</title><link>http://forums.asp.net/thread/1549485.aspx</link><pubDate>Fri, 26 Jan 2007 02:11:09 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1549485</guid><dc:creator>Jessica Cao - MSFT</dc:creator><author>Jessica Cao - MSFT</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1549485.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1549485</wfw:commentRss><description>&lt;p&gt;hi mcm,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;With ASP.NET, developers can choose to create the server-side code for their Web pages in a myriad of languages. The most common languages that developers will choose, will likely be VB.NET or C#. (There are a number of other languages one can choose to use, from Perl.NET to JScript.NET to COBOL.NET.) Of the many ASP.NET articles and code examples that exist on the Web, it seems that while a slim majority of them are shown VB.NET, a good number are written in C#.&lt;br /&gt;&lt;br /&gt;What language is the "best" language choice? If you are a VB wizard, should you take the time to learn C# or continue to use VB.NET? Are C# ASP.NET pages "faster" than VB.NET ASP.NET pages? These are questions that you may find yourself asking, especially when you're just starting to delve into .NET. Fortunately the answer is simple: there is no "best" language. All .NET languages use, at their root, functionality from the set of classes provided by the .NET Framework. Therefore, everything you can do in VB.NET you can do in C#, and vice-a-versa. The only differences among languages is merely a syntactical one.&lt;br /&gt;&lt;br /&gt;If you are more familiar with Java, JScript, or C/C++, you may find C#'s syntax more familiar than VB.NET's. If you've been doing VB for the past five years, there's no reason to think you have to now switch to a new langauge (although you should always look to be learning new things).&lt;br /&gt;&lt;br /&gt;What if you have an ASP.NET Web page written in C# that you want to convert to VB.NET, or vice-a-versa? As aforementioned, the languages only differ in their syntax, so this translation, while not usually trivial, is still fairly striaghtforward, and can be accomplished systemmatically. For information on the syntactical differences between the two languages, be sure to read: &lt;a href="http://www.4guysfromrolla.com/webtech/012702-1.shtml" target=_blank&gt;&lt;font color=#0000ff&gt;From VB.NET to C# and Back Again&lt;/font&gt;&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;Happy Programming, with whatever language you choose!&lt;/p&gt;</description></item><item><title>Re: Why c# ??</title><link>http://forums.asp.net/thread/1548535.aspx</link><pubDate>Thu, 25 Jan 2007 15:51:07 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1548535</guid><dc:creator>mcmcomasp</dc:creator><author>mcmcomasp</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1548535.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1548535</wfw:commentRss><description>&lt;p&gt;the choice of vb or C# is usually a preference one, meaning that you CAN usually do anything with both languages.&amp;nbsp; &lt;/p&gt;
&lt;p&gt;This article compares the two and talks about why the author chooses one over the other, maybe it will help you.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://west-wind.com/weblog/posts/202.aspx"&gt;http://west-wind.com/weblog/posts/202.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Also if you start learning C# you will notice many similarities between VB.NET and C#, i mean all the .NET classes are used in the same way and lots of the code is very similar. &lt;/p&gt;
&lt;p&gt;C# is fun to learn and pretty easy to pick up, especially if you know VB, so give it a shot if you got the time&lt;/p&gt;
&lt;p&gt;hth,&lt;/p&gt;
&lt;p&gt;mcm&lt;/p&gt;</description></item><item><title>Why c# ??</title><link>http://forums.asp.net/thread/1548449.aspx</link><pubDate>Thu, 25 Jan 2007 15:03:49 GMT</pubDate><guid isPermaLink="false">4c671506-2930-414c-a40b-8bf57ded5924:1548449</guid><dc:creator>zaidqais</dc:creator><author>zaidqais</author><slash:comments>0</slash:comments><comments>http://forums.asp.net/thread/1548449.aspx</comments><wfw:commentRss>http://forums.asp.net/commentrss.aspx?SectionID=18&amp;PostID=1548449</wfw:commentRss><description>hi&lt;br /&gt;i have a question&lt;br /&gt;why most books and samples of asp.net 2.0 use C# code&lt;br /&gt;i am programmer VB.Net and i think vb.net able to cover every aspect in asp.net 2.0&lt;br /&gt;so why they use c# more than VB.net&lt;br /&gt;if the programmers continue using C# so often , i should learn it , shouldn't I ?&lt;br /&gt;Thank you</description></item></channel></rss>