ASP 101 - Active Server Pages 101 - Web05
The Place ASP Developers Go!

Please visit our partners

Windows Technology Windows Technology
15 Seconds
4GuysFromRolla.com
ASP 101
ASP Wire
VB Forums
VB Wire
WinDrivers.com
internet.commerce internet.commerce
Partners & Affiliates














ASP 101 is an
internet.com site
ASP 101 is an internet.com site
IT
Developer
Internet News
Small Business
Personal Technology
International

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers

ASP 101 News Flash ASP 101 News Flash


 Top ASP 101 Stories Top ASP 101 Stories
VBScript Classes: Part 1 of N
Migrating to ASP.NET
Getting Scripts to Run on a Schedule

QUICK TIP:
HTTP Status Codes
Show All Tips >>


ASP.NET Lessons



More coming soon...


Why We're Using VB As The Language For Our Lessons

I've been getting a lot of questions about why we're using VB as the language in our lessons. Here's my current position on the matter.

It is true that all our lessons are written in VB, but if you actually look at most of them, you'll see that most of them have VERY little code - along the lines of only 2-3 lines.

Along the way, we've been focusing on ASP.NET, the Framework, and how to build ASP.NET pages rather then upon the different languages and their features. With ASP.NET currently supporting 20+ langauges it's impractical for us to offer our examples in all of them. We may go back and add C# and/or J# code at some point but I'm not promising anything. For the most part, translating a block of code from one language to another is really just a matter of syntax. For example... from our validation lesson:

VB

Sub btnSubmit_Click(Sender As Object, E As EventArgs)
	' Checks to see if all the
	' controls on the page are valid!
	If Page.IsValid Then
		' Do Something
	End If
End Sub
C#

void btnSubmit_Click(Object Sender, EventArgs E)
{
	// Checks to see if all the
	// controls on the page are valid!
	if (Page.IsValid) {
		// Do Something
	}
}

We decided to start with VB for two reasons. First, a large number of our users are coming from a VBScript background (classic ASP was primarily written in VBScript) and should find it easier to understand VB. Second, VB is the most "English-like" of the mainstream languages and should therefore be easier for the beginning programmer to pick up.

As I mentioned, you'll actually find very little "code" in our lessons anyway and I hope that those of you who have choosen to use something besides VB will still find them to be an easy way to learn about some of the many new exciting things in the ASP.NET world.


Home |  News |  Samples |  Articles |  Lessons |  Resources |  Forum |  Links |  Search |  Feedback



JupiterOnlineMedia

internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and JupiterOnlineMedia

Jupitermedia Corporate Info


Legal Notices, Licensing, Reprints, & Permissions, Privacy Policy.

Advertise | Newsletters | Tech Jobs | Shopping | E-mail Offers

Solutions
Whitepapers and eBooks
Microsoft Article: HyperV-The Killer Feature in WinServer ‘08
Avaya Article: How to Feed Data into the Avaya Event Processor
Microsoft Article: Install What You Need with Win Server ‘08
HP eBook: Putting the Green into IT
Whitepaper: HP Integrated Citrix XenServer for HP ProLiant Servers
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 1
Intel Go Parallel Portal: Interview with C++ Guru Herb Sutter, Part 2--The Future of Concurrency
Avaya Article: Setting Up a SIP A/S Development Environment
IBM Article: How Cool Is Your Data Center?
Microsoft Article: Managing Virtual Machines with Microsoft System Center
HP eBook: Storage Networking , Part 1
Microsoft Article: Solving Data Center Complexity with Microsoft System Center Configuration Manager 2007
MORE WHITEPAPERS, EBOOKS, AND ARTICLES
Webcasts
Intel Video: Are Multi-core Processors Here to Stay?
On-Demand Webcast: Five Virtualization Trends to Watch
HP Video: Page Cost Calculator
Intel Video: APIs for Parallel Programming
HP Webcast: Storage Is Changing Fast - Be Ready or Be Left Behind
Microsoft Silverlight Video: Creating Fading Controls with Expression Design and Expression Blend 2
MORE WEBCASTS, PODCASTS, AND VIDEOS
Downloads and eKits
Sun Download: Solaris 8 Migration Assistant
Sybase Download: SQL Anywhere Developer Edition
Red Gate Download: SQL Backup Pro and free DBA Best Practices eBook
Red Gate Download: SQL Compare Pro 6
Iron Speed Designer Application Generator
MORE DOWNLOADS, EKITS, AND FREE TRIALS
Tutorials and Demos
How-to-Article: Preparing for Hyper-Threading Technology and Dual Core Technology
eTouch PDF: Conquering the Tyranny of E-Mail and Word Processors
IBM Article: Collaborating in the High-Performance Workplace
HP Demo: StorageWorks EVA4400
Intel Featured Algorhythm: Intel Threading Building Blocks--The Pipeline Class
Microsoft How-to Article: Get Going with Silverlight and Windows Live
MORE TUTORIALS, DEMOS AND STEP-BY-STEP GUIDES