|
26th February 2008
|
|
ASPAlliance Times
|
|
The industry newsletter for Active Software Professionals
|
|
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
|
|
|
|
Featured Article
|
|
|
Working with Lambda Expressions
By Brian Mains, 21st February 2008
|
|
In this article, Brian discusses the usage and application of lambda expressions in .NET applications. After providing a short introduction, he examines the concepts with the help of source code and relevant explanation.
|
|
|
|
Editor's Comments
|
|
|
|
By
Steven Smith
|
It seems we have more interesting news coming out about Silverlight now. Scott Guthrie gave a preview of Silverlight 2 last Friday. He mentioned in his blog post a coming release of a public beta of Silverlight 2. There are plenty of new features coming with this new release. Microsoft is finally releasing basic form controls for Silverlight. This version has TextBoxes, CheckBoxes, RadioButtons as well as plenty of other controls ASP.NET developers know already.
Scott wrote a simple application using Silverlight and has documented the process in an 8-part tutorial. Those tutorials will give you a great deal of information about this new version of Silverlight. I recommend taking a look at them. You’ll get a chance to play around with it once Beta 1 ships, but you can check out these tutorials now if you’re interested in seeing what is coming down the pipe.
|
|
|
|
New Articles on ASPAlliance.com
|
|
|
Creating Code Smith Templates
By
Brian Mains
,
20th February 2008
|
|
Code Smith is an awesome tool to generate code in the fashion you like. It can generate data access layers, business objects, LINQ queries, ASP.NET pages, and many other types of objects rather seamlessly. This article looks at building some templates and how it can make work easier, while creating code in the format you choose.
|
Introducing ColdFusion
By
Debjani Mallick
,
22nd February 2008
|
|
In this article, Debjani provides a basic introduction to ColdFusion. He starts the discussion with an overview of the different parts of ColdFusion and then provides a detailed explanation of the ColdFusion Markup Language. After reading this article, you will also be familiar with the different data types supported by ColdFusion and the scopes of the variables available in ColdFusion.
|
Validation in ASP.NET 2.0
By
Samer Salem
,
25th February 2008
|
|
This article provides a basic idea of the necessity of ASP.NET 2.0 validation controls. Samer also lists some of the properties associated with the controls along with a short explanation for each one of them.
|
Video: Unit Testing Membership Provider
By
Mohammad Azam
,
25th February 2008
|
|
In this video Mohammad Azam demonstrates how to unit test Membership Provider. He uses a test membership provider and unit tests the provider using MbUnit. [5:18]
|
CodeSmith: Using the SchemaExplorer
By
Brian Mains
,
26th February 2008
|
|
The SchemaExplorer is a mechanism to connect to a database and retrieve data about databases, tables, and columns in CodeSmith Studio. In this article, Brian examines how to set it up in a step-by-step way with the help of relevant code snippets.
|
Review: Money for Content and Your Clicks For Free
By
Steven Smith
,
26th February 2008
|
|
In this article, Steve reviews JD Frazer's (User Friendly Cartoonist) book on turning web sites, blogs, and podcasts into cash. The book includes a lot of useful knowledge for any developer/bloggers seeking to earn some income from their online writing.
|
|
Sponsor Advertisement
|
|
Find the Regular Expression you need in a snap at RegExLib.com -- now with an all new design!
|
RegExLib.com is the first Regular Expression Library on the Internet. It has over 1900 expressions from more than 1100 contributors around the world. The expressions are indexed by helpful categories such as Email, Strings, Dates and Times, Address/Phone, etc. and they’re fully searchable by keyword, category and user ratings. Whether you simply want to find and copy the right expression or get help from the community to write your own, the newly designed RegExLib.com makes it fast, easy and free. Check it out today!
|
|
|
|
ASP Alliance Authors' Recent Blog Entries
|
|
|
New Blog Site
anandn
|
Manchester UK - SQL Server 2008, Windows Server 2008 and VS.NET 2008 Launch Event
Phil Winstanley
|
POP Forums v8: Now available for download!
Jeff
|
Do you want Mike Taulty's Dream Job?
Julie Lerman
|
SilverLight 2.0 Tutorials by Scott Guthrie
BilalHaidar [MVP]
|
Two New Videos on ASP.NET 2.0 AJAX 1.0 Extensions
BilalHaidar [MVP]
|
ASP.NET MVC Controller And Action Role Authentication
Mohammad Azam
|
Resources for learning XSLT
S.Y.M. Wong-A-Ton
|
Why wont you just work....
Glav
|
ASP.NET MVC in Action Available Through Manning Early Access Program
Mohammad Azam
|
Looking for something...
James Bender
|
Will LINQ to Entities and Entity SQL get SQL Server's new data types, too?
Julie Lerman
|
Getting References to Objects in ASP.NET AJAX and Elsewhere
bmains
|
What makes some code confusing?
thycotic
|
How does a BizTalk guy pack?
Arnulfo Wing
|
Smartphone.Enabled();
Rob Chartier
|
Silverlight 2.0 is finally unwrapped! Thanks Scott.
Julie Lerman
|
Creating a Silverlight Carousel and Gel Buttons Through Live Search
Kirk Allen Evans
|
Use Unit Test Framework to Test Production DB Consistency
Steven Smith
|
|
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
|
|
|
|
|
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.
|