Latest Articles in the Category ASP.NET

Sort by: Most Comments | Avg Rating | Most Ratings | Cancel Sort

A Better BulletedList

Speednet ., Dec 13, 2006
Views: 31,452 Avg Rating: 0/5 Votes: 0 Comments: 10

Enhanced version of the ASP.NET 2.0 BulletedList control to allow embedded HTML tags.

Building applications for Windows Azure

Tanzim Saqib, Nov 06, 2008
Views: 31,495 Avg Rating: 4/5 Votes: 1 Comments: 10

This article walks through the steps to build an application from scratch on the recently released Windows Azure CTP, Microsoft’s answer to cloud computing.

JavaScript with ASP .NET server controls

Xun Ding, May 07, 2008
Views: 155,470 Avg Rating: 2/5 Votes: 1 Comments: 9

Leverage the power of ASP .NET server controls and the rich capacity of JavaScript.

Multiple-Step Based Registration via ASP.NET MVC 2 & WF 4

Xianzhong Zhu, Nov 03, 2010
Views: 16,989 Avg Rating: 5/5 Votes: 1 Comments: 9

Multiple-Step Based Registration via ASP.NET MVC 2 & WF 4

Securely Passing Identity Tokens Between Websites

Scott Mitchell, Apr 20, 2011
Views: 17,954 Avg Rating: 4/5 Votes: 1 Comments: 9

Learn how to securely pass user identity information from one website to another. This short tip shows how to protect against replay attacks, how to stop tampering, and how to encrypt the identity token information.

ASP.NET MVC Dynamic Model Binding

Jing Ding, Jan 27, 2012
Views: 22,658 Avg Rating: 5/5 Votes: 1 Comments: 9

Dynamic model binding enables a single action to handle multiple forms.

Quick Guide to Implementing the NetAdvantage UltraWebGrid in a Real Life Scenario

Ralf Saha, Nov 28, 2007
Views: 64,991 Avg Rating: 4/5 Votes: 5 Comments: 8

Learn how to implement the NetAdvantage UltraWebGrid in a professional application environment.

Using SubSonic (to create a simple blog engine)

Kent Sharkey, Jan 29, 2008
Views: 26,464 Avg Rating: 4/5 Votes: 3 Comments: 8

This article shows how you could use the SubSonic ORM to create a simple weblog site.

The Kayak Framework: An easy way to speak HTTP with .NET

Benjamin van der Veen, Feb 26, 2010
Views: 18,775 Avg Rating: 0/5 Votes: 0 Comments: 8

Kayak is a lightweight HTTP server for the CLR, and the Kayak Framework is a utility for mapping HTTP requests to C# method invocations. With Kayak, you can skip the bulk, hassle, and overhead of IIS and ASP.NET. Kayak enables you to do more with less syntax, and is easy to configure to work in any way you care to dream up.

Building Model-View-Presenter applications with MVC# framework

Oleg Zhukov, Mar 03, 2008
Views: 22,536 Avg Rating: 0/5 Votes: 0 Comments: 7

Learn how to develop .NET application with the help of the MVC# Framework.

ASP.NET MVC Framework – Part 2: Testing

Simone Chiaretta, Mar 27, 2008
Views: 51,592 Avg Rating: 5/5 Votes: 6 Comments: 7

In this article Simone will cover one of the main reasons for adopting the ASP.NET MVC framework: testability.

Watermarking PDF documents using HttpHandlers

Deepak Raghavan, Oct 03, 2007
Views: 48,936 Avg Rating: 3/5 Votes: 1 Comments: 7

This article shows how to watermark PDFs using the open source PDF generation library iTextSharp, C#, and ASP.NET.

JavaScript with ASP.NET 2.0 Pages - Part 1

Xun Ding, Jan 08, 2007
Views: 793,695 Avg Rating: 4/5 Votes: 3 Comments: 7

ASP.NET 2.0 has made quite a few enhancements over ASP.NET 1.x in terms of handling common client-side tasks. It has also created new classes, properties and methods of working with JavaScript code. This article explores the enhancements and the various ways of injecting JavaScript programmatically into ASP.NET 2.0 pages.

