|
|
|
|
|
| | Total Hits: 147 | Today: 0 | Author: Christophe Lauer | Rating:  |
| |  This detailed description of the .NET platform includes general descriptions of aims and objectives, application details, language requirements, and a prognosis for .NET.... |
| | Total Hits: 181 | Today: 0 | Author: Paul Wilson | 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.... |
| | Total Hits: 204 | Today: 0 | Author: Jay Miller | 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... |
| | Total Hits: 487 | Today: 0 | Author: Aaron King | 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.... |
| | Total Hits: 343 | Today: 1 | | 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.
... |
| | Total Hits: 21 | Today: 0 | Author: Rick Strahl | 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.... |
| | Total Hits: 24 | Today: 0 | Author: edwin_vermeer | 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... |
| | Total Hits: 19 | Today: 0 | Author: Permalink | 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).... |
| | Total Hits: 20 | Today: 0 | Author: Jesudas Chinnathampi (Das) | 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.... |
| | Total Hits: 44 | Today: 0 | Author: Microsoft Corporation | 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.... |
| | Total Hits: 117 | Today: 0 | Author: Gizmox | 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... |
| | Total Hits: 84 | Today: 0 | Author: Bean Software | 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.... |
| | Total Hits: 146 | Today: 0 | Author: Lakshmi Moningi | 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.... |
|
|
|
|
|
|
|
|
|
|
|
|
|