Home

Submit

Source

Feeds

Home » ASP.NET » Migrating to ASP.NET ::

ASP.NET Migrating to ASP.NET
Since "classic" ASP's humble beginnings, ADO data access classes and methods have been re-written to form ADO.NET. This article looks at the differences (in terms of classes, methods, and calling conventions) that exist between ADO and ADO.NET. It provides several practical examples that show us how to evolve from using ADO with ASP to using ADO.NET with C# and ASP.NET.
Related Tutorials
ASP.NET Getting Started
Introduction to Microsoft's .NET Platform
ASP.NET / Getting Started
This article briefly describes Microsoft.NET, ASP.NET, C#, VS.NET, VB.NET, ADO.NET, XML Web Services, VISUAL J#.

Site: www.asp101.com Report - View Tutorial

ASP.NET .NET and Databases
2 Ways of Displaying Data from an SQL Server Database using ADO.NET.
ASP.NET / .NET and Databases
In this tutorial we will learn what are the two common ways of displaying data from an SQL Server database using ADO.NET in an ASP.NET page.

Site: stardeveloper.com Report - View Tutorial

ASP.NET General Development
Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET : Page Framework
ASP.NET / General Development
Sample chapter from "Visual Basic .NET Developer's Guide to ASP.NET, XML and ADO.NET" on ASP.NET controls, code-behind, Page object, web controls, HTML controls and Page object reference.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET General Development
Hierarchical Relationships Without DataRelation Object in ADO.NET
ASP.NET / General Development
At my place of employment, I work a great deal with somewhat complex hierarchical data as part of our measurement and analysis software. Thus, recursion and I have become rather close friends over the last few years. While rewriting an old website, I needed to turn a set of four relational tables into a hierarchical data structure. The top level table held self-referencing relationships as well as child relationships to table 2. Tables 3 and 4 were your basic "run of the mill" child tables up through table2.

Site: www.eggheadcafe.com Report - View Tutorial

ASP.NET General Development
Using ASP.NET Code-Behind Without Visual Studio.NET
ASP.NET / General Development
One of the things that keeps coming up as a benefit of switching to ASP.NET is the ability to use code-behind to separate display code from application logic. In Visual Studio.NET, this is 'automagically' done for you. So what if you don't have VS.NET? Here's how you can implement code-behind using just a plain old text editor and the tools included in the .NET Framework... no VS.NET required!" Source codes available for download.

Site: www.asp101.com Report - View Tutorial

ASP.NET Getting Started
Your first ASP.NET Page.
ASP.NET / Getting Started
ASP.NET is an exceptionally remarkable technology for building web applications. We begin exploring ASP.NET pages with this first article. In this article we'll learn : * From where to download ASP.NET premium edition? * The installation process. * Developing your first ASP.NET page. * Running and testing your ASP.NET page.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET Getting Started
What is Active Server Pages.net?
ASP.NET / Getting Started
ASP has been rebuilt from the ground up. The result is ActiveServerPages.net. ASP.net, with a host of new features, provides for easier to write, cleaner code that's simple to reuse and share. ASP.net boosts performance and scalability by offering access to compiled languages.

Site: authors.aspalliance.com Report - View Tutorial

ASP.NET Getting Started
ASP.NET: An Introduction
ASP.NET / Getting Started
ASP.NET is not just the next version of ASP: it's the next era of web development. ASP.NET allows us to use a fully featured programming language (such as C# or VB.NET) to build web applications easily. In this article, John talks about the fundamentals of ASP.NET and some of its powerful features such as web services, the MSDN library and several learning resources.ASP.NET allows you to use a full featured programming language such as C# (pronounced C-Sharp) or VB.NET to build web applications easily.

Site: www.devarticles.com Report - View Tutorial

ASP.NET Getting Started
ASP.NET For Beginners
ASP.NET / Getting Started
What is ASP.NET? ASP.NET is "ASP" + ".NET". ASP.NET is the latest version of Microsoft's Active Server Pages technology (ASP).

Site: www.itechcollege.com Report - View Tutorial

ASP.NET Migrating to ASP.NET
Migration from J2EE to .NET
ASP.NET / Migrating to ASP.NET
An article which discusses the similarities between different technologies of J2EE and .NET and helps you to move from J2EE to .NET. Quick tips to get you started, in case you need to migrate a J2EE based application to a .NET based application.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET Getting Started
A Fast-Track Guide to ASP.NET
ASP.NET / Getting Started
Since then, mailing lists, newsgroups, and web sites have sprung up containing a mixture of code samples, applications, and articles of various forms. Even if you're not a programmer using existing ASP technology, it's a good bet that you've at least heard of .NET, even if you aren't quite sure what it involves. After all, there's so much information about .NET, that it's sometimes hard to filter out what you need from what's available. With new languages, new designers, and new ways of programming, you might wonder exactly what you need to write ASP.NET applications.

Site: www.devasp.net Report - View Tutorial

ASP.NET Getting Started
Getting Started With ASP.NET
ASP.NET / Getting Started
A Sample Chapter from "Beginning ASP.NET using VB.NET". Topics covered include: Static Web Pages Dynamic Web Pages; An overview of the different technologies for creating dynamic web pages, including ASP.NET; Installing Internet Information Services (IIS); Installing the .NET Framework; and Testing and Troubleshooting your installation.

Site: www.devasp.net Report - View Tutorial

ASP.NET Configuration
Configurations
ASP.NET / Configuration
This tutorial introduces the method in which ASP.NET manages configuration information. It gives a taste of how ASP.NET configuration works. We'll see details about ASP.NET configuration in later tutorials. ASP.NET is a feature-rich system for developing and deploying Web sites. The features we'll see in more detail as we examine ASP.NET further include some the following: *session state *caching content to help optimize your Web site's responses *tracing requests *mapping specific file extensions to custom handlers *authenticating users.

Site: www.brainbell.com Report - View Tutorial

ASP.NET File Operations
File Uploading to Server Hard Disk using ASP.NET
ASP.NET / File Operations
In this article we will learn how to upload one or more files from the client browser to the server hard disk using plain ASP.NET. We will not be creating or making use of any commercial or home-made components, instead we will learn to make use of standard ASP.NET HTML controls which are part of ASP.NET 1.0.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET General Development
Introduction to ASP.NET Mobile
ASP.NET / General Development
This article will give you an idea of how to develop mobile web applications using ASP.NET and the Microsoft Visual Studio .NET environment. It will describe some of the most important mobile specific controls but won't go deep into the subject.

Site: www.geekpedia.com Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement