|
18th March 2008
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
A New AJAX Approach – Client-side Controls Invoking Web Services
|
In this whitepaper, you’ll learn about a new high-performance AJAX technique that is gaining a lot of momentum among ASP.NET Developers. See how this new technique differs from standard AJAX techniques and try the included live examples associated with each technique to help you determine which AJAX approach is best in your scenario.
Download the Free Whitepaper here.
|
|
|
|
Featured Article
|
|
|
Client Application Services - Part 2
By Bilal Haidar, 14th March 2008
|
|
In this second part of the series, Bilal Haidar demonstrates how to authenticate and authorize users accessing a Windows Forms application by using Client Application Services introduced with Visual Studio 2008 and .NET 3.5. He starts with a brief description of Web application host and then examines authentication and authorization aspects involved with its creation. Bilal also shows how to test the Visual Studio 2008 application and provides the whole project for download.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
With Visual Studio 2008 shipped and the first service pack likely coming in the next few months, it's time to start looking forward to the next version of Visual Studio and .NET. I've started a list of some of the things I'd really like to see included in the next release, and I have some people adding their own ideas to the list as well. At the moment, the list includes:
- Support for generics in ASPX markup
- Save/Retrieve Visual Studio settings online (ideally in a Microsoft hosted cloud service)
- Recursive FindControl
- Remove Title="Untitled Document" as the default for new pages
- Automatically add runat="server" to any asp: control in source view in Visual Studio
- Better support for virtual path provider-based projects
Check out the complete list and discussion, and add your own wish list items, here.
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Useful CodeSmith Templates
By
Brian Mains
,
12th March 2008
|
|
This article is an example of some useful codesmith templates that explains how they work. Brian illustrates CodeSmith at a more practical level, while getting some real-world examples as well. After a short introduction, he deeply examines the required steps to generate Web Control and Configuration Section Properties. He wraps up by showing how to generate AJAX Client Control Classes with the help of source codes.
|
CodeSnip: Practical Use of Translate Function in Oracle
By
Deepankar Sarangi
,
13th March 2008
|
|
This code snippet combines the utilities of the length function and the translate function in order to count the number of delimited entities saved as a single string. Deepankar first gives an overview of the problem and then examines it with the help of SQL statements.
|
CodeSnip: How to Create an Oracle Insert Script Using Substitution Function in UNIX?
By
Deepankar Sarangi
,
17th March 2008
|
|
This article examines the creation of an insert script in Oracle by making use of the substitution function in UNIX. Deepankar begins with a short introduction followed by the various parameters of the function. The author provides a detailed analysis of the code along with relevant screenshots.
|
Video: Refresh Update Panel Using a Timer Control
By
Mohammad Azam
,
17th March 2008
|
|
In this video Mohammad Azam demonstrates how to refresh the UpdatePanel control using the Timer control. He uses a GridView filled with information and has it update at a regular interval while changing the data to show how changing data can be observed using this configuration. [8:06]
|
Using BTSTask to Create MSI Deployment Packages
By
Monish Nagisetty
,
18th March 2008
|
|
In this article, Monish demonstrates how BTSTask in BizTalk Server 2006 can be used to create a script that can automate the packaging of a set of BizTalk artifacts. After a short introduction, he examines the Visual Studio structure and delves into each of the steps involved to create a script with the help of screenshots. Monish provides the complete project file and relevant references which you can use to learn more about the discussed topic.
|
|
Sponsor Advertisement
|
|
DevConnections Returns to Orlando, April 20-23, 2008
|
Come to DevConnections Orlando this Spring to learn about the 2008 releases of Visual Studio and ASP.NET. Learn tips and tricks on the current releases that you can put to use immediately plus lots of info what's coming down the pike, including SQL Server 2008 and new or updated versions of ASP.NET Ajax, MVC, Silverlight, LINQ, Enterprise Framework. Hear talks delivered by the best and brightest from Microsoft and industry experts at Microsoft ASP.NET Connections, Visual Studio Connections, SQL Server Magazine Connections, and SharePoint Connections. Get 4 conferences for the price of one and experience the latest on Microsoft development technologies. Plus EVERY attendee receives a copy of Visual Studio 2008. There's no better Microsoft technologies conference value this Spring. www.devconnections.com
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
Late news: More breaking changes for v2008 vol.1
Julian M Bucknall
|
The ASP.NET pattern contines with yet another Scott added to the team
Julie Lerman
|
Visual Studio Shortcuts
Steven Smith
|
Continuous Integration Setup with MSTest
Steven Smith
|
Licensing Team System for your build machine
David Yack
|
VB Documentation Tool 1.4
Brett Burridge
|
Using Visual Studio 2008 with IIS 7.0
BilalHaidar [MVP]
|
Vote for Developer Express in 2008
Mehul Harry (Developer Express)
|
LINQ Framework Design Guidelines
BilalHaidar [MVP]
|
IIS 7.0 Bit Rate Throttling Module Released
ScottGu
|
Learning from your Burn Down chart
thycotic
|
Please question the need for whitespace
thycotic
|
DataDeveloper.NET BLING
Julie Lerman
|
Crystal Reports Service Pack 0 fixes a showstopper bug
Julie Lerman
|
And That's Why I Admire Scott Guthrie!
Mohammad Azam
|
Crystal REports 2008 Service Pack provides integration with VS2008
Julie Lerman
|
Accessing Controls Inside EmptyDataTemple in GridView Control
Mohammad Azam
|
EF & LINQ to SQL queries against SQL SErver 2008's spatial data
Julie Lerman
|
DataBinding WPF to a WCF Service, and Leveraging IValueConverter for Encoded XML
Kirk Allen Evans
|
|
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.
|
ASP.NET Performance Tips
By
Adiseshu Dasari
,
9th January 2008
|
|
This article provides some tips to improve the performance of your ASP.NET applications by using multiple recordsets, paged data access, and Cache API. The author further examines Per-request, Page output, and Kernel caching mechanisms along with a description of connection pooling and GZip compression.
|
Building a Simple Blog Engine with ASP.NET MVC and LINQ - Part 1
By
Keyvan Nayyeri
,
21st January 2008
|
|
Microsoft released the first CTP of ASP.NET 3.5 Extensions and it includes ASP.NET MVC Framework as one of the main extensions for ASP.NET 3.5. In the first part of this article series about building a simple blog engine with ASP.NET MVC and LINQ, Keyvan introduces the MVC pattern, ASP.NET MVC Framework, and the fundamentals of a simple blogging engine.
|
Detecting ASP.NET Session Timeouts
By
Robert Boedigheimer
,
27th September 2004
|
|
Determine if a user's Session is still active.
|
|
Crystal Alliance Recent Articles
|
|
|
|
|
Six Quick Crystal Reports Design Tips
By
Jeff McWherter
,
27th February 2008
|
|
Creating reports can be a daunting task. Reports can demand a great deal of effort and time, especially if you have not worked with Crystal Reports much. In this article, Jeff provides six quick Crystal Reports Design Tips to assist in creating killer reports with style and speed. Among other tips, you will learn how to add WaterMarks to your reports. Each tip has been deeply examined with the help of relevant explanations and screenshots for better understanding.
|
What Visual Studio Developers Should Know About Crystal Reports 2008
By
Julia Lerman
,
28th January 2008
|
|
Crystal Reports 2008 was released in October 2007. This article (written in Jan 08) explains the ins and outs of the CR2008 versions, integration with VS versions, side-by-side compatibility, upgrading reports and general features of interest to Visual Studio Developers.
|
Review: Crystal Reports Encyclopedia (Professional XI Reports)
By
Eric Landes
|