|
29th July 2008
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
STOP PAYING CREDIT CARD GATEWAY FEES!
|
.netCHARGE 6.1 is a .NET credit card processing component that supports native processor integration which enables you to communicate directly from your site to payment processors. NEW: Amazon FPS and native Global Payments processor support.
Direct processor support = fewer fees! Now supporting 50+ processors and gateways. Integrates easily with your ASP.NET web site, shopping cart or even a simple payment form. $125
http://www.dotnetcharge.com/.
|
|
|
|
Featured Article
|
|
|
Developing an ASP.NET AJAX Server Centric Based Mini Blog System - Part 1
By Xianzhong Zhu, 28th July 2008
|
|
In this first part of the series, Xianzhong Zhu examines the development of a simple popular blog system under the ASP.NET 3.5 environment and using ASP.NET AJAX Server-Centric techniques. After a brief introduction, he provides a detailed overview of the basic system requirements required for building the blog. He then delves deeper into the front-end and back-end pages, architecture and database design of the system and the connection string used for the project. At the end of the article, Xianzhong demonstrates the development of the login page and the homepage of the blog along with the relevant source codes.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
ASP.NET MVC is continuing to evolve, and I hope we’ll see a release some time in the near future (i.e. this year). Last week Phil Haack recorded a video showing how to use MVC along with JQuery for Wally McClure’s ASP.NET Podcast. You can read more on Phil’s Blog, or grab the video here. Seeing how MVC combines with AJAX is pretty cool, since in its early days that was definitely one of its challenges. If you are using a few javascript libraries or third party controls, your pages can start to really slow down due to the number of external library calls. Yesterday I blogged about how to improve page load performance by batching up JavaScript files into fewer downloads using a few different techniques. This can dramatically improve the perceived performance of your application from a cold start (that is, before the script files are cached).
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Sorting an Array of Custom Objects in C#
By
Sandesh Meda
,
23rd July 2008
|
|
In this article Sandesh discusses the different ways of sorting an array of custom objects in C# using the IComparable and IComparer interfaces. Examples are provided on the simple case of sorting an array of built in data types and extends the example to custom objects. He demonstrates the concepts with the help of code samples along with relevant analysis for each one of them.
|
Implementing Ajax using PHP
By
Babita Baliarsingha
,
23rd July 2008
|
|
In this article Babita examines what AJAX is, how it works, and how we can use AJAX with PHP. The article describes the steps required to create an XMLHttpRequest object, request and response procedures along with the required code samples.
|
Book Review: ASP.NET 3.5 for Dummies
By
Anand Narayanaswamy
,
25th July 2008
|
|
In this review Anand looks at the latest book written by Ken Cox for ASP.NET 3.5 developers. Anand examines the topics that are covered in each part of the book and follows that with his views for improving the content.
|
Video: Using ILMerge to Give Assemblies a Proper Name
By
Mohammad Azam
,
28th July 2008
|
|
In this video Mohammad Azam demonstrates how to merge different assemblies into one using the ILMerge tool. He uses the example of converting User Controls to Server Controls. [4:15]
|
|
Sponsor Advertisement
|
|
Put your ad in the hands of highly influential decision makers!
|
Microsoft Professional Developers Conference, Dev Teach Fall, and Dev Connections Fall are among a few of the conferences CoDe Focus IE8 will be distributed!
Don’t miss your chance to get your product in front of these highly influential attendees.
To learn more about CoDe Magazine and advertising opportunities available to you, ask us for a media kit today.
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
.NET Documentation Tool 9.0 (C#/VB.NET)
noreply@blogger.com (Brett Burridge)
|
InfoPath Q&A: How do I get HTML tags to appear as HTML and not as plain text in a Rich Text Box?
S.Y.M. Wong-A-Ton
|
ASP.NET AJAX: Moving target
Jeff
|
New Video: Refactorings that Change Method Signatures
Mark Miller (Developer Express)
|
App Gap Challenge - Almost!
Julie Lerman
|
Long Code Lines in Articles and Tutorials
Brendan
|
My Fall Conference Speaking Schedule
Julie Lerman
|
Exchange data between ASP.NET and Adobe Flex
haissam
|
Mike Taulty's at it again: ADO.NET Data Services videos
Julie Lerman
|
Andrew Coates on VSTO Deployment
Kirk Allen Evans
|
Creating a REST Twitter Client With WCF
Kirk Allen Evans
|
Silverlight Data Grid: Master Detail View by using the RowPreview template.
Azret Botash (Developer Express)
|
Video: DXperience v2008 vol 2 released
Julian M Bucknall
|
UI Decisions: Why & How
craigshoemaker
|
Restart ASP.NET Application Programatically
haissam
|
Silverlight DataGrid: Unbound Mode
Azret Botash (Developer Express)
|
|
ASP Alliance Most Popular Articles
|
|
|
Make Reports Quickly With ASP.NET and XML
By
Andrew Mooney
,
7th July 2004
|
|
Sometimes you need to create reports quickly. You might not always have time to format fancy reports containing graphs. Or maybe you have to create reports that do not need graphs. Reusing one ASP.NET web page you can display many reports.
|
Dynamically Templated GridView with Edit, Delete and Insert Options
By
G Mohyuddin
,
22nd January 2007
|
|
In this article the author presents a comprehensive solution to build a GridView with template fields generated at run time with in-place Insert, Delete and Edit operations with a full description of an effective implementation and usage of ITemplate interface.
|
Server Side Viewstate
By
Robert Boedigheimer
,
10th October 2003
|
|
Store viewstate information on the web server to avoid corrupted viewstate and browser limitations.
|
Detecting ASP.NET Session Timeouts
By
Robert Boedigheimer
,
27th September 2004
|
|
Determine if a user's Session is still active.
|
Understanding the JavaScript __doPostBack Function
By
Mohammad Azam
,
20th June 2006
|
|
In this article we will look into the __doPostBack function of JavaScript. Read the article to find some insights about the function.
|
|
Crystal Alliance Recent Articles
|
|
|
|
|
Creating Sub-Reports Using Crystal Reports
By
Mohammad Azam
,
11th July 2008
|
|
This article demonstrates the creation of sub-reports using Crystal Reports. After providing a short overview of the database design, the author delves deeper into the report building process in a series of steps with associated screenshots. Towards the end of the article, he shows us how to display the report on a web page.
|
Cross Tab Craziness in Crystal Reports
By
Jeff McWherter
,
8th July 2008
|
|
Many times beginning Crystal Reports authors overlook the powerful feature of cross tabs, in this article we discuss the basics of creating and formatting cross tabulations in Crystal Reports 2008.
|
Video: Creating Sub-Reports Using Crystal Reports
By
Mohammad Azam
,
23rd June 2008
|
|
In this video, Mohammad Azam demonstrates how to create sub-reports in crystal reports. He walks you through the steps required to display hierarchical data using crystal reports. [8:40]
|
|
SQL Server Reporting Services Recent Articles
|
|
|
|
|
Creating Agile Project Reports with TFS and Reporting Services - Part 2
By
Eric Landes
,
7th April 2008
|
|
In this second part of the series, Eric shows the reader how to create a burndown chart using Reporting Services, Visual Studio 2008, and Team Foundation Server (TFS) 2008 for an agile project. After giving a short introduction and the requirements, he examines the creation of burndown reports with the help of relevant SQL statements and screen shots.
|
Creating Agile Project Reports with TFS and Reporting Services - Part 1
By
Eric Landes
,
19th February 2008
|
|
In this first part of the series, Eric shows the reader how to create two reports using Reporting Services, Visual Studio 2008, and Team Foundation Server (TFS) 2008 for an agile project. After giving a short introduction and the requirements, he examines the creation of scenario story report with the help of relevant SQL and screen shots.
|
Using Local Microsoft SQL Server Reporting Services in ASP.NET
By
Shaun Eutsey
,
12th July 2007
|
|
This article examines the steps the author took to make the local reports work using Microsoft SQL Server Reporting Services in ASP.NET.
|
|
Sponsor Advertisement
|
|
Build your brand by associating it with top influentials in the Microsoft Developer Community!
|
Regional Directors, MVPs, INETA and conference speakers, authors, and ASPInsiders are titles held by the 7 most influential Microsoft Developer Bloggers in DevMavens. With exclusive advertising on each highly-read blog, your ad will get excellent exposure to build your brand and increase sales! Space is limited so act now to secure your spot!
|
|
|