DirtyPageReminder

Jing Ding, May 05, 2010
Views: 7,619 Avg Rating: 0/5 Votes: 0 Comments: 6

Use a DirtyPageReminder to alert users for unsaved changes when they navigate away from the current pages or close the browsers.

Creating a Dynamic Email Drop Box – Part 3 of 3

Andrew Siemer, Aug 20, 2009
Views: 5,323 Avg Rating: 5/5 Votes: 1 Comments: 6

In this article we’re going to build the drop box application.

Building a StackOverflow inspired Knowledge Exchange Three Tiers to MVC – Hooray – Reversing Dependencies

Andrew Siemer, Nov 02, 2009
Views: 5,448 Avg Rating: 5/5 Votes: 1 Comments: 6

In this article we will focus on less of the structural issues and instead work on removing our dependency on LINQ to SQL. We will achieve this by employing an object to object mapping tool called AutoMapper.

Configuring NHibernate with ASP.NET

Alessandro Gallo, Mar 30, 2009
Views: 54,657 Avg Rating: 0/5 Votes: 0 Comments: 6

A step-by-step tutorial on how to setup NHibernate with ASP.NET

Windows Authentication using Form Authentication

Akhtar Shiekh, Jul 06, 2009
Views: 42,562 Avg Rating: 5/5 Votes: 1 Comments: 6

Learn how to authenticate a Windows account using Forms Authentication.

Code First Approach using Entity Framework 4.1, Inversion of Control, Unity Framework, Repository and Unit of Work Patterns, and MVC3 Razor View

Akhil Mittal, May 16, 2012
Views: 23,269 Avg Rating: 5/5 Votes: 3 Comments: 6

A detailed introduction about the code first approach using Entity Framework 4.1, Inversion of Control, Unity Framework, Repository and Unit of Work Patterns, and MVC3 Razor View.

ASP.NET MVC 2.0 and AJAX Part 2

Brian Mains, Jul 21, 2010
Views: 23,988 Avg Rating: 5/5 Votes: 1 Comments: 6

In this article, we are going to look at how you can utilize AJAX in your views, and utilize a concept called unobtrusive JavaScript to take advantage of a variety of situations. ASP.NET MVC provides AJAX features very easily as we previously saw, but this comes with a caveat, and it has mostly to do with the planning of the implementation. We’re going to examine these concerns in this article.

Save and retrieve Session data via Ajax using JQuery in an MVC 3 application

Justin Schwartzenberger, Jun 13, 2011
Views: 29,148 Avg Rating: 5/5 Votes: 1 Comments: 5

Work with Session data without a page reload or redirect using jQuery and JSON data in an ASP.NET MVC 3 application.

ASP.NET MVC 3 Controller for Serving Images

Justin Schwartzenberger, Sep 28, 2011
Views: 30,477 Avg Rating: 0/5 Votes: 0 Comments: 5

Gain more control over images within an ASP.NET MVC 3 project by creating a controller to handle delivering image file data to the response stream.

Creating a Dynamic Email Drop Box – Part 1 of 3

Andrew Siemer, Jul 21, 2009
Views: 9,317 Avg Rating: 0/5 Votes: 0 Comments: 5

The author discusses the creation of an email drop box that would allow a site’s users to accept data into their profiles via email sent to accounts that didn’t physically exist.

Getting ELMAH to work with WCF services

Dustin Davis, Apr 26, 2010
Views: 15,532 Avg Rating: 5/5 Votes: 1 Comments: 5

Getting ELMAH to work with WCF services

ComponentArt 2006.1 WebChart Review

Granville Barnett, Feb 01, 2007
Views: 13,052 Avg Rating: 4/5 Votes: 1 Comments: 5

One of the things that has often bothered me about ASP.NET is its lack of a control for basic charting; other web technologies like ColdFusion come with this feature out of the box. The only route we have is to use GDI+ and go from there which can be a pain – especially when we only want to display a simple bar chart.