<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

	<title>Comments on: What is the best/fastest way to go from 0-60 regarding my knowledge of ASP.NET?</title>
	<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET/</link>
	<description>Comments on Ask MetaFilter post What is the best/fastest way to go from 0-60 regarding my knowledge of ASP.NET?</description>
	<pubDate>Sun, 08 Oct 2006 21:49:23 -0800</pubDate>
	<lastBuildDate>Sun, 08 Oct 2006 21:49:23 -0800</lastBuildDate>
	<language>en-us</language>
	<docs>http://blogs.law.harvard.edu/tech/rss</docs>
	<ttl>60</ttl>

	<item>
		<title>Question: What is the best/fastest way to go from 0-60 regarding my knowledge of ASP.NET?</title>
		<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET</link>	
		<description>I&apos;d like to learn ASP.NET, with two objectives: (1) redesign an MSAccess application used to track incoming calls and emails for a call center, and (2) use the knowledge as a base to obtain a development job within my company.  Given the cacaphony of resources to learn, what should I spend my money/time on?  Are there any &quot;bibles&quot; of ASP.NET development? &lt;br /&gt;&lt;br /&gt; Work background: I work for a fortune 100 company, and provide business support (identify defects, prioritize them based on input from the business) for our B2B procurement application.  I want to write code for said application, which is mainly using ASP.NET.&lt;br&gt;
&lt;br&gt;
Personal background: I have a few years of college under my belt (no degree), as well as a few years of recreational C++, Java, and VB programming.  My ASP experience is limited to looking at the examples on w3schools.com.&lt;br&gt;
&lt;br&gt;
Due to my lack of experience, I am not a very good programmer at this point.  However, I have excellent research/reading skills(thank you, high school debate..), so my code ends up doing what I want it to.  What skills do I need beyond Googlefu and general intelligence to get a corporate dev position?</description>
		<guid isPermaLink="false">post:ask.metafilter.com,2006:site.48169</guid>
		<pubDate>Sun, 08 Oct 2006 19:45:01 -0800</pubDate>
		<dc:creator>negative1</dc:creator>
		
			<category>ASP.NET</category>
		
	</item> <item>
		<title>By: Brak</title>
		<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET#733236</link>	
		<description>How comfortable are you at ramping up on new technologies?  If you&apos;re good to go at just diving in, I would recommend the non-beginning books (Two that I&apos;ve liked are &lt;a href=&quot;http://www.wrox.com/WileyCDA/WroxTitle/productCd-0764576100.html&quot;&gt;Professional ASP.NET 2.0&lt;/a&gt; and &lt;a href=&quot;http://www.apress.com/book/bookDisplay.html?bID=450&quot;&gt;Pro ASP.NET 2.0 in C# 2005&lt;/a&gt;), as the beginning books tend to be a bit light on details (which will get you to, say, 0-30 relatively quickly), and then you&apos;ll find yourself wanting to grab some more in-depth books anyway.&lt;br&gt;
&lt;br&gt;
Given that you have some development background in C++ and Java, I would recommend choosing an ASP.NET book that&apos;s centric to C# (as opposed to VB.NET).  C# is very analagous to Java in its structures, syntax, and development model, so it shouldn&apos;t be a high bar of entry from there.&lt;br&gt;
&lt;br&gt;
It&apos;s probably better that you haven&apos;t amassed a lot of experience with classic ASP, as ASP.NET is quite a departure from it.  It&apos;s definitely its own animal, and as such I would recommend starting with books; I&apos;ve been doing ASP.NET development for a few years now, and it still takes me a while to dig through a lot of MSDN documentation to figure stuff out if I&apos;ve gotten off the beaten path.  MSDN documentation is not what I&apos;d call a friendly starting place for learning about ASP.NET technology.&lt;br&gt;
&lt;br&gt;
&lt;i&gt;What skills do I need beyond Googlefu and general intelligence to get a corporate dev position?&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
Of course, all of my suggestions above are centric to ASP.NET.  Whether or not that will be enough to land you a dev position depends a lot on the situation in the company you&apos;re working for.  If they&apos;re looking for someone with senior development experience, you may not be the right guy.  If they have more junior positions available on the project, or if it&apos;s generally more of an informal development effort (which can be the case at companies where software development is not the main revenue stream), I&apos;d say learning the technology and utilizing it in some actual projects (your own or as a collaboration on others&apos;) should be enough to get your foot in the door, given that it sounds like you already work closely with the people involved.&lt;br&gt;
&lt;br&gt;
I&apos;d say, 1) pick up a good ASP.NET book, read, and start playing with the technology, then 2) check out &lt;a href=&quot;http://sourceforge.net/&quot;&gt;Sourceforce.net&lt;/a&gt;, search for ASP.NET projects, and find one where you can jump in.  Also, you may want to talk to the dev lead on your company&apos;s project, as he/she may be able to give you more information on what kind of resources are needed, which in turn would give you more specific goals to set your sights on.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48169-733236</guid>
		<pubDate>Sun, 08 Oct 2006 21:49:23 -0800</pubDate>
		<dc:creator>Brak</dc:creator>
	</item><item>
		<title>By: Brak</title>
		<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET#733238</link>	
		<description>Oops...I forgot about your MSAccess conversion project you mentioned, which is probably a better step 2 for you than a Sourceforge project, if it&apos;s something you&apos;re already familiar with.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48169-733238</guid>
		<pubDate>Sun, 08 Oct 2006 21:52:30 -0800</pubDate>
		<dc:creator>Brak</dc:creator>
	</item><item>
		<title>By: mezzanayne</title>
		<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET#733292</link>	
		<description>&lt;a href=&quot;http://www.karlmoore.com/official/&quot;&gt;Karl Moore&lt;/a&gt; has a brilliant &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/159059021X/metafilter-20/ref=nosim/&quot;&gt;VB tutorials book&lt;/a&gt; as well as an &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/1590591062/metafilter-20/ref=nosim/&quot;&gt;ultimates&lt;/a&gt; book.  Both are very good, plus he&apos;s really funny.  I highly recommend his books.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48169-733292</guid>
		<pubDate>Sun, 08 Oct 2006 23:45:34 -0800</pubDate>
		<dc:creator>mezzanayne</dc:creator>
	</item><item>
		<title>By: xpermanentx</title>
		<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET#733374</link>	
		<description>I&apos;d recommend learning &lt;a href=&quot;http://www.rubyonrails.org&quot;&gt;Ruby On Rails&lt;/a&gt;. You&apos;ll get your app done in half the time and you&apos;ll learn something interesting along the way.&lt;br&gt;
