Search - Articles - Dev Forums - Favorites - Member Login  
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Saturday, March 13, 2010

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 > Articles & Samples > ASP.Net > Application Making
Search:
What's New - What's Hot
Listings for Ad Management Ad Management (7)
Listings for Discussion Forums Discussion Forums (15)
Listings for Guest Book Guest Book (10)
Listings for Miscellaneous Miscellaneous (30)


Creating a DNN Module and Understanding DNN Architectural Approach    Version: 0.00       Price: $0.00   
Total Hits: 13  |  Today: 1 Author: Matthew Hintzen       Rating:  
Read Reviews | Write Review |   Your Rating: 

Web application platforms like DotNetNuke (DNN), aka web portals, have grown in popularity over the years because they do a very good job of solving the problem of basic web application plumbing. Security, user creation and management, forgotten passwords, page layout, backups, and multi-site/single-footprint capabilities are all common among major portal systems....

JumpyForum: Inspired by Code Project Forum / Discussion / Message board    Version: 0.00       Price: $0.00   
Total Hits: 18  |  Today: 0 Author: Quartz.       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article describes a discussion board inspired by and similar to Code Project Forums. I am sure, you all will agree that the discussion board at Code Project is one of the best out there. I tried searching for similar projects in CP and everywhere but all the examples given were in classic ASP / PHP and were highly complicated. My effort is to leverage ASP.NET, JavaScript and SQL Server to create a very simple and easy to understand Forum with the same functionality....

Client Application Services Overview    Version: 0.00       Price: $0.00   
Total Hits: 5  |  Today: 1 Author: Microsoft Corporation       Rating:  
Read Reviews | Write Review |   Your Rating: 

Client application services provide simplified access to ASP.NET AJAX login, roles, and profile services from Windows Forms and Windows Presentation Foundation (WPF) applications. ASP.NET AJAX application services are included in the Microsoft ASP.NET 2.0 AJAX Extensions, which is included with Visual Studio 2008 and the .NET Framework version 3.5. These services enable multiple Web and Windows-based applications to share user information and user-management functionality from a single server....

Separate Code and Style with ASPTemplate    Version: 0.00       Price: $0.00   
Total Hits: 35  |  Today: 0 Author: Sven Axelsson       Rating:  
Read Reviews | Write Review |   Your Rating: 

Recently I've been forced to write a lot of fairly complex ASP code to interact with a database and present stuff on a nicely formatted web page. As you all know it is no fun working with HTML and ASP code jumbled together in a single file. Once you have to either change the code logic or redo the layout it is even less fun. So I went searching for some solution to this problem. I found a bunch of different systems, both free and commercial, but none that did precisely what I wanted, so I decide...

Tools of the Trade: Application Center Test    Version: 0.00       Price: $0.00   
Total Hits: 10  |  Today: 0 Author: Rob Howard       Rating:  
Read Reviews | Write Review |   Your Rating: 

When you sit down to write an ASP.NET application, how much time do you spend thinking about performance? It's unfortunate, but for most developers performance is an afterthought. Performance planning and design really need to be front and center. Think about your goals and make sure one of those goals is good performance. Then make sure to measure your progress. The more you measure, the more opportunity you have to improve performance....

An ASP Thumbnail Solution    Version: 0.00       Price: $0.00   
Total Hits: 22  |  Today: 1 Author: Philipos Sakellaropoulos       Rating:  
Read Reviews | Write Review |   Your Rating: 

Some months ago, I sent an article about a C# class that generates thumbnails and a reusable ASP.NET user control that displays thumbnail views. Several people asked me to port my solution to classic ASP. I found some time to do it and here I present the result. The ASP solution is functionally equivalent to that of the ASP.NET (in fact many pieces of code have been translated from C# to VBScript). Only some advanced options are missing (comments showing & editing, beveled thumbnails, thumbnail ...

Setting up Web.config to allow uploading of large files by ASP .NET applications        
Total Hits: 42  |  Today: 1 Author: Caio Proiete       Rating:  
Read Reviews | Write Review |   Your Rating: 

During the construction of an intranet application that allows users to upload documents and share information between users, I noticed that when a user tries to upload files that are larger than 4 MB, he is asked for the user/password and even if he enters the correct user/password, the file is not uploaded, and he gets a HTTP 401.1 error.

Of course, this should not be an article, but CodeProject doesn't have a "quick tip section"-like, so here it goes....

Creating Guestbook using XML and ADO.NET        
Total Hits: 44  |  Today: 1 Author: Enrico Elizar Samuel       Rating:  
Read Reviews | Write Review |   Your Rating: 

Different types of guestbooks have been created by web developers around the world. Assuming people don't get enough with guestbooks, I would like to add another one. My objective is not to produce a complete, ready to deploy guestbook, but merely to demonstrate the capabilities of .NET Framework to deal with XML files and XML Schema through ADO.NET objects. This guestbook is kept simple and straightforward, so you could modify it easily to suit your needs or cater more demanding tasks....

Create Your Own Guestbook In ASP.NET        
Total Hits: 158  |  Today: 0 Author: Sonu Kapoor       Rating:  
Read Reviews | Write Review |   Your Rating: 

Creating your very own guestbook is easy with help from Sonu. Using ASP.NET with technologies like XML/XSL, you can have your guestbook up in no time. Recently I was working on my website in which I wanted to implement a guestbook. So I searched the web to get the best guestbook for my Website. But then I thought: Hey I am a developer, why not create my own one. It was very easy to create a guestbook and you can do it too. In this article I will show you how you can easily create a guestbook. To...

Combine Web and Windows Services to Run Your ASP.NET Code at Scheduled Intervals        
Total Hits: 88  |  Today: 0 Author: 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...

Lightweight UI Test Automation for ASP.NET Web Apps        
Total Hits: 63  |  Today: 0 Author: James McCaffrey       Rating:  
Read Reviews | Write Review |   Your Rating: 

The release of ASP.NET revolutionized Web development and made it easy to create full-featured Web applications. Visual Studio® 2005 and ASP.NET 2.0 will let you add even more functionality to your applications, but the more features a Web application has, the more important testing becomes.
In this column I'll show you how to create lightweight test automation that can verify the functionality of your ASP.NET Web application through its user interface. To get a better idea of where I'm heade...

Using Open Source .NET Tools for Sophisticated Builds        
Total Hits: 140  |  Today: 0 Author: Aaron Junod       Rating:  
Read Reviews | Write Review |   Your Rating: 

Building an application can be more than pressing F5. Much more. With an increasing number of quality packages being released, developers for the .NET platform now have options to create a very sophisticated build process. This article describes a sample build environment and shows how a number of tools can work together to make reliable, predictable, and value added builds....



DevASP.Net - Disclaimer - Privacy
© 2002-2010 DevASP.net