Asp.net Tutorials

31. Visual Basic .NET Vs Visual C# - (Differences)

By: Ram Babu : 2008-11-26

Description: If you are new to programming or if you are choosing to extend your programming skills to new languages, learning both Visual Basic .NET and Visual C# is a practical goal. This is especially true when you create Web applications, since most of the tasks are performed through the .NET Framework classes, which means Visual Basic .NET code and Visual C# code often look nearly identical.


32. What is ASP.NET?

By: Ram Babu : 2008-11-26

Description: ASP.NET is the platform that you use to create Web applications and Web services that run under IIS. ASP.NET is not the only way to create a Web application. Other technologies, notably the CGI, also enable you to create Web applications. What makes ASP.NET special is how tightly it is integrated with the Microsoft server, programming, data access, and security tools.


33. Advantages of ASP.NET

By: Ram Babu : 2008-11-26

Description: ASP.NET has many advantages over other platforms when it comes to creating Web applications. Probably the most significant advantage is its integration with the Windows server and programming tools. Web applications created with ASP.NET are easier to create, debug, and deploy because those tasks can all be performed within a single development environment—Visual Studio .NET.


34. Getting started with ASP

By: Priya : 2008-08-02

Description: To start programming with ASP, you will need two things. The .Net Framework and the visual Web developer 2008. Fortunately both of them are available free for download from microsoft website http://www.asp.net/downloads/essential/ .


35. IIS and WAP. Configuring IIS to deliver WML (WAP content)

By: Paul Mayor : 2008-08-02

Description: Follow the steps given in this step by step tutorial to setup IIS to deliver WAP content.


36. ActiveX component can't create object: 'CDONTS.NewMail' - ASP

By: Emiley J. : 2008-04-08

Description: Normally this happens when you are trying to send email from your asp page using CDONTS but your system doesn't have the cdonts.dll file.