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 > ASP.Net
Search:
What's New - What's Hot
Listings for Applications Applications (528)
Listings for Articles & Samples Articles & Samples (22022)
Listings for ASP.Net Sites ASP.Net Sites (42)
Listings for Assembly & Controls Assembly & Controls (1473)
Listings for Downloads Downloads (21)
Listings for Errors and Bugs Errors and Bugs (41)
Listings for Introduction Introduction (113)
Listings for Knowledge Base Knowledge Base (385)
Listings for WebCasts WebCasts (28)
 


Applying Domain-Driven Design and Patterns     
Total Hits: 201  |  Today: 0Author: Alessandro Gallo      Rating:  
Read Reviews | Write Review |  Your Rating: 

This book talks about building enterprise software. That is, designing applications with robustness, scalability and maintainability in mind. The approach took by Jimmy Nilsson is focusing on the business model. The techniques presented in the book combine Object-Oriented Programming with Patterns and tools typical of agile methodologies, such as TDD (Test Driven Development) and Refactoring....

Returning Complex Types from AJAX-Enabled Web Services     
Total Hits: 113  |  Today: 0Author: Dan Wahlin      Rating:  
Read Reviews | Write Review |  Your Rating: 

Over the past few weeks I've been writing about different ways that Web Services can be used by ASP.NET AJAX applications. In this article I'll discuss how complex types written in C# or VB.NET can be returned to an AJAX client and used in a page.
By complex type, I mean any object that contains sub-objects exposed through properties. The code below shows an example of a complex type named CustomerDetails that inherits from Customer and exposes an Address property of type Address. The Addre...

Creating AJAX-Enabled Web Services     
Total Hits: 40  |  Today: 0Author: Dan Wahlin      Rating:  
Read Reviews | Write Review |  Your Rating: 

In my last article, I discussed how Web services can play a critical role in AJAX applications and the role that JSON plays in the message exchange process. In a nutshell, Web services provide a way to significantly reduce the size of messages exchanged between a client and server and allow processing to be offloaded to the client. Several different controls in the ASP.NET AJAX Toolkit, such as the AutoCompleteExtender, leverage Web services extensively.
In this article, I'll focus on how to ...

Session state cannot be used in ASP.NET with Windows SharePoint Services     
Total Hits: 57  |  Today: 0Author: Microsoft      Rating:  
Read Reviews | Write Review |  Your Rating: 

his problem may occur after you install WSS on a server that has Microsoft Visual Studio .NET 2003 installed. The WSS ISAPI filter handles all incoming URLs. When you browse one of the ASP.NET Web application virtual directories, the ISAPI filter does not locate the URL path of the folder....

INSIDE EXCEL SERVICES     
Total Hits: 50  |  Today: 0Author: Shahar Prish      Rating:  
Read Reviews | Write Review |  Your Rating: 

There are various technical details one needs to understand about Excel Services. Even though some of this information may not have an immediate impact on how you use, or even program against, Excel Services, it will help you understand what happens under the hood....

Integrating AJAX Clients and RESTful Web Services     
Total Hits: 94  |  Today: 0Author: Edmon Begoli      Rating:  
Read Reviews | Write Review |  Your Rating: 

It is no coincidence that AJAX and RESTful web services gained the attention of developers in their respective stages of infancy. Both technologies emerged during times that were dominated by cumbersome enterprise technologies. They gained popularity because of the freshness, innovation, and simplicity that they brought into the lives of hands-on technologists. AJAX brought the immediate gratification associated with a dynamic web experience, while RESTful web services brought the simplicity and...

Adding Live Content Feeds to your Blog or Website     
Total Hits: 112  |  Today: 1Author: Rafay Bin Ali.      Rating:  
Read Reviews | Write Review |  Your Rating: 

Really Simple Syndicates (RSS) is an XML application for syndicating the web site contents. You must have seen applications of it on many web sites that include live feeds such as news from sources like CNN and BBC. To provide live content on your site or weblog, you need access to an XML based file called RSS. RSS file is simply a remotely hosted XML file that you can call into your pages....

Call XML Web service from ASP     
Total Hits: 145  |  Today: 1Author: Nakul Lande.      Rating:  
Read Reviews | Write Review |  Your Rating: 

This article helps you to understand about how to give a call to XML Web service through ASP Web application and retrieve the values from the service....

Class implementation for using webservices in ASP     
Total Hits: 220  |  Today: 1Author: asanoguera.      Rating:  
Read Reviews | Write Review |  Your Rating: 

Recently, I tried to use for the first time a webservice from an ASP page and I really had problems, after hours I could access to my webservice from ASP with Microsoft.XMLHTTP, but the code was not very easy (if it is your first time), so I decided to package the implementation in a simple vbscript class with a few properties that allow to access to a webservice....

Multiple virtual web servers on Windows 2000/XP Professional     
Total Hits: 51  |  Today: 1Author: Rabbi Professor Moshe Plotkin.      Rating:  
Read Reviews | Write Review |  Your Rating: 