&lt;br&gt;
Here are 5 reasons to use Ruby On Rails:&lt;ul&gt;&lt;li&gt;It&apos;s fresh and new, which means there won&apos;t always be a whole bunch of people better than you&lt;/li&gt;&lt;li&gt;It takes less code to build your app in Rails, meaning it&apos;s easier to understand&lt;/li&gt;&lt;li&gt;You can deliver your app in less time, and deliver a functional prototype in no time at all&lt;/li&gt;&lt;li&gt;It just makes programming so much FUN!&lt;/li&gt;&lt;li&gt;It&apos;s free. All you need is a text editor and you&apos;ve got your development environment!&lt;/li&gt;&lt;/ul&gt;</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48169-733374</guid>
		<pubDate>Mon, 09 Oct 2006 05:04:57 -0800</pubDate>
		<dc:creator>xpermanentx</dc:creator>
	</item><item>
		<title>By: nomad</title>
		<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET#733509</link>	
		<description>I really like Fritz Onion&apos;s Essential ASP.NET book, available in both &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0201760398/metafilter-20/ref=nosim/&quot;&gt;VB.NET&lt;/a&gt; and &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0201760401/metafilter-20/ref=nosim/&quot;&gt;C#&lt;/a&gt; flavors, it might be too programmery for you though.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48169-733509</guid>
		<pubDate>Mon, 09 Oct 2006 08:54:31 -0800</pubDate>
		<dc:creator>nomad</dc:creator>
	</item><item>
		<title>By: geeky</title>
		<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET#733562</link>	
		<description>Having self-taught ASP.NET, my most valuable book by far has been &lt;a href=&quot;http://www.amazon.com/exec/obidos/ASIN/0672325241/metafilter-20/ref=nosim/&quot;&gt;ASP.NET Developer&apos;s Cookbook&lt;/a&gt;. I love it because you can look up help based on what you want to do (&quot;Data-binding to a DropDownList&quot; or &quot;Requiring authentication to access files and folders&quot;), not the class you use to do it. Plus, it&apos;s very readable. Of course, if you use Visual Studio for your development, I&apos;m not sure how useful this book will be. &lt;br&gt;
