Search - Articles
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Tuesday, March 03, 2009
Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 

FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home >Search > Introduction > ASP.Net


Search:
What's New - What's Hot
Introducting Microsoft DotNet     
Total Hits: 147  |  Today: 0Author: Christophe Lauer      Rating:  
Read Reviews | Write Review |  Your Rating: 

This detailed description of the .NET platform includes general descriptions of aims and objectives, application details, language requirements, and a prognosis for .NET....

Page Templates: Introduction     
Total Hits: 181  |  Today: 0Author: Paul Wilson      Rating:  
Read Reviews | Write Review |  Your Rating: 

Nearly every web site has some type of common layout used for each Page. Classic ASP allowed developers to use Include files to encapsulate reuse. ASP.NET provides many new and better techniques to accomplish the same. This article provides a brief introduction to Page Templates in ASP.NET, which generally refers to the use of inheritance with a base Page class....

.NET Tip: Take Advantage of Interfaces     
Total Hits: 204  |  Today: 0Author: Jay Miller      Rating:  
Read Reviews | Write Review |  Your Rating: 

Take advantage of interfaces to make your code cleaner and more reusable. A simple example of where interfaces can be applied is in populating UI controls. How many ListBox controls do you have to populate in your web application? One solution is to write the code to populate each ListBox individually in the Page_Load method. Another method could be to create a helper method that takes an array of data items and a ListBox as parameters, populating the ListBox from the array of data. Here is an e...

The Road to ASP.NET     
Total Hits: 487  |  Today: 0Author: Aaron King      Rating:  
Read Reviews | Write Review |  Your Rating: 

In this article I will discuss some of the advantages of ASP.NET, what has changed, how to get started, and where to look for help. This article is intended for those new to ASP.NET....

Developer's Guide to the Favorites Service     
Total Hits: 343  |  Today: 1      Rating:  
Read Reviews | Write Review |  Your Rating: 

The Favorites Service is a licensed Web Service whose Web Service interface is broken into three subservices: the Logon Web Service, the Account Web Service, and the Report Web Service. All three services can be accessed using standard Simple Object Access Protocol (SOAP) requests over HTTP (or HTTPS in the case of the Logon Web Service). We will take a look at each of these services, as well as the licensing system for using the Favorites Service.

...

An introduction to jQuery  Version: 0.00     Price: $0.00  
Total Hits: 21  |  Today: 0Author: Rick Strahl      Rating:  
Read Reviews | Write Review |  Your Rating: 

I admit it. For many, many years I hated JavaScript. I hated writing JavaScript code, and even more I hated the pain that goes along with dealing with different browsers using reams of script code. I still hate the same problems today, but thanks to a recently gained better understanding of JavaScript and a small JavaScript client library called jQuery I'm no longer dreading the days when I have to write client centric Ajax script code....

An introduction to LINQ for db4o  Version: 0.00     Price: $0.00  
Total Hits: 24  |  Today: 0Author: edwin_vermeer      Rating:  
Read Reviews | Write Review |  Your Rating: 

There are some very nice additions to the new C# 3.0 language. For instance Automatic Properties, Object and Collection Initializers, Extension Methods, Lambda Expressions, Anonymous Types and of course LINQ.

As a developer you probably often write code for accessing data with OLEDB, DAO, ODBC, ADO or ADO.NET. Or maybe you are using an object relational mapper like NHibernate or even ActiveRecord. You probably noticed that each time you needed more coding than you wanted. In this demo ap...

ASP.NET MVC 2 Templates, Part 1: Introduction  Version: 0.00     Price: $0.00  
Total Hits: 19  |  Today: 0Author: Permalink      Rating:  
Read Reviews | Write Review |  Your Rating: 

One of the major new features in ASP.NET MVC 2 is templates.

This is a feature that’s similar to Dynamic Data for WebForms. Given an object of a given type, the system can automatically display or edit that object, whether it’s a simple data item (like an integer, a decimal, a string, etc.) or a complex data item (like a class)....

ASP.NET Tutorial  Version: 0.00     Price: $0.00  
Total Hits: 20  |  Today: 0Author: Jesudas Chinnathampi (Das)      Rating:  
Read Reviews | Write Review |  Your Rating: 

In Classic ASP, we were having only six objects and we have only less to learn. But now, in ASP .NET (V1 Framework) we have around 4,000 classes and 78,000 methods and properties. This is a beginner's tutorial for ASP .NET. All examples have been worked out in VB. To start with, I am starting with three web server controls. I will add many other controls with ready to use examples in the coming days....

Introduction to Membership  Version: 0.00     Price: $0.00  
Total Hits: 44  |  Today: 0Author: Microsoft Corporation      Rating:  
Read Reviews | Write Review |  Your Rating: 

ASP.NET membership gives you a built-in way to validate and store user credentials. ASP.NET membership therefore helps you manage user authentication in your Web sites. You can use ASP.NET membership with ASP.NET Forms authentication or with the ASP.NET login controls to create a complete system for authenticating users....

Introduction and Setting Up     
Total Hits: 117  |  Today: 0Author: Gizmox      Rating:  
Read Reviews | Write Review |  Your Rating: 

While web development environments such as ASP.NET and JSP have made huge strides in creating a rich environment for developing web applications, they have always targeted a very wide range of applications from content rich sites to OWA like applications. By doing so, they forced a compromise that was very painful for applications developers. Concepts like pages, html, requests and responses, which originated from the historical evolution of web development, are not really suitable for developin...

Introducing to Help System in .NET     
Total Hits: 84  |  Today: 0Author: Bean Software      Rating:  
Read Reviews | Write Review |  Your Rating: 

While using an application, a user might need help on performing an operation or require information about a button or a dialog box. To assist the user while using the application, it is a good practice to provide help system with the application. In this article, we will discuss the creation of a help system using HTML help workshop. We will also discuss the creation of Context-Sensitive help, pop-up help and tool tips....

What is .Net and Where is ASP.NET?     
Total Hits: 146  |  Today: 0Author: Lakshmi Moningi      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article is desiged for those you wish to learn a little bit about the .Net framework. Not only will it show you how .Net operates, it will explain where ASP.NET fits in.What is .NET, though? If you check out Microsoft's .NET Page, it is described as "Microsoft's platform for XML Web services." Microsoft also describes .NET as a way of delivering software services....


1  2  3  4  5  6  


Disclaimer - Privacy
© 2002-2012 DevASP.net