|
21st October 2008
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
CodeIt.Right The First Time
|
It is hard to keep up with coding guidelines and best practices. It is even harder to find performance pitfalls and security violations in your code. And most difficult is to fix all of these manually.
Some developers don't have to face the above issues. Because they use CodeIt.Right!
CodeIt.Right enables you "to finally enforce the Team Standards you talk about but only ever do after lots of fighting!" - John Stout Download a free 30-day trial of CodeIt.Right! Delivered by SubMain - Your Coding Guidelines and Best Practices Experts!
|
|
|
|
Featured Article
|
|
|
Building Web Sites with ASP.NET - Part 1
By Brian Mains, 15th October 2008
|
|
In this first part of the series, Brian delves into setting up an ASP.NET web application that makes use of object-oriented design patterns while making use of the latest and greatest technologies as they make sense. He begins with an overview of the project creation using Visual Studio 2008 including the coverage of the modal popups feature. Brian also examines the usage of themes and the implementation of searching with the help of screenshots and related source code.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
Silverlight 2 and ASP.NET MVC Beta Released
In the last week, both Silverlight 2 and ASP.NET MVC Beta were released. You can read more about both of these milestones on ScottGu’s blog:
Silverlight 2 is the real game changer, as now there is a fully supported Microsoft solution for building Rich Internet Applications that can leverage the power of the client computer in ways typical web applications never could (with Microsoft tools). Look to see Silverlight used increasingly across the web for line of business applications, games, and rich media applications. Some of the new things included are core form controls, rich networking support, and rich media support.
ASP.NET MVC has been in the works for about a year, and has shipped 5 previews in that time. This represents the first release that is stable (in terms of both bugs and likelihood for major changes) to be dubbed a beta. You’ll find many videos and examples for working with the Model View Controller pattern as implemented for ASP.NET by Microsoft at http://asp.net/mvc.
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Build an AJAX Based ASP.NET Web Tag Application - Part 1
By
Xianzhong Zhu
,
20th October 2008
|
|
In this first part of the series, Xianzhong Zhu examines the construction of a Google Notebook, like Web 2.0, application with the help of the two famous Ajax frameworks - Prototype and script.aculo.us. He begins with a short introduction to Web Tags and Prototype. He then examines the various steps required to build the application with the help of source codes and relevant screenshots and also provides a short overview of the database design, stored procedures and System Design.
|
|
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/.
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
Incenting Behavior
Steven Smith
|
Video: How To Display Images Directly From The Database
Mehul Harry (Developer Express)
|
Insidious Dependencies
Steven Smith
|
Best approach for teaching first exposure to Entity Framework
Julie Lerman
|
Exploring Sharepoint
joydipkanjilal
|
Plug & play architecture using policy application blocks
|
Created www.silverlightkb.com and going to present at Socal Code Camp
lichen
|
Using Fiddler with Mozilla Firefox
Brendan
|
Change the World - Change the Way in Which We Interact with the Computer
Developer Express - Ray
|
Application Skins and Themes - What's Next in DXperience
Developer Express - Ray
|
Fiddler for Firefox
Steven Smith
|
ASP.NET MVC Beta Released
Brendan
|
DevReach 2008
Steven Smith
|
Microsoft Releases ASP.NET MVC 1 Beta
Jason N. Gaylord
|
ASP.NET MVC Goes Beta
David Yack
|
|
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.
|
Working with Callback and Control Rendering
By
Muhammad ADnan Amanullah
,
5th February 2008
|
|
In this article, Muhammad discusses the working of Callback and Controls rendering with the help of a sample application. He initially provides a short explanation of some of the important terms and then provides the steps required to accomplish the task along with both the callback server and client side codes.
|
ICallback & JSON Based JavaScript Serialization
By
Muhammad ADnan Amanullah
,
10th January 2008
|
|
In this article, Muhammad examines how to accomplish JavaScript Serialization using ICallback and JSON. He begins with a basic introduction to ICallback, ICallbackEventHandler interface, and JSON. He then delves deep into the implementation of both server and client side ICallback with the help of associated source code.
|
|
Crystal Alliance Recent Articles
|
|
|
|
|
How to Change Crystal Report Formatting for Different Customers - Part 2
By
Eric Landes
,
3rd October 2008
|
|
Eric continues the series on how to format your Crystal reports programmatically. This can be very helpful when deploying the same reports for different customers who want a different look. He demonstrates the different formatting methods, such as custom formatting a WinForm application, and also that of Crystal objects with the help of relevant source code.
|
Lessons Learned: Sorting out Crystal Reports 2008 Versioning, Service Packs and Deployment
By
Julia Lerman
,
24th September 2008
|
|
Moving reports in a sizable application from Crystal Reports for Visual Studio 2005 to Crystal Reports 2008 is a time consuming and frustrating transition - mostly because of some missing key information. This article helps you to avoid this pain by providing guidance based on the lessons the author has learned from her development experience. After providing a brief history and comparison of different versions of Crystal Reports, she examines the development of applications using Crystal Reports under Windows Vista 64 bit and gives some tips to avoid potential problems along with a brief outline of Redistribution of Reports.
|
How to Change Crystal Report Formatting for Different Customers - Part 1
By
Eric Landes
,
21st August 2008
|
|
In this article, Eric shows us how to give the same report a different style for your different customers with minimal involvement from the developer. After providing a brief overview and requirements specification, he outlines the formatting options with the help of source code and screenshots. Toward the end of the article, Eric demonstrates how to set different styles for your application and also provides the relevant project which you can download and work on.
|
|
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
|
|
GEMINI PROJECT ISSUE TRACKING -- FREE 5 USER LICENSE!
|
CounterSoft Gemini: a leading .NET based issue management platform used worldwide to manage and support software development projects. Web, Windows, Visual Studio IDE clients with MS Outlook integration.
FREE download or host with us! Special licensing for qualifying Open Source projects and Not-for-profit organizations. http://www.countersoft.com
|
|
|