TEMPESTINI.NET

Observations in Software Development

Posts Tagged ‘Lab’

Lab 19 – Terraservice

Posted by Rick Tempestini on July 22, 2007

You will create a simple web application that will call a web service located on the Internet. The Terraservice web service is a publicly accessible web service that can be used by any SOAP-compatible web service.

Lab19
Default.aspx
Default.aspx.vb

Posted in Labs | Tagged: , , , | Leave a Comment »

Lab 18 – Web Services

Posted by Rick Tempestini on July 22, 2007

You will create a Visual Studio solution that contains two projects: a web site project and a web service project. The web site project will reference the web service project and make a call to the web service at runtime. In addition, you will use the IIS manager to configure an IIS virtual directory for the web service.

Lab18
Lab18.sln
Default.aspx
Default.aspx.vb

Posted in Labs | Tagged: , , | Leave a Comment »

Lab 17 – Membership

Posted by Rick Tempestini on July 22, 2007

You will recreate the application from Lab 16. This time, however, you will create the application with the ASP.NET membership web controls. This application will use a SQL Server Express database to store the user accounts. Also, the ASP.NET membership controls will automatically use this database for registration and login.

Lab17
Default.aspx
Default.aspx.vb
Login.aspx
Login.aspx.vb
Register.aspx
Register.aspx.vb
web.config

Posted in Labs | Tagged: , , | 1 Comment »

Lab 16 – Security Fundamentals

Posted by Rick Tempestini on July 22, 2007

You will create an application that will be restricted to only logged in users. This application will have a registration page that will be used to create a single user account in a local XML file. A login page will also be created to verify a typed in user name and password prior to letting the user into the site.

Lab16
Default.aspx
Default.aspx.vb
Login.aspx
Login.aspx.vb
Register.aspx
Register.aspx.vb
web.config

Posted in Labs | Tagged: , , | 1 Comment »

Lab 15 – XML

Posted by Rick Tempestini on July 22, 2007

You will write code to create a local XML file using the XmlDocument object. You will then write additional code to read the XML file from your local c: drive and then search the XML file for a specific XML element.

Lab15
Default.aspx
Default.aspx.vb

Posted in Labs | Tagged: , , | Leave a Comment »

Lab 14 – Files and Streams

Posted by Rick Tempestini on July 22, 2007

You will create a simple web page that will browse files and directories on your local machine.

Lab14
Default.aspx
Default.aspx.vb

Posted in Labs | Tagged: , | Leave a Comment »

Lab 13 – Data Controls

Posted by Rick Tempestini on July 22, 2007

Your will add a page to the Lab12 project. This page will display the entire authors table from the pubs database using the GridView control. You will then apply formatting, paging, sorting, and selections to the grid.

Lab13
Default.aspx
GridView.aspx

Posted in Labs | Tagged: , , | Leave a Comment »

Lab 12 – Data Binding

Posted by Rick Tempestini on July 22, 2007

You will create a simple web application that filters a list of authors based upon the available states listed in the database.

Lab12
Default.aspx

Posted in Labs | Tagged: , , | Leave a Comment »

Lab 11 – ADO.NET Part II

Posted by Rick Tempestini on July 21, 2007

You will add new features to the web application built in Lab 10. You will add a second page that will allow you to insert authors into the database using a parameterized SQL INSERT statement.

Lab11
Default.aspx
Default.aspx.vb
Entry.aspx
Entry.aspx.vb
web.config

Posted in Labs | Tagged: , , | Leave a Comment »

Lab 10 – ADO.NET Part I

Posted by Rick Tempestini on July 21, 2007

You will create a small web application that will retrieve information from your local SQL Server database. You will populate a DropDownList control with the names of all the authors in the pubs database. Then you will enhance the application to retrieve specific information for the author selected in the DropDownList control.

Lab10
Default.aspx
Default.aspx.vb
web.config

Posted in Labs | Tagged: , , | Leave a Comment »

 
Follow

Get every new post delivered to your Inbox.