&lt;br&gt;
I&apos;ve also found that the &lt;a href=&quot;http://aspnet.4guysfromrolla.com/&quot;&gt;4GuysFromRolla&lt;/a&gt; site has many excellent tutorials with examples.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48169-733562</guid>
		<pubDate>Mon, 09 Oct 2006 10:03:16 -0800</pubDate>
		<dc:creator>geeky</dc:creator>
	</item><item>
		<title>By: mrbugsentry</title>
		<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET#733568</link>	
		<description>4 guys is pretty good.  If you are coming from the non-OO world to the OO world, Utley&apos;s intro to VB.NET is a slim little volume that will help.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48169-733568</guid>
		<pubDate>Mon, 09 Oct 2006 10:11:14 -0800</pubDate>
		<dc:creator>mrbugsentry</dc:creator>
	</item><item>
		<title>By: negative1</title>
		<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET#734046</link>	
		<description>Thanks everyone for your help.  Brak, I&apos;ve gotten a few recommendations for Professional ASP.NET 2.0, so I think I&apos;ll start down the road you suggest.  To your question, I am very comfortable learning new technologies...all I need is a book that will engage me instead of lecture me.&lt;br&gt;
&lt;br&gt;
Geeky, I&apos;ll definitely also check out the Dev Cookbook you recommend.  I tought myself VBA through the same style you describe, but using Google instead of a book.&lt;br&gt;
&lt;br&gt;
I&apos;ll report back here with my thoughts when I see what these books are like.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48169-734046</guid>
		<pubDate>Mon, 09 Oct 2006 18:21:34 -0800</pubDate>
		<dc:creator>negative1</dc:creator>
	</item><item>
		<title>By: negative1</title>
		<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET#734335</link>	
		<description>Quick update: I got VS2k5 installed today, and have been futzing around for most of the evening learning the basics of C# and ASP.NET.  Over the last few years of using MSAccess, I had forgotten how much easier a good deveopment environment makes, well, &lt;em&gt;everything&lt;/em&gt;.&lt;br&gt;
&lt;br&gt;
I&apos;m going out to get the books mentioned in this thread sometime in the next few days.  Initial reviews coming (probably) this weekend.&lt;br&gt;
&lt;br&gt;
This is fairly exciting.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48169-734335</guid>
		<pubDate>Mon, 09 Oct 2006 22:42:48 -0800</pubDate>
		<dc:creator>negative1</dc:creator>
	</item><item>
		<title>By: geeky</title>
		<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET#734882</link>	
		<description>Thought of another useful website for you - &lt;a href=&quot;http://www.syncfusion.com/FAQ/aspnet/Default.aspx&quot;&gt;ASP.NET FAQ&lt;/a&gt; with examples in both VB and C#.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48169-734882</guid>
		<pubDate>Tue, 10 Oct 2006 12:05:32 -0800</pubDate>
		<dc:creator>geeky</dc:creator>
	</item><item>
		<title>By: negative1</title>
		<link>http://ask.metafilter.com/48169/What-is-the-bestfastest-way-to-go-from-060-regarding-my-knowledge-of-ASPNET#746116</link>	
		<description>I&apos;ve bought a few books (asp.net pro 2.0 and the asp.net dev cookbook) and have been playing around with VS.NET 2k5 for the last two weeks.  At this point I have more than enough resources to figure out the basics/intermediates of asp.net web applications.&lt;br&gt;
&lt;br&gt;
Thank you all for your help.  AskMe comes through on my first post.</description>
		<guid isPermaLink="false">comment:ask.metafilter.com,2006:site.48169-746116</guid>
		<pubDate>Fri, 20 Oct 2006 20:36:46 -0800</pubDate>
		<dc:creator>negative1</dc:creator>
	</item>
	</channel>
</rss>