Many of us do work for many different companies in addition to our own hobby sites and the favors we do for friends. Each of these projects can require their own configurations, virtual directories or overlapping script files. As a developer it is crucial to be able to switch configurations and to create folder structures that mimic our clients production environments....

Solutions to Top Four Questions on DataGrid Web Server Control     
Total Hits: 121  |  Today: 0Author: Saravana Kumar      Rating:  
Read Reviews | Write Review |  Your Rating: 

The DataGrid Web server control is a powerful tool for displaying information from a data source. It is easy to use; you can display editable data in a professional-looking grid by setting only a few properties. At the same time, the grid has a sophisticated object model that provides you with great flexibility in how you display the data.
This article addresses some of the questions about customizing grid display that are commonly asked in newsgroups, on Web sites, and in other developer for...

From Client-Server to Web-Service based applications with Microsoft.NET     
Total Hits: 117  |  Today: 0Author: Wim UYTTERSPROT      Rating:  
Read Reviews | Write Review |  Your Rating: 

Compared to the Microsoft Win32/COM+ platform and the Sun JAVA platform, the new Microsoft.NET is a (r)evolution that offers us an innovative application framework with one single Common Language Runtime for a range of programming languages and programming-paradigms. C# and VB.NET are new Microsoft .NET programming languages, both perfectly suitable to create object- and service-oriented enterprise applications. This article shows how the .NET framework, including the ADO.NET and the XML.NET Fra...

Server-Side Asynchronous Web Methods     
Total Hits: 35  |  Today: 0Author: Matt Powell      Rating:  
Read Reviews | Write Review |  Your Rating: 

Matt Powell shows how to make use of asynchronous Web methods on the server side to create high performance Microsoft ASP.NET Web services....

Performance of ASP.NET Web Services, Enterprise Services, and .NET Remoting     
Total Hits: 8  |  Today: 0Author: Ingo Rammer      Rating:  
Read Reviews | Write Review |  Your Rating: 

Compare and contrast performance characteristics of real-life ASP.NET Web services, .NET Enterprise Services components, and .NET Remoting components, and get recommendations on how to best use these technologies....

Combine Web and Windows Services to Run Your ASP.NET Code at Scheduled Intervals     
Total Hits: 127  |  Today: 0Author: Andrew Needleman      Rating:  
Read Reviews | Write Review |  Your Rating: 

Suppose you've written a great n-tier application in ASP.NET and you want to extend it to perform scheduled tasks, such as sending e-mail to selected users in the database every two hours, or regularly analyzing the data in the ASP.NET cache for application health monitoring. You don't want to throw away your object model from your ASP.NET application or create too many dependencies between a separate scheduler and the ASP.NET application, so how can you avoid this but still have these apps work...

HTML Screen Scraping using C# .Net WebClient     
Total Hits: 422  |  Today: 0Author: azamsharp      Rating:  
Read Reviews | Write Review |  Your Rating: 

Screen Scraping means reading the contents of a web page. Suppose you go to yahoo.com, what you see is the interface which includes buttons, links, images etc. What we don't see is the target url of the links, the name of the images, the method used by the button which can be POST or GET. In other words we don't see the HTML behind the pages. Screen Scraping pulls the HTML of the web page. This HTML includes every HTML tag that is used to make up the page. The question that comes to our mind is ...

A Single Sign-in Web Service in ASP.NET     
Total Hits: 86  |  Today: 0Author: Philip Miseldine      Rating:  
Read Reviews | Write Review |  Your Rating: 

Most of today's sites require users to undertake a registration process to allow the site owners to keep in touch with, or offer services to, those visitors. Building up a user base like this requires patience and dedication. Offer a new service or a new Website, however, and, typically, you'll need to start your user base from scratch yet again. This article outlines a strategy for creating portable membership tools. We'll see how Web Services and server controls give you ability to produce a s...

Execute Web Service     
Total Hits: 40  |  Today: 0Author: Michael Clark      Rating:  
Read Reviews | Write Review |  Your Rating: 

This vb.net script allows you to run a web service programmatically without having to use 'Add Web Reference' you simply instantiate a class and tell it what method you want to run along with passing it the required arguments. Great for generic web service calling....

Reuse in ASP.NET Across Domain     
Total Hits: 411  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

ASP.NET offers a wide array of advantages over Classic ASP, which will compel the millions of ASP developers to move to ASP.NET in a hurry. However, as with any new technology, there are tradeoffs....

FIX: ASP.NET Does Not Work with the Default ASPNET Account on a Domain Controller     
Total Hits: 503  |  Today: 0      Rating:  
Read Reviews | Write Review |  Your Rating: 

By default, ASP.NET runs its worker process (Aspnet_wp.exe) with a weak account (the local machine account, which is named ASPNET) to provide a more secure environment. On a domain controller or on a backup domain controller, all user accounts are domain accounts and are not local machine accounts. Therefore, Aspnet_wp.exe fails to start because it cannot find a local account named "localmachinename\ASPNET". To provide a valid user account on the domain controller, you must specify an explicit a...



Disclaimer - Privacy
© 2002-2012 DevASP.net