Browse a Listing
Top > ASP.NET > Tips and Tutorials
Popular Tags
Free Script links
ASP.NET is a new and powerful technology for writing dynamic web pages. It's a convergence of two major Microsoft technologie's, Active Server Pages (ASP) and .NET. ASP is a relative old-timer on the web computing circuit and has provided a sturdy, fast, and effective way of creative dynamic web pages for more than five years now. .NET is the new kid on the block and is a whole suite of technologies designed by Microsoft with the aim of revolutionizing the way in which all programming development is conducted in the future and the way companies carry out business. Therefore, as a conjunction of the two, ASP.NET is a way of creating dynamic web pages while making use of the innovations present in .NET.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 2 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
Microsoft's .NET technology has attracted a great deal of press since Beta 1 was first released to the world. 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.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Web Services, in theory, aren't a new concept. They allow distributed applications to share business logic over a network. For example, the classic Web Service scenario is a stock quote service: one company provides a service that can accept requests for stock symbols and respond with stock quote details.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Member Reviews
Visitor Ratings
Google PR
This page is just an index of the ASP.NET content currently online here at ASP 101. It's meant as an easy way for you to find ASP.NET info without having to wade through all our "classic" ASP content.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Oct 10, 2006 Hits: 1 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Web portals have been around for sometime now. They act as repositories of information and provide customized content for different categories of users. If the portals provide free access to all users, the design would not be too complicated. A database at the back end would not be a requirement. If access rights have to be limited across categories of users the design tends to be more complicated. Authentication and authorization protocols will have to be established by setting up a database at the backend.
ASP.NET 2.0 makes the task of website design very easy by providing a number of tools for authentication, authorization, pre-user customization, common layout and dynamic menus based on a XML sitemap file. Very little programming skills are required for harnessing these tools to the task at hand. As an added bonus, ASP.NET 2.0 has a built in AspNetAccessProvider that stores details about users of the application which works well with both forms based authentication and Windows based authentication.
However, if you feel that you need to hardcode your access rights and roles ASP.NET 2.0 provides a number of new classes that can be used with ease by the inveterate programmer.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Dec 15, 2006 Hits: 4 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Regardless being a real world application tutorial, this tutorial is intended to collect the information you need to write a complete typical web application in one place. You may wonder what is the motivation that leads us to write such a tutorial?
If you collectively viewed most of the tutorials we presented to you up to now, you will notice why! Most of these tutorials deal specifically with a single aspect of web development. Such class of tutorials typically concentrates on providing examples that are highly relevant to the area they are exploring, and this is what we are going not to do in the tutorial you are reading now!
Our main concern in this tutorial is to show you how the puzzle pieces are put together to form a real world web application. The application itself is not the matter here, what we really need you to concentrate on is How things are put together!
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Dec 15, 2006 Hits: 4 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR
Sending email in ASP.NET 2.0 it's still very easy, but a bit more complicated than in ASP.NET 1.1. To start sending emails you need to use System.Net.Mail namespace. This is new namespace in .NET 2.0 Framework. System.Net.Mail can only send emails. To receive and parse emails you can use 4AspNet POP3 .NET Component.
Category:
Write a Review
Add Favorite
Refer it to Friend
Report Broken Link
Date Added: Mar 20, 2007 Hits: 4 Rating: 0.00 Votes: 0
Member Reviews
Visitor Ratings
Google PR