Official Review
NULL
|
Other links at ASP.NET > Tips and Tutorials |
| 1. |
Quick .Net File Download Security
|
|
|
In this article we will discuss providing a programmable method of securing files on for your ASP.Net applications. This code could come in handy where you have an application hosted on an ISP and you do not have access to a folder outside of your Web directory structure, and you are not able to change permissions on folder in the Web. This method does not require storing your file in a binary field in your database, thus reducing cost of having to buy database storage from your ISP, and with no impact on the network traffic between the database and web servers.
|
| 2. |
How to build a rating system that allows users to rate your online articles
|
|
|
In this walkthrough, you'll learn how to develop and implement a basic content rating system in ASP.NET and SQL Server, using Visual Basic .NET as our programming language. You'll first learn how to setup the database table that you'll use to capture user ratings. Next, you'll learn how to build the graphical user interface components that display the article ratings. Lastly, you'll learn how to build the necessary logic, line by line.
|
| 3. |
Converting a JSP project to an ASP.NET project
|
|
|
The objective of this lab is to convert a simple JSP application into an ASP.NET application using the Java Language Conversion Assistant (JLCA). The JSP application is a simplified e-commerce scenario, consisting of two JSP pages, a Servlet, a tag library consisting of a single tag, and the SQL Server Pubs database.
|
| 4. |
Adding Web Services to Your ASP.Net Application
|
|
|
In this article we will cover exposing an existing ASP.Net application as a Web service. We will provide methods for creating the Web service, converting readers to data sets, and a client application for the new service.
|
| 5. |
ASP.NET: What's new in ASP.NET v1.1 and Windows Server 2003
|
|
|
Learn the new exciting features of ASP.NET 1.1. This session covers the changes from ASP.NET 1.0 and includes new features such as Code Access Security, IPv6 support, and support for running multiple versions of ASP.NET side-by-side.
|
|
|