|
29th April 2008
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
Sponsor Advertisement
|
|
TECHbash 2008 "Don't Miss It!"
|
Since its inception in 2005, TECHbash has evolved into the premier technology conference in Northeastern Pennsylvania. Join an estimated 300 Developers, IT Professionals, CIO’s and Industry Experts from Maryland, New Jersey, New York, and host-state, Pennsylvania. This one day event brings together a broad spectrum of Technology Professionals to network, knowledge share and discuss existing technology solutions to business challenges, as well as preview prerelease products on the bleeding edge.
This year, we expanded to three tracks offering more presentations and providing you with more content choices representing a greater breadth of Industry insight. We will open the event with a keynote presentation from the unstoppable juggernaut, Joe Stagner, Program Manager for Microsoft’s Web Tools and Platform Division.Attendees will have the opportunity to:
- Enhance technical knowledge with comprehensive and relevant educational content
- Build experience on current and soon-to-be released technologies and products
- Engage with sponsors, presenters, and other technology professionals
- Learn how to get involved with .NET Valley, Northeastern Pennsylvania’s Technology User Group
- Leave with software and other swag
For more information and to register for the event, visit the TECHbash website at techbash.com
|
|
|
|
Featured Article
|
|
|
Understanding SAO and CAO Activation Methods in .NET Remoting
By Abhishek Singh, 28th April 2008
|
|
In this article Abhishek differentiates Server Activated Objects (SAO) and Client Activated Objects (CAO) in .NET Remoting. He examines the implementation procedures of these activation methods separately in Visual Basic 2005 using examples. Abhishek also provides the complete project along with the article to enable you to test drive the application instantly.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
Last week Microsoft announced a new platform called Live Mesh that is a software-plus-service offering to enable PCs and other devices to interact with one another over the Internet. Currently access to the preview of this service is available on an invitation only basis (and only in the US for now). I haven’t had a chance to play with it yet myself, but I do see more and more services like these taking hold. Things like Amazon’s S3 and data services, Google’s Gears, Microsoft PopFly and even Facebook’s API make it easier and easier to develop applications that live “in the cloud” and are easily “mashed up” with other, similarly deployed applications. It wouldn’t surprise me if this year’s PDC (in October) features many such in-the-cloud services from Microsoft, with things like online application hosting, database, file storage, and of course interoperability being the centerpieces of such offerings.
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
CodeSnip: How to make use of parameterized cursor in Oracle
By
Deepankar Sarangi
,
25th April 2008
|
|
Often it is convenient to pass a given set of values as input parameter to a cursor. It is very useful where nested cursors are used. Parameterizing the cursor makes it more usable and avoids the limitation of hard coding values in where the clause. In this code snippet, Deepankar examines this technique with the help of the relevant SQL code. He also provides a brief analysis of the code and also a screenshot of the final output.
|
Video: A Look at the Prebuild and Postbuild Events in Visual Studio.NET
By
Mohammad Azam
,
28th April 2008
|
|
In this video Mohammad Azam demonstrates how to use the Prebuild and Postbuild events in Visual Studio. He explains options associated with pre and post build events which are available in Visual Studio. He describes this while showing an example scenario. [4:57]
|
Video: Displaying Data from Excel Files on ASP.NET Pages
By
Mohammad Azam
,
29th April 2008
|
|
In this video Mohammad Azam reads data from an Excel file and display it on screen using the GridView control. He also shows how to use the ASP.NET web page to update the data in the Excel file. [5:11]
|
Video: ASP.NET Grid Performance
By
Developer Express
,
29th April 2008
|
|
The latest Developer Express grid control for ASP.NET performs well even with very large data sets. This video shows some examples of the grid in action. Watch it to learn more.
|
|
Sponsor Advertisement
|
|
Warning: Use of CodeSmith may cause unforeseen productivity
|
April 2008 -- Business managers rioted outside the offices of CodeSmith Tools in Dallas, TX today complaining of developers 'going home early' and 'getting projects done too soon'. "CodeSmith does their work for them, they just write a template and hit 'run'," said one pointed headed manager, "it's just not fair! What with CLSA, LINQ, .netTiers, and more frameworks all just built in? With all of this productivity they might not need us anymore."
Read more about CodeSmith at codesmithtools.com.
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
Exam 70-315 Preparation Guide [UCertify]
haissam
|
WiX - Painful at best
Glav
|
April 28th Links: ASP.NET, ASP.NET AJAX, ASP.NET MVC, Silverlight
ScottGu
|
SQL Documentation Tool 7.6 for SQL Server
Brett Burridge
|
Still Some Openings for TECHbash 2008
Jason N. Gaylord
|
PODCAST: Introduction to the ASP.NET MVC Framework
Mohammad Azam
|
Ask the InfoPath Expert: How do I add years and months to a date picker’s date?
S.Y.M. Wong-A-Ton
|
A extension method for visualizing EntityStateObjects
Julie Lerman
|
Regional Director Sidebar Gadget
Steven Smith
|
Handling Keyboard Input in Silverlight
Brendan
|
DevConnections Spring Slides and Demos
Steven Smith
|
WPF Designers Unite!
craigshoemaker
|
XtraLayout Control: New Features for Runtime Layout Customization
Alan (Developer Express)
|
HttpContext Object for Developers
|
Remix in Oz
Glav
|
Slides from my ASP.NET Connections Orlando Talks
ScottGu
|
Creating Bar Chart Using .NET Graphics API => Article Published
Mohammad Azam
|
Understanding Mock Objects
Mohammad Azam
|
|
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.
|
Detecting ASP.NET Session Timeouts
By
Robert Boedigheimer
,
27th September 2004
|
|
Determine if a user's Session is still active.
|
Populating a DropDownList using AJAX and ASP.NET
By
Ramaprasad Potturi and Sanjay Patnaik
,
6th September 2005
|
|
AJAX is the latest buzzword in the web development industry. But what is it, and how can you use it? Ramaprasad Potturi and Sanjay Patnaik explain the technology and provide a real-world example of a web page that presents a country and state pair of drop-down lists, where the state drop-down list is populated dynamically on the client side, removing the need for the page to post back to the server.
|
|
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
,
27th December 2007
|
|
In this review, Eric starts with a basic introduction and layout of Brian's Crystal Reports book. He then provides chapter wise detailed opinion of the contents and also some of his recommendations.
|
|
SQL Server Reporting Services Recent Articles
|
|
|
|